Assumptions:
TeX:
B_{n}\!\left(-x\right) = {\left(-1\right)}^{n} \left(B_{n}\!\left(x\right) + n {x}^{n - 1}\right) n \in \mathbb{Z}_{\ge 0} \;\mathbin{\operatorname{and}}\; x \in \mathbb{C}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
BernoulliPolynomial | Bernoulli polynomial | |
Pow | Power | |
ZZGreaterEqual | Integers greater than or equal to n | |
CC | Complex numbers |
Source code for this entry:
Entry(ID("f80439"), Formula(Equal(BernoulliPolynomial(n, Neg(x)), Mul(Pow(-1, n), Add(BernoulliPolynomial(n, x), Mul(n, Pow(x, Sub(n, 1))))))), Variables(n, x), Assumptions(And(Element(n, ZZGreaterEqual(0)), Element(x, CC))))