How do you derive the formula for the sum of the series when $S_n = \sum_{j=1}^n j^2$?
The relationship $(n, S_n)$ can be determined by a polynomial in $n$. You are supposed to use finite differences to determine the degree and then use a calculator to derive the function. But how?
Following the (extraordinary accurate) drawing I tried to draw you can show that $$ \sum ^{n}_{j=1}j^{2}+\sum ^{n-1}_{k=1}T_{k}=n\cdot \dfrac {n\left( n+1\right) }{2} $$ where $ \sum ^{n-1}_{k=1}T_{k} $ is the sum of the triangular numbers (the rectangles $T_1$ , $T_2$ and $T_3$). We know that $$ \sum ^{n}_{k=1}T_{k}=\dfrac {1}{6}n\left( n+1\right) \left( n+2\right) $$ So $$ \sum ^{n}_{i=1}J^{2}=n\cdot \dfrac {n\left( n+1\right) }{Z}-\sum ^{n-1}_{k=1}T_{k}= n\cdot \dfrac {n\left( n+1\right) }{2}-\dfrac {1}{6}n\left( n-1\right) \left( n+1\right) =\dfrac {n\left( n+1\right) \left( 2n+1\right) }{6} $$