How do we calculate this?
$$ \sum_{n=1}^\infty \frac{n-1}{n!}$$
From my readings on previous posts here and through Google, I found that:
$$ \sum_{n=0}^\infty \frac{1}{n!}=e.$$
But then how do I manipulate that to help me find the answer? Through Wolfram Alpha, I know the answer is 1 but I don't know how to get to it. Thanks :)
Break it up into two sums:
$$\sum_{i=1}^\infty\frac{n-1}{n!}=\sum_{i=1}^\infty\frac{n}{n!}-\sum_{n=1}^\infty\frac{1}{n!}.$$ Now note that $n/n!=1/(n-1)!.$