I want to know how to compute the closed form for the series
$$\sum_{n=0}^\infty \frac{(2n)!}{(n!)^2} \Big(\frac{|A|}{2}\Big)^{2n}, \quad |A| < 1,$$
with or without special functions. When I plugged this into Mathematica, it gave me
$$\frac{1}{\sqrt{1 - |A|^2}}.$$
I also would really, really like to know if there are exercises/lessons all in one place (it's a bit hard to search the SE for something like this) or texts out there that can help me learn methods of doing these computations. I know I won't be able to always find closed forms of expressions like this, but I'm always amazed at what I see folks are able to compute here on Stack Exchange.
I thought to use a modified Bessel function $I_\alpha(z)$ with $\alpha = 0$,
$$I_0(z) = \sum_{k=0}^\infty \frac{1}{(k!)^2} \left(\frac{z}{2}\right)^{2k}$$
and perhaps differentiate and then evaluate at $|A|$, but I haven't figured out how to manipulate that. Any suggestions, general and specific?
Note: For some context, I am generally trying to compute norms for squeezed coherent states (quantum mechanics application) which have the form $\psi(z) = e^{Az^2/2} e^{-|z|^2/2}$, $z \in \mathbb{C}$, and I wind up with series like this all the time.