Find exact value of the sum:
$ \sum_{n = 0}^{\infty } \frac{{(-1)}^n}{n!(n+2)} $
We could manipulate as follows:
$ \sum_{n = 0}^{\infty } \frac{{(-1)}^n}{n!(n+2)} = \sum_{n = 0}^{\infty } \frac{{(-1)}^n(n+1)}{(n+2)!} = \sum_{n = 0}^{\infty } \frac{{(-1)}^n(n)}{(n+2)!} + \sum_{n = 0}^{\infty } \frac{{(-1)}^n}{(n+2)!}$
The second term can be computed by integrating the Maclaurin series for $e^x$ twice:
$ \int (\int e^{x}dx) dx = \sum_{n = 0}^{\infty } \frac{{x}^{(n+2)}}{{(n+2)}!}$
which we can rewrite as follows if we set $x=-1$:
$e^{-1}= \sum_{n = 0}^{\infty } \frac{{(-1)}^{n}}{{(n+2)}!}$
As for the first term $\sum_{n = 0}^{\infty } \frac{{(-1)}^n(n)}{(n+2)!}$, any hints would be greatly appreciated, or perhaps if general direction is already incorrect in the first place?
You have
$$\sum_{n = 0}^{\infty } \frac{{(-1)}^n}{n!(n+2)} = \int_0^1xe^{-x}dx = \frac{e-2}{e}$$