Category: Updates

Sum of Squares $i^2$

I want to show that the sum of integer squares from $i=1$ to $n$ is $\frac{n(n+1)(2n+1)}{6}$ I've watched some videos and read other posts about it b...