Prove that $ 2/1!+4/3!+6/5!+8/7!+\dots = e$
My attempt:
I googled the problem, and I found that $\sum_{(n=1)}^∞ \cfrac{2 n}{(2 n-1)!} = e$
I also found that $\sum _{n=0}^{\infty \:}\cfrac{2n+2}{\left(2n+1\right)!}$ is equal to $e$.
How can I prove this?
By definition of $e$, we have $$ e = \sum_{n=0}^\infty \frac{1}{n!} = \sum_{n=0}^\infty \frac{1}{(2n+1)!}+\sum_{n=0}^\infty \frac{1}{(2n)!} $$ by separating even and odd terms (both series still converge).
Bringing them together again, $$\begin{align} e &= \sum_{n=0}^\infty \left( \frac{1}{(2n+1)!}+\frac{1}{(2n)!}\right) = \sum_{n=0}^\infty \frac{(2n)!+(2n+1)!}{(2n+1)!(2n)!} \\ &= \sum_{n=0}^\infty \frac{1+(2n+1)}{(2n+1)!} = \sum_{n=0}^\infty \frac{2(n+1)}{(2n+1)!} \end{align}$$ giving you the result.
(Note that $\sum_{n=0}^\infty \frac{2(n+1)}{(2n+1)!}=\sum_{n=1}^\infty \frac{2n}{(2n-1)!}$ by a simple change of indices.)