> [!NOTE] Definition (Fibonacci Sequence) > The fibonacci sequence is the [[Sequences|sequence]] of [[Integers|integers]] $(F_{n})_{n=0}^{\infty}$ such that for all $n\geq 2$ $F_{n}=F_{n-1} +F_{n-2}$and $F_{0}=0, F_{1}=1.$ # Properties