Assumptions:
TeX:
F_{n} = {i}^{n - 1} U_{n - 1}\!\left(-\frac{i}{2}\right) n \in \mathbb{Z}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Fibonacci | Fibonacci number | |
Pow | Power | |
ConstI | Imaginary unit | |
ChebyshevU | Chebyshev polynomial of the second kind | |
ZZ | Integers |
Source code for this entry:
Entry(ID("ae76a3"), Formula(Equal(Fibonacci(n), Mul(Pow(ConstI, Sub(n, 1)), ChebyshevU(Sub(n, 1), Neg(Div(ConstI, 2)))))), Variables(n), Assumptions(Element(n, ZZ)))