Faulhaber's formula

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

In mathematics, Faulhaber's formula, named after Johann Faulhaber, expresses the sum of the p-th powers of the first n positive integers

\sum_{k=1}^n k^p = 1^p + 2^p + 3^p + \cdots + n^p

as a (p + 1)th-degree polynomial function of n, the coefficients involving Bernoulli numbers Bj.

The formula says

\sum_{k=1}^n k^p = {1 \over p+1} \sum_{j=0}^p (-1)^j{p+1 \choose j} B_j n^{p+1-j},\qquad \mbox{where}~B_1 = -\frac{1}{2}.


Faulhaber himself did not know the formula in this form, but only computed the first seventeen polynomials; the general form was established with the discovery of the Bernoulli numbers (see History section below). The derivation of Faulhaber's formula is available in The Book of Numbers by John Horton Conway and Richard K. Guy.[1]

There is also a similar (but somehow simpler) expression: using the idea of telescoping and the binomial theorem, one gets Pascal's identity:[2]

(n+1)^{k+1} - 1 = \sum_{m = 1}^n \left((m+1)^{k+1} - m^{k+1}\right) = \sum_{p = 0}^k \binom{k+1}{p} (1^p+2^p+ \dots + n^p).

This in particular yields the examples below, e.g., take k = 1 to get the first example.

Examples

1 + 2 + 3 + \cdots + n = \frac{n(n+1)}{2} = \frac{n^2 + n}{2} (the triangular numbers)
1^2 + 2^2 + 3^2 + \cdots + n^2 = \frac{n(n+1)(2n+1)}{6} = \frac{2n^3 + 3n^2 + n}{6} (the square pyramidal numbers)
1^3 + 2^3 + 3^3 + \cdots + n^3 = \left[\frac{n(n+1)}{2}\right]^2 = \frac{n^4 + 2n^3 + n^2}{4} (the squared triangular numbers)

\begin{align}
1^4 + 2^4 + 3^4 + \cdots + n^4 & = \frac{n(n+1)(2n+1)(3n^2+3n-1)}{30} \\
& = \frac{6n^5 + 15n^4 + 10n^3 - n}{30}
\end{align}

\begin{align}
1^5 + 2^5 + 3^5 + \cdots + n^5 & = \frac{[n(n+1)]^2(2n^2+2n-1)}{12} \\
& = \frac{2n^6 + 6n^5 + 5n^4 - n^2}{12}
\end{align}

\begin{align}
1^6 + 2^6 + 3^6 + \cdots + n^6 & = \frac{n(n+1)(2n+1)(3n^4+6n^3-3n+1)}{42} \\
& = \frac{6n^7 + 21n^6 + 21n^5 -7n^3 + n}{42}
\end{align}

Proof

Let


S_{p}(n)=\sum_{k=1}^{n} k^p,

denote the sum under consideration for integer p\ge 0.

Define the following exponential generating function with (initially) indeterminate z


G(z,n)=\sum_{p=0}^{\infty} S_{p}(n) \frac{1}{p!}z^p.

We find


\begin{align}
G(z,n) =& \sum_{p=0}^{\infty} \sum_{k=1}^{n}  \frac{1}{p!}(kz)^p
=\sum_{k=1}^{n}e^{kz}=e^{z}.\frac{1-e^{nz}}{1-e^{z}},\\
=& \frac{1-e^{nz}}{e^{-z}-1}.
\end{align}

This is an entire function in z so that z can be taken to be any complex number.

We next recall the exponential generating function for the Bernoulli polynomials B_j(x)


\frac{ze^{zx}}{e^{z}-1}=\sum_{j=0}^{\infty} B_j(x) \frac{z^j}{j!},

where B_j=B_j(0) denotes the Bernoulli number (with the convention B_{1}=-\frac{1}{2}). We obtain the Faulhaber formula by expanding the generating function as follows:


\begin{align}
G(z,n) =& \sum_{j=0}^{\infty} B_j \frac{(-z)^{j-1}}{j!}
\left(-\sum_{l=1}^{\infty} \frac{(nz)^{l}}{l!}\right)\\
=& \sum_{p=0}^{\infty}z^p 
\sum_{j=0}^p (-1)^j \frac{1}{j!(p+1-j)!}B_j n^{p+1-j}\\
=& \sum_{p=0}^{\infty}\frac{z^p}{p!}  {1 \over p+1} \sum_{j=0}^p (-1)^j{p+1 \choose j} B_j n^{p+1-j},\\
\mbox{i.e.}\quad \sum_{k=1}^nk^p=&{1 \over p+1} \sum_{j=0}^p (-1)^j{p+1 \choose j} B_j n^{p+1-j}.
\end{align}

Note that B_j =0 for all odd j>1. Hence some authors define B_{1}=\frac{1}{2} so that the alternating factor (-1)^j is absent.

Alternate expressions

By relabelling we find the alternative expression


\sum_{k=1}^nk^p= \sum_{k=0}^p {(-1)^{p-k} \over k+1}{p \choose k} B_{p-k} n^{k+1}.

We may also expand G(z,n) in terms of the Bernoulli polynomials to find


\begin{align}
G(z,n) =& \frac{e^{(n+1)z}}{e^{z}-1}-\frac{e^z}{e^{z}-1}\\
=& \sum_{j=0}^{\infty} \left(B_j(n+1)-B_j(1)\right) \frac{z^{j-1}}{j!},
\end{align}

