Assumptions:
TeX:
F_{2 n + 1} = \frac{2}{\sqrt{5}} T_{2 n + 1}\!\left(\frac{\sqrt{5}}{2}\right)
n \in \mathbb{Z}Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| Fibonacci | Fibonacci number | |
| Sqrt | Principal square root | |
| ChebyshevT | Chebyshev polynomial of the first kind | |
| ZZ | Integers |
Source code for this entry:
Entry(ID("223ce1"),
Formula(Equal(Fibonacci(Add(Mul(2, n), 1)), Mul(Div(2, Sqrt(5)), ChebyshevT(Add(Mul(2, n), 1), Div(Sqrt(5), 2))))),
Variables(n),
Assumptions(Element(n, ZZ)))