Recursive Sequences

Home > Mathematics > Combinatorics > Recurrence Relations > Recursive Sequences

These are recurrence relations that define a sequence in terms of itself. For example: a_n = a_n-1 + n.