I have written the LHS using the sum of arithmetic sequence formula and got n((2+n^2+n^3)/2). After that I tried to do induction steps but don't know how to proceed or even if I am on the right track.
I would appreciate any guidance anyone is able to provide. Thank you.
according to your question, we have to find $$\sum_{k=1}^{n} k^{2}(k+1)$$.Let $$S=\sum_{k=1}^{n} k^{2}(k+1)$$. Now $k^{2}(k+1)=k^{3}+k^{2}$. Now just find $$\sum_{k=1}^{n} k^{3}+\sum_{k=1}^{n}k^{2}$$. Now $$\sum_{k=1}^{n} k^{3}=(\frac{n(n+1)}{2})^{2}$$ and $$\sum_{k=1}^{n} k^{2}=(\frac{n(n+1)(2n+1)}{6})$$. now the result of your summation will be $S=(\frac{n(n+1)}{2})^{2}+(\frac{n(n+1)(2n+1)}{6})$. Now take $\frac{n(n+1)}{2}$ common. So, $S=\frac {n(n+1)}{2}(\frac{n(n+1)}{2}+\frac{2n+1}{3})$. So, $S=\frac{n(n+1)}{2}\frac{(3n^{2}+7n+2)}{6}$. So, $S=\frac{n(n+1)(n+2)(3n+1)}{12}$. Hence, proved.