ehrenfest
- 2,001
- 1
Homework Statement
I encountered this formula in a proof:
Let S_k(n) be the sum of the first n positive integers raised to the power of k:
e.g. S_3(5) = 1^3 + 2^3+3^3+4^3+5^3
How would one show that
S_2(n) = (n^3/3) + (n^2/2) + an
and that
S_4(n) = (n^5/5) + (n^4/2) +bn^3 + cn^2 +dn
where a,b,c,d are constants.