$$\sum _{n=0}^{\infty }\:2^{2n}\cdot \frac{\left(n!\right)^2}{\left(2n\right)!}x^n$$
Using ratio test we can see that radius of convergence is $R = 1$. Though I'm not sure how to find the exact function in a closed form, like $\frac{1}{1-x}$ with $\sum _{n=0}^{\infty }\:x^n$. My idea is to find some relation with other functions, like $f(x) = (1-x^2)f'(x)$ and then deduce the answer, but I'm kind of stuck. Could you give hints for this problem?
The ratio test gives:$$\lim_{\text{n}\to\infty}\left|\frac{2^{2\left(\text{n}+1\right)}\cdot\frac{\left(\text{n}+1\right)!}{\left(2\left(\text{n}+1\right)\right)!}\cdot x^{\left(\text{n}+1\right)}}{2^{2\text{n}}\cdot\frac{\text{n}!}{\left(2\text{n}\right)!}\cdot x^\text{n}}\right|=\lim_{\text{n}\to\infty}\left|\frac{2x}{1+2\text{n}}\right|=0\tag1$$