Fungrim home page

Fungrim entry: 4aab8a

k=1mkn=Bn+1 ⁣(m+1)Bm+1m+1\sum_{k=1}^{m} {k}^{n} = \frac{B_{n + 1}\!\left(m + 1\right) - B_{m + 1}}{m + 1}
Assumptions:nZ0andmZ0n \in \mathbb{Z}_{\ge 0} \,\mathbin{\operatorname{and}}\, m \in \mathbb{Z}_{\ge 0}
TeX:
\sum_{k=1}^{m} {k}^{n} = \frac{B_{n + 1}\!\left(m + 1\right) - B_{m + 1}}{m + 1}

n \in \mathbb{Z}_{\ge 0} \,\mathbin{\operatorname{and}}\, m \in \mathbb{Z}_{\ge 0}
Definitions:
Fungrim symbol Notation Short description
Powab{a}^{b} Power
BernoulliPolynomialBn ⁣(z)B_{n}\!\left(z\right) Bernoulli polynomial
BernoulliBBnB_{n} Bernoulli number
ZZGreaterEqualZn\mathbb{Z}_{\ge n} Integers greater than or equal to n
Source code for this entry:
Entry(ID("4aab8a"),
    Formula(Equal(Sum(Pow(k, n), Tuple(k, 1, m)), Div(Sub(BernoulliPolynomial(Add(n, 1), Add(m, 1)), BernoulliB(Add(m, 1))), Add(m, 1)))),
    Variables(n, m),
    Assumptions(And(Element(n, ZZGreaterEqual(0)), Element(m, ZZGreaterEqual(0)))))

Topics using this entry

Copyright (C) Fredrik Johansson and contributors. Fungrim is provided under the MIT license. The source code is on GitHub.

2019-06-18 07:49:59.356594 UTC