please how to show it ?
I need to find the exact sum of :
$\sum_{n=2}^{+\infty}\frac{(2)^n}{n!} = e^{-2} - 3 $
2026-05-17 11:12:40.1779016360
On
why $\sum_{n=2}^{+\infty}\frac{(2)^n}{n!} = e^{-2} - 3 $
94 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
5
There are 5 best solutions below
0
On
HINT
Try to use the Taylor series expansion of the exponential which is given by
$$\sum_{n=0}^{\infty}\frac{x^n}{n!}=1+x+\sum_{n=2}^{\infty}\frac{x^n}{n!}$$
Consider the Taylor series expansion $e^x=\sum_{i=0}^{\infty}\frac{x^n}{n!}.$
So at $x=2,\quad e^2=\sum_{n=0}^{\infty}\frac{2^n}{n!}=3+\sum_{n=2}^{\infty}\frac{2^n}{n!}\implies \sum_{n=2}^{\infty}\frac{2^n}{n!}=e^2-3.$