New Home › Forums › Math Olympiad - IOQM › Number Theory › Sum of Squares
Find the sum of $$ 1^2 + ... + k^2 $$
The way you find all the squares until some number k you have to square k and add k-1. The formula is: kˆ2+(k-1).
Induction on n=K+1 will yield the summation is $$ n^2(n+1)^2/4 $$