$\sum_{n=1}^N n\cdot n!$ as a function of $N$

62 Views Asked by At

$$\sum_{n=1}^N n\cdot n!$$

I have tried to find a common factor of the terms but the only thing in common of all operands is $2!$.

1

There are 1 best solutions below

5
On BEST ANSWER

Try telescoping with $n\cdot n!=(n+1)!-n!$.