Collection of Mathematical Formulas/Fibonacci Numbers

From Wikibooks, open books for an open world
Jump to: navigation, search

Definition of the Fibonacci sequence:


\begin{cases}
F_0 = 0 \\
F_1 = 1 \\
F_{n+2} = F_n+F_{n+1}, &n = 0, 1, 2, 3, 5, 8 ...
\end{cases}
(1)

[TAOCP1, p. 83], [Concrete, p. 299]:


F_n = \frac{1}{\sqrt{5}} (\phi^n - \hat{\phi}^n), \quad n \in \mathbb{Z}, \quad \phi = \frac{1+\sqrt{5}}{2}, \hat{\phi} = \frac{1-\sqrt{5}}{2}
(2)

[TAOCP1, p. 85]:

Fn + kFmkFnFm = ( − 1)nFmnkFk (2)
Personal tools
Namespaces
Variants
Actions
Navigation
Community
Toolbox
Sister projects
Print/export