Task from old exam:
Prove that $$\sum_{k=1}^{n}k! \cdot k= (n+1)! -1$$
I'd like to use induction proof and nothing else.
Here is what I did:
$n=1:$ $\sum_{k=1}^{1}1! \cdot 1= (1+1)! -1 \Leftrightarrow 1=1$
So this is true, so it will work for an $n$ already.
It worked for one $n$, now we need to show it will work for every other $n$, too.
$$\sum_{k=1}^{n+1}k! \cdot k= (n+2)! -1$$
But what can I do from this point on? There is this sum symbol on the left and I don't know how to continue with it. Any hints maybe?
I really don't want know another way of solving it. It might be easier with telescope or something else but the recommendation was induction.