I want to show that
$\sum_{m=1}^nm\cdot m!=(n+1)!-1 \forall n\ge 1$, however I am not sure how to do that.
Let $m!=m(m-1)!$ so we replace it in for $m!$ and get
$\sum_{m=1}^nm\cdot m(m-1)! $
which gives
$\sum_{m=1}^nm^2\cdot(m-1)! $
Then let $(m-1)!=(m-1)(m-2)!$ and we obtain
$\sum_{m=1}^nm^2\cdot(m-1)(m-2)! $
but I am still far from the answer. Any ideas on the next steps?
Thanks