Difference between revisions of "Fibonacci numbers"
From specialfunctionswiki
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
The Fibonacci sequence is defined by | The Fibonacci sequence is defined by | ||
$$F_{n+2}=F_n+F_{n+1},F_1=F_2=1.$$ | $$F_{n+2}=F_n+F_{n+1},F_1=F_2=1.$$ |
Revision as of 17:49, 24 June 2016
The Fibonacci sequence is defined by $$F_{n+2}=F_n+F_{n+1},F_1=F_2=1.$$
Properties
Theorem: The following series holds and converges for all $|x| \leq \dfrac{1}{\varphi}$, where $\varphi$ denotes the golden ratio: $$\dfrac{x}{1-x-x^2} = \displaystyle\sum_{k=1}^{\infty} F_k x^k.$$
Proof: proof goes here █
Videos
The Golden Ratio & Fibonacci Numbers: Fact versus Fiction
Doodling in Math: Spirals, Fibonacci, and Being a Plant (1 of 3)
Fibonacci mystery
See also
Golden ratio
Reciprocal Fibonacci constant
Lucas numbers