Saturday, April 30, 2016

calculus - Proving sumnk=1k2=fracn(n+1)(2n+1)6 without induction




I was looking at: nk=1k2=n(n+1)(2n+1)6



It's pretty easy proving the above using induction, but I was wondering what is the actual way of getting this equation?


Answer



n3(n1)3=3n2+3n+1
(n1)3(n2)3=3(n1)2+3(n1)+1


2313=3(1)2+3(1)+1



Now use telescopic cancellation.



Here are some "proof without words"(I find them more elegant):



Sum of squares



Sum of Squares(2)




Finally a more generalized form:1k+2k++nk=ki=1S(k,i)(n+1i+1)i!
Where S(k,i) represents the Stirling number of the second kind.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...