Proof by induction that $1^2 + 2^2 + 3^2 +.......+ n^2 = \frac{1}{6}\cdot n\cdot (1+n)\cdot (1+2n)$
I tried showing that
$1^2 + 2^2 + 3^2 +.......+ (k+1)^2 = \frac{1}{6}\cdot (k+1)\cdot (1+(k+1))\cdot (1+2(k+1))$
By using the left side:
$1^2 + 2^2 + 3^2 +.......+ (k+1)^2$
$= 1^2 + 2^2 + 3^2 +.......+ k^2 +(k+1)^2 $
$= \frac{1}{6}\cdot k\cdot (1+k)\cdot (1+2k) + (k+1)^2$
I tried expanding and making it equal the right side but I was not able to get it.