Saved Bookmarks
| 1. |
Sum of the squares of first n natural numbers |
|
Answer» Let S = 12 + 22 + 32 + 42 + ..... + n2. Then, S = ∑n2 = \(\frac{n(n+1)(2n+1)}{6}\) |
|