Assumptions:
TeX:
B_{n}\!\left(\frac{1}{2}\right) = \left({2}^{1 - n} - 1\right) B_{n} n \in \mathbb{Z}_{\ge 0}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
BernoulliPolynomial | Bernoulli polynomial | |
Pow | Power | |
BernoulliB | Bernoulli number | |
ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("03ee0b"), Formula(Equal(BernoulliPolynomial(n, Div(1, 2)), Mul(Sub(Pow(2, Sub(1, n)), 1), BernoulliB(n)))), Variables(n), Assumptions(Element(n, ZZGreaterEqual(0))))