Fibonacci-like Sequences

Home > Mathematics > Combinatorics > Recurrence Relations > Fibonacci-like Sequences

These are recurrence relations that define sequences similar to the Fibonacci sequence, where each term is the sum of the two previous terms. For example: a_n = a_n-1 + a_n-2.