Assumptions:
TeX:
P_{2 n}\!\left(z\right) = \frac{{\left(-1\right)}^{n}}{{4}^{n}} {2 n \choose n} \,{}_2F_1\!\left(-n, n + \frac{1}{2}, \frac{1}{2}, {z}^{2}\right) n \in \mathbb{Z}_{\ge 0} \;\mathbin{\operatorname{and}}\; z \in \mathbb{C}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
LegendrePolynomial | Legendre polynomial | |
Pow | Power | |
Binomial | Binomial coefficient | |
Hypergeometric2F1 | Gauss hypergeometric function | |
ZZGreaterEqual | Integers greater than or equal to n | |
CC | Complex numbers |
Source code for this entry:
Entry(ID("6cd4a1"), Formula(Equal(LegendrePolynomial(Mul(2, n), z), Mul(Mul(Div(Pow(-1, n), Pow(4, n)), Binomial(Mul(2, n), n)), Hypergeometric2F1(Neg(n), Add(n, Div(1, 2)), Div(1, 2), Pow(z, 2))))), Variables(n, z), Assumptions(And(Element(n, ZZGreaterEqual(0)), Element(z, CC))))