Assumptions:
TeX:
F_{n} = \left\lfloor \frac{{\varphi}^{n}}{\sqrt{5}} + \frac{1}{2} \right\rfloor n \in \mathbb{Z}_{\ge 0}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Fibonacci | Fibonacci number | |
Pow | Power | |
GoldenRatio | The golden ratio (1.618...) | |
Sqrt | Principal square root | |
ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("050fdb"), Formula(Equal(Fibonacci(n), Floor(Add(Div(Pow(GoldenRatio, n), Sqrt(5)), Div(1, 2))))), Variables(n), Assumptions(Element(n, ZZGreaterEqual(0))))