How I can prove that $$\sum_{k=1}^{n}k^p=\frac{1}{p+1}\sum_{j=0}^{p}\binom{p+1}{j}B_j n^{p+1-j},$$ where $B_j$ is the $j$th Bernoulli number?
I hope to find the answer. Thanks for help.
How I can prove that $$\sum_{k=1}^{n}k^p=\frac{1}{p+1}\sum_{j=0}^{p}\binom{p+1}{j}B_j n^{p+1-j},$$ where $B_j$ is the $j$th Bernoulli number?
I hope to find the answer. Thanks for help.
This is a consequence of the use of the Bernoulli polynomials. We can define them by $$B_0(x)=1$$ $$B'_{n}(x)=nB_{n-1}(x)$$and $$\int_0^1 B(x)dx=0$$
They have the particular property that $$B_{p+1}(x+1)-B_{p+1}(x)=(p+1)x^{p}$$ which is why we use them to evaluate such a sum, also $B_{n}(0)=B_{n}$, the $n$-th Bernoulli number.
You can find any $B_n(x)$ with the above, and thus evaluate any sum $$\sum_{k=1}^nk^p$$
Give it a try! Set $x=k$ and sum away, to obtain that $$\sum\limits_{k = 1}^n {{k^p} = } \frac{{{B_{p + 1}}\left( {n + 1} \right) - {B_{p + 1}}\left( 0 \right)}}{{p + 1}}$$
In fact, to get your sum to look like in your question you will have to show that $$B_n(x)=\sum_{j=0}^n \binom{n}{j}B_jx^{n-j}$$ where $B_j:=B_j(0)$. Induction should be enough.
ADD This is Faulhaber's Formula.
This should be a quick application of Euler MacLaurin summation formula.
See my previous answer here: https://math.stackexchange.com/a/18989/1102
(Note: I haven't really verified if it is true).