\begin{align*} \sum_{i = 1}^{k + 1} i(i!) & = \sum_{i = 1}^{k} i(i!) + (k + 1)(k + 1)!\\ & = (k + 1)! - 1 + (k + 1)(k + 1)! & \text{by the induction hypothesis}\\ & = (1 + k + 1)(k + 1)! - 1\\ & = (k + 2)(k + 1)! - 1\\ & = (k + 2)! - 1 \end{align*}
I have a question from this post solving the problem Prove by induction that $\sum_{i=1}^n i!\times i=(n+1)!-1$ for all $n\in \mathbb{N}$
How does the person go from $ = (k + 2)(k + 1)! - 1\\ = (k + 2)! - 1$
at the very end? I don't understand how the permutation of $(k+1)!$ and (k+2) are able to combine into $(k+2)!$
$$(k+2)(k+1)!=(3+2)(3+1)!=5\cdot4!=5(4\cdot3\cdot2\cdot1)=5\cdot4\cdot3\cdot2\cdot1=5!=(3+2)!=(k+2)!$$
– Barry Cipra Feb 06 '19 at 15:16