I'm trying to analyze the ratio of convergence of the following power series, I also want to know if the series converges at the endpoints of R (radius of convergence).
$$ \sum_{n=0}^ \infty \frac{x^n (2n)!}{(n!)^2}$$
By the ratio test, it is easy to see that$\ R=1/4$, that is, the series converges for$\ |x|<1/4$
I want to know what happens with the series at$\ x=1/4$ and$\ x=-1/4$
At$\ x=1/4$
$$ \sum_{n=0}^ \infty \frac{(1/4)^n (2n)!}{(n!)^2}$$
Do I have to use the ratio test yet again?
with using stirling approximation $$\sum_{n=0} \frac{(1/2)^{2n}(2\pi2n)^{1/2}(2n)^{2n}e^{-2n}}{2\pi n (n)^{2n}e^{-2n}} = \sum_{n=0}1/(\pi n )^{1/2}$$ diverges because p series (p<1). However, I am not sure if the my answer is true or not. edit: Besides, for the x=-1/4, alternating series converges. Because its limit at infinity is 0 and monotonic decreasing sequence.