home

Recurrence relations

Sequences of numbers where the n-th term is defined by the prior term(s) are a recurrence relation.

An example of the is the Fibonacci sequence where Fn=Fn1+Fn2 and the initial terms F0=0 and F1=1.

To enable direct computation of some element an sequence that can be modelled in the following forms may be equivalently expressed to remove the serial dependency.

an=dan1a0=kan=kdn

and

anan1=ka0=can=c+i=1nk