Recurrence relations (other)
Overview
Important
Not all recurrence relations are simple or linear. Some sequences are defined by more complicated rules, such as involving more than two previous terms, having variable coefficients, or being non-linear. These are called 'other' or 'general' recurrence relations.
Important properties
-
A recurrence relation can involve any number of previous terms (e.g., ).
-
Coefficients in the relation can depend on (e.g., ).
-
Some recurrence relations are non-linear (e.g., ).
-
Solving these relations often requires creative approaches, such as guessing, substitution, or using generating functions.