Evaluate $\sum_{k=1}^nk\cdot k!$

1.4k Views Asked by At

I discovered that the summation $\displaystyle\sum_{k=1}^n k\cdot k!$ equals $(n+1)!-1$.

But I want a proof. Could anyone give me one please? Don't worry if it uses very advanced math, I can just check it out on the internet. :)

3

There are 3 best solutions below

1
On BEST ANSWER

HINT: $k(k!)=(k+1-1)(k!)=(k+1)!-k!$. Now do the summation and most of the terms will cancel.

2
On

By telescoping $$\sum_{k=1}^n k\times k!=\sum_{k=1}^n \left((k+1)\times k!- k!\right)=\sum_{k=1}^n ((k+1)!-k!)=(n+1)!-1$$

2
On

$$\sum_{k=1}^n k\cdot k!=\sum_{k=1}^n (k+1-1)k!=\sum_{k=1}^n \left((k+1) k!- k!\right)=$$ $$=\sum_{k=1}^n ((k+1)!-k!)=\sum_{k=1}^n (k+1)!-\sum_{k=1}^n k!=$$ $$=\sum_{k=1}^{n-1} (k+1)!+(n+1)!-\sum_{k=0}^{n-1} (k+1)!=$$ $$=\sum_{k=1}^{n-1} (k+1)!+(n+1)!-(0+1)!-\sum_{k=1}^{n-1} (k+1)!=$$ $$=(n+1)!-1$$