Telescoping series

Find $S_r = 1^r + 2^r + 3^r + ... + n^r$ where r is any fixed positive integer in terms of $S_1, S_2, ... S_{r-1}$.
Exploring and noticing Working systematically Conjecturing and generalising Visualising and representing Reasoning, convincing and proving
Being curious Being resourceful Being resilient Being collaborative

Problem

In 1654 Blaise Pascal published a general method for summing powers of positive integers, i.e. summing all the series. S1=1+2+3+...+n S2=12+22+32+...+n2 S3=13+23+33+...+n3 Sr=1r+2r+3r+...+nrPascal's method uses the coefficients which appear in Pascal's triangle and in the Binomial Theorem, first finding $S_1$, and then using $S_1$ to find $S_2$, and then using both to find $S_3$, and so on. The method applies, where $r$ is any fixed positive integer, to: Sr=k=1nkr.


Case 1: $r = 1$

Simplify $(k+1)^2 - k^2$ and hence show that: k=1n[(k+1)2k2]=(21)S1+n. Write the sum out in full for $n = 6$. Use this method to prove that $S_1=n(n+1)/2$.

Case 2: $r = 2$

Simplify $(k+1)^3 - k^3$ and hence show that k=1n[(k+1)3k3]=(n+1)31=(31)S2+(32)S1+n. Hence prove that $S_2 = n(n+1)(2n + 1)/6$.

Case 3: $r = 3$

Use this technique to find $1^3 + 2^3 + 3^3 + ... + 10^3$.

General case

Show that (n+1)r(n+1)=(r1)S1+(r2)S2+(r3)S3+(rr1)Sr1.