Assumptions:
TeX:
U_{n}\!\left(x\right) = \sum_{k=0}^{\left\lfloor n / 2 \right\rfloor} {\left(-1\right)}^{k} {n - k \choose k} {\left(2 x\right)}^{n - 2 k}
n \in \mathbb{Z}_{\ge 1} \;\mathbin{\operatorname{and}}\; x \in \mathbb{C}Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| ChebyshevU | Chebyshev polynomial of the second kind | |
| Sum | Sum | |
| Pow | Power | |
| Binomial | Binomial coefficient | |
| ZZGreaterEqual | Integers greater than or equal to n | |
| CC | Complex numbers |
Source code for this entry:
Entry(ID("50cb6b"),
Formula(Equal(ChebyshevU(n, x), Sum(Mul(Mul(Pow(-1, k), Binomial(Sub(n, k), k)), Pow(Mul(2, x), Sub(n, Mul(2, k)))), For(k, 0, Floor(Div(n, 2)))))),
Variables(n, x),
Assumptions(And(Element(n, ZZGreaterEqual(1)), Element(x, CC))))