Assumptions:
TeX:
F_{n} = \frac{{\varphi}^{n} - \cos\!\left(\pi n\right) {\varphi}^{-n}}{\sqrt{5}}
n \in \mathbb{Z}Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| Fibonacci | Fibonacci number | |
| Pow | Power | |
| GoldenRatio | The golden ratio (1.618...) | |
| Cos | Cosine | |
| Pi | The constant pi (3.14...) | |
| Sqrt | Principal square root | |
| ZZ | Integers |
Source code for this entry:
Entry(ID("ad0d7a"),
Formula(Equal(Fibonacci(n), Div(Sub(Pow(GoldenRatio, n), Mul(Cos(Mul(Pi, n)), Pow(GoldenRatio, Neg(n)))), Sqrt(5)))),
Variables(n),
Assumptions(Element(n, ZZ)))