Prove the following statement by using mathematical induction: $3+8+ ··· + (n^2 − 1) = \frac{1}{6}n(n − 1)(2n + 5)$, for all integers $n ≥ 2$.
After making a common factor $\frac{1}{6}k$ and expanding I'm left with $2k^2+9k-5 = 2k^2+9k+7$. Where am I going wrong?