I am supposed to solve the following problem:
Find sum of the series and range of convergence of: $\sum_{n=0}^{\infty}\frac{2n+1}{n!}x^{2n}$
I know that I have to use Taylor polynomial for $e^x$ because of factorial. But I do not have idea, how to do it. Can anyone help?
Hint : \begin{eqnarray*} \sum_{n=0}^{\infty}\frac{2n+1}{n!}x^{2n} &=& 2\sum_{\color{red}{n=1}}^{\infty}\frac{x^{2n}}{(n-1)!} + \sum_{n=0}^{\infty}\frac{x^{2n}}{n!}. \\ \end{eqnarray*} Now use \begin{eqnarray*} e^{x^2}= \sum_{n=0}^{\infty}\frac{x^{2n}}{n!}. \end{eqnarray*}