Prove by induction that for $1 \le n$:
$$\sum_{k=1}^n k(k + 1)(k + 2) = 6 + 24 + . . . + n(n + 1)(n + 2) = \frac 14 n(n + 1)(n + 2)(n + 3) $$
Basis step:
I got $n(1) = 6$ and $n(2) = 30 \ (24 + 6 = 30)$
Assumption:
$n = k$
$$\frac 14 k(k + 1)(k + 2)(k + 3) $$
$n = k + 1$
$\frac 14 (k + 1)((k + 1) + 1)((k + 1) + 2)((k + 1) + 3) = \frac 14(k + 1)(k + 2)(k + 3)(k + 4)$ <- This is what I'm suppose to get after my induction .
I'm still confused about induction so I don't really know the next step to take on this problem.
From the inductive hypothesis we have \begin{align} \sum_{j=1}^{n+1}j(j+1)(j+2)&=\sum_{j=1}^{n}j(j+1)(j+2)+(k+1)(k+2)(k+3)\\[4pt] &=\color{red}{\frac{1}{4}k}(k+1)(k+2)(k+3)+\color{blue}{1}\cdot(k+1)(k+2)(k+3)\\[4pt] &=\left(\color{red}{\frac{1}{4}k}+\color{blue}{1}\right)(k+1)(k+2)(k+3)\\ &=\frac{1}{4}(k+1)(k+2)(k+3)(k+4) \end{align}