You have proved the statement via induction. Your job is done.
When you write that $$\sum_\limits{k}^{n+1}k(k+1)=\frac{1}{3}(n+1)(n+2)(n+3)$$
What you actually mean is $$\sum_\limits{k}^{n+1}k(k+1)=\frac{1}{3}(n+1)\{(n+1)+1\}\{(n+2)+1\}$$
So if I represent the mathematical statement $\sum_\limits{k}^{n}k(k+1)=\frac{1}{3}n(n+1)(n+2)$ as $P(n)$, then you have shown that if $P(n)$ is true, then $P(n+1)$ is also true.
And you have already proven that $P(1)$ is true.
Thus, from the above statement, we have
Truth of $P(1)$ $\implies$ Truth of $P(2)$
Truth of $P(2)$ $\implies$ Truth of $P(3)$
Truth of $P(3)$ $\implies$ Truth of $P(4)$
Truth of $P(4)$ $\implies$ Truth of $P(5)$
$\ldots$
$\ldots$
Truth of $P(n)$ $\implies$ Truth of $P(n+1)$ for all $n \in \mathbb{N}$
Hence the mathematical statement $$P(n):\sum_\limits{k}^{n}k(k+1)=\frac{1}{3}n(n+1)(n+2)$$ is true by the principle of mathematical induction.