I need to find the convergence radius of $$ \sum_{n=1}^\infty {\frac{(2n)!}{(n!)^2}}z^n $$ I proceeded like this: $$ \sum_{n=1}^\infty {\frac{(2n+2)!}{((n+1)!)^2}}z^{n+1} \times {\frac{(n!)^2}{(2n)!}} $$ But I don't see how to proceed further.
Asked
Active
Viewed 110 times
2
-
1${2n \choose n} \asymp \frac{4^n}{\sqrt{n}}$, so I'd guess $\frac{1}{4}$. – mathworker21 Jan 22 '19 at 05:26
-
2ratio test${}$? – Angina Seng Jan 22 '19 at 05:27
2 Answers
0
$$\sum_{n=0}^\infty {\frac{(2n)!}{(n!)^2}}z^n=\frac{1}{\sqrt{1-4z}}.$$ The nearest point to the origin such that it is not analytic is $z=\frac14$. Therefore the radius of convergence is $\frac14$.

Kemono Chen
- 8,629
-
-
@user3132457 https://math.stackexchange.com/questions/205898/how-to-show-that-1-over-sqrt1-4x-generate-sum-n-0-infty-binom2n – Kemono Chen Jan 23 '19 at 00:32
0
You almost started with the idea but not finished. $$a_n={\frac{(2n)!}{(n!)^2}}\implies \frac{a_n}{a_{n+1}}=\frac{n+1}{4 n+2}\implies R=\frac 14$$
Have a look here in particular paragraph entitled Theoretical radius.

Claude Leibovici
- 260,315