which implies


\sum_{k=1}^nk^p=\frac{1}{p+1}\left(B_{p+1}(n+1)-B_{p+1}(1)\right).

Relationship to Riemann Zeta Function

Using B_k=-k\zeta(1-k), one can write


\sum\limits_{k=1}^n k^p = \frac{n^{p+1}}{p+1} - \sum\limits_{j=0}^{p-1}{p \choose j}\zeta(-j)n^{p-j}.

If we consider the generating function G(z,n) in the large n limit for \Re (z)<0, then we find


\lim_{n\rightarrow \infty}G(z,n) = \frac{1}{e^{-z}-1}=\sum_{j=0}^{\infty} (-1)^jB_j \frac{z^{j-1}}{j!}

Heuristically, this suggests that


\sum_{k=1}^{\infty} k^p=\frac{(-1)^{p+1} B_{p+1}}{p+1}.

This result agrees with the value of the Riemann zeta function \zeta(s)=\sum_{n=1}^{\infty}\frac{1}{n^s} for negative integers s=-p<0 on appropriately analytically continuing \zeta(s).

Umbral form

In the classical umbral calculus one formally treats the indices j in a sequence Bj as if they were exponents, so that, in this case we can apply the binomial theorem and say

\sum_{k=1}^n k^p = {1 \over p+1} \sum_{j=0}^p {p+1 \choose j} B_j n^{p+1-j}
= {1 \over p+1} \sum_{j=0}^p {p+1 \choose j} B^j n^{p+1-j}


= {(B+n)^{p+1} - B^{p+1} \over p+1}.

In the modern umbral calculus, one considers the linear functional T on the vector space of polynomials in a variable b given by

T(b^j) = B_j.\,

Then one can say

\sum_{k=1}^n k^p = {1 \over p+1} \sum_{j=0}^p {p+1 \choose j} B_j n^{p+1-j}
= {1 \over p+1} \sum_{j=0}^p {p+1 \choose j} T(b^j) n^{p+1-j}


 = {1 \over p+1} T\left(\sum_{j=0}^p {p+1 \choose j} b^j n^{p+1-j} \right)
= T\left({(b+n)^{p+1} - b^{p+1} \over p+1}\right).

Faulhaber polynomials

The term Faulhaber polynomials is used by some authors to refer to something other than the polynomial sequence given above. Faulhaber observed that if p is odd, then

1^p + 2^p + 3^p + \cdots + n^p

is a polynomial function of

a=1+2+3+\cdots+n= \frac{n(n+1)}{2}.

In particular:

1^3 + 2^3 + 3^3 + \cdots + n^3 = a^2; OEISA000537


1^5 + 2^5 + 3^5 + \cdots + n^5 = {4a^3 - a^2 \over 3}; OEISA000539


1^7 + 2^7 + 3^7 + \cdots + n^7 = {6a^4 -4a^3 + a^2 \over 3}; OEISA000541


1^9 + 2^9 + 3^9 + \cdots + n^9 = {16a^5 - 20a^4 +12a^3 - 3a^2 \over 5}; OEISA007487


1^{11} + 2^{11} + 3^{11} + \cdots + n^{11} = {16a^6 - 32a^5 + 34a^4 - 20a^3 + 5a^2 \over 3}. OEISA123095

More generally,


\begin{align}
 1^{2p+1} + 2^{2p+1} &+ 3^{2p+1} + \cdots + n^{2p+1}\\ &= \frac{1}{2^{2p+2}(2p+2)} \sum_{q=0}^p \binom{2p+2}{2q}
(2-2^{2q})~ B_{2q} ~\left[(8a+1)^{p+1-q}-1\right].
\end{align}

The first of these identities (i.e., the case p = 3) is known as Nicomachus's theorem.

Some authors call the polynomials in a on the right-hand sides of these identities Faulhaber polynomials. These polynomials are divisible by a2 because the Bernoulli number Bj is 0 for j > 1 odd.

Faulhaber also knew that if a sum for an odd power is given by

\sum_{k=1}^n k^{2m+1} = c_1 a^2 + c_2 a^3 + \cdots + c_m a^{m+1}

then the sum for the even power just below is given by

\sum_{k=1}^n k^{2m} = \frac{n+1/2}{2m+1}(2 c_1 a + 3 c_2 a^2+\cdots + (m+1) c_m a^m).

Note that the polynomial in parentheses is the derivative of the polynomial above with respect to a.

Since a = n(n + 1)/2, these formulae show that for an odd power (greater than 1), the sum is a polynomial in n having factors n2 and (n + 1)2, while for an even power the polynomial has factors n, n + ½ and n + 1.

History

Faulhaber's formula is also called Bernoulli's formula. Faulhaber did not know the properties of the coefficients discovered by Bernoulli. Rather, he knew at least the first 17 cases, as well as the existence of the Faulhaber polynomials for odd powers described above.[3]

A rigorous proof of these formulas and his assertion that such formulas would exist for all odd powers took until Carl Jacobi (1834).

Notes

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Lua error in package.lua at line 80: module 'strict' not found. The arxiv.org paper has a misprint in the formula for the sum of 11th powers, which was corrected in the printed version. Correct version.

External links