Let $a_{n}=n+\dfrac{1}{n}$ for $n \in \mathbb{N}$. Find the sum of series $$\sum_{n=1}^{\infty}(-1)^{n+1}\dfrac{a_{n+1}}{n!}.$$ This becomes:
$$\begin{align} \sum_{n=1}^{\infty}(-1)^{n+1}\Big[\dfrac{(n+1)+\dfrac{1}{n+1}}{n!}\Big] &\implies \sum_{n=1}^{\infty}(-1)^{n+1}\Big[\dfrac{(n+1)}{n!}+\dfrac{1}{(1+n)!}\Big] \\ &\implies \sum_{n=1}^{\infty}(-1)^{n+1}\dfrac{(n+1)}{n!}+\sum_{n=1}^{\infty}(-1)^{n+1}\dfrac{1}{(1+n)!}\\ & \implies \sum_{n=1}^{\infty}(-1)^{n+1}\dfrac{(n+1)}{n!}+e^{-1}-1 \end{align}$$
I don't know how to simplify further.
The sum is $\sum_{n\ge 0}(-1)^n(\frac{1}{n!}+\frac{1}{(n+1)!}+\frac{1}{(n+2)!})$. While $\frac{1}{0!},\,\frac{1}{1!}$ have respective coefficients $1,\,0$, any other $\frac{1}{n!}$ has coefficient $\sum_{k=n-2}^{n}(-1)^k=(-1)^n$. Thus $\frac{1}{1!}$ is the only term that doesn't get the same coefficient as in $e^{-1}$, scoring $0$ instead of $-1$. The final result is therefore $e^{-1}+1$.