2

I know that there are a lot of formulas about sums. However, I would like to ask, is there any formula that calculate the sum over squares? What I mean is that I want a formula if that exists, which gives answer to the following:

$$1+2^2 + 3^2 + 4^2 + ... + 100^2 ?$$

Thanks a lot.

K. Stasko
  • 657

1 Answers1

6

$\frac{n(n+1)(2n+1)}{6}=1^2+2^2+\ldots+n^2$

kmitov
  • 4,731