Assumptions:
TeX:
T_{n}\!\left(x\right) = n \sum_{k=0}^{n} \frac{{2}^{k} \left(n + k - 1\right)!}{\left(n - k\right)! \left(2 k\right)!} {\left(x - 1\right)}^{k} n \in \mathbb{Z}_{\ge 1} \;\mathbin{\operatorname{and}}\; x \in \mathbb{C}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
ChebyshevT | Chebyshev polynomial of the first kind | |
Sum | Sum | |
Pow | Power | |
Factorial | Factorial | |
ZZGreaterEqual | Integers greater than or equal to n | |
CC | Complex numbers |
Source code for this entry:
Entry(ID("e9232b"), Formula(Equal(ChebyshevT(n, x), Mul(n, Sum(Mul(Div(Mul(Pow(2, k), Factorial(Sub(Add(n, k), 1))), Mul(Factorial(Sub(n, k)), Factorial(Mul(2, k)))), Pow(Sub(x, 1), k)), For(k, 0, n))))), Variables(n, x), Assumptions(And(Element(n, ZZGreaterEqual(1)), Element(x, CC))))