I need to find all $x$ such that the series $\sum_{n=0}^\infty \frac{x^nn^2}{(2n)\cdots (6)(4)(2)}$ converges using the ratio test.
We apply the ratio test and evaluate the limit
$$ \lim_{n \rightarrow \infty} \frac{a_{n+1}}{a_n} = \frac{x^{n+1}(n+1)^2}{(2n+2)(2n)\cdots(6)(4)(2)} \frac{(2n)\cdots(6)(4)(2)}{x^nn^2}= \frac{x(n+1)}{2n^2}$$
I need this limit to be less than 1 for my series to converge, so the $x$ value needs to bring this fraction below $1$? I need some pointers. Thank you!
Edit: Okay I have an idea... actually evaluating the limit. Using L'Hopital's rule we can say that the limit of the final expression is 0, meaning that this will converge for all $x$?