Let me type the whole question:
Prove that $1\cdot2+2\cdot5+3\cdot8+ \cdots+n(3n-1)= n^2(n+1)$ for $n\in\mathbb N$
If you have a link for online-documentary for induction methods and examples please post it here it would be really useful.
Thanks in advance.
It is sometimes easier to start by the end
$$(n+1)^2(n+2)-n^2(n+1)=$$
$$(n+1)\left((n+1)(n+2)-n^2\right)=$$
$$(n+1)(n^2+n+2n+2-n^2)=$$
$$(n+1)\left(3(n+1)-1\right)$$
qed.