Sum of infinite power series with factorial

308 Views Asked by At

I don't know how to start to solve this, can you give me some hints? I can solve it without the factorial, but with the factorial, it creates problems...

Thank you!

Series

2

There are 2 best solutions below

1
On BEST ANSWER

Write down the Maclaurin series for $xe^x$ and differentiate it wrt $x$.

0
On

$$\dfrac n{(n-1)!}x^n=x^2\cdot\dfrac{x^{n-2}}{(n-2)!}+x\cdot\dfrac{x^{n-1}}{(n-1)!}$$

$e^y=\sum_{r=0}^\infty\dfrac{y^r}{r!}$