Assumptions:
TeX:
P_{2 n}\!\left(0\right) = \frac{{\left(-1\right)}^{n}}{{4}^{n}} {2 n \choose n} n \in \mathbb{Z}_{\ge 0}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
LegendrePolynomial | Legendre polynomial | |
Pow | Power | |
Binomial | Binomial coefficient | |
ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("674afa"), Formula(Equal(LegendrePolynomial(Mul(2, n), 0), Mul(Div(Pow(-1, n), Pow(4, n)), Binomial(Mul(2, n), n)))), Variables(n), Assumptions(Element(n, ZZGreaterEqual(0))))