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