The following series $$\sum_{n=0}^{\infty} \frac{(n!)^{2}}{(2n)!}$$ converges. It fails the divergence test, but once I apply the ratio test, the limit is always equal to $\infty$. Unless you cannot distribute an exponent on a factorial product, I don't see what I am doing wrong.
I tried using Stirling's approximation to construct a geometric series, but I always got $1$ for the ratio, so the test remains inconclusive.
As for the other tests, I didn't find any similar series against which to compare this one to (the limit comparison always gave me $\infty$ or $0$...).
Any help or tips on how to take a different spin on the problem are greatly appreciated.
We have the following series:
$$\sum_{n=0}^{\infty} \frac{(n!)^{2}}{(2n)!}$$
To prove convergence, use the Ratio Test:
$$\lim_{n\to\infty}\left|\frac{\left((n+1)!\right)^{2}}{(2(n+1))!}*\frac{(2n)!}{(n!)^{2}}\right|$$ $$\lim_{n\to\infty}\left|\frac{(n+1)!(n+1)!}{(2n+2)!}*\frac{(2n)!}{(n!)(n!)}\right|$$ $$\lim_{n\to\infty}\left|\frac{(n+1)(n+1)}{(2n+1)(2n+2)}\right|$$
As you notice, the leading degree of the denominator is the same as the leading degree of the numerator. Therefore, we look at the coefficients, and so the limit goes to $\frac{1}{4}$, and the series convergences absolutely by the Ratio Test.