Assumptions:
TeX:
F_{n} = \frac{2}{\sqrt{5}} {\left(-i\right)}^{n} \sinh\!\left(n \left(\log(\varphi) + \frac{1}{2} \pi i\right)\right)
n \in \mathbb{Z}Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| Fibonacci | Fibonacci number | |
| Sqrt | Principal square root | |
| Pow | Power | |
| ConstI | Imaginary unit | |
| Log | Natural logarithm | |
| GoldenRatio | The golden ratio (1.618...) | |
| Pi | The constant pi (3.14...) | |
| ZZ | Integers |
Source code for this entry:
Entry(ID("c4d78a"),
Formula(Equal(Fibonacci(n), Mul(Mul(Div(2, Sqrt(5)), Pow(Neg(ConstI), n)), Sinh(Mul(n, Add(Log(GoldenRatio), Mul(Mul(Div(1, 2), Pi), ConstI))))))),
Variables(n),
Assumptions(Element(n, ZZ)))