I'm having trouble manipulating the function of this series which has factorials to show that it converges or diverges using the ratio test.
The series is $\sum\limits_{k=1}^{\infty}\dfrac{(k!)^2}{(2k)!}$. The following are the steps I used, but I made a mistake expanding/canceling the factorial portion somewhere which I can't figure out..
First write the limit using ratio test: $$\lim\limits_{k\to\infty}\dfrac{((k+1)!)^2}{(2k+2)!}\cdot\dfrac{(2k)!}{(k!)^2}$$ Expand to cancel factorials: $$\lim\limits_{k\to\infty}\dfrac{((k+1)(k!))^2}{(2k+2)(2k+1){(2k)}!}\cdot\dfrac{(2k)!}{(k!)^2}$$
Then after canceling I got:
$$\lim\limits_{k\to\infty}\dfrac{(k+1)^2}{(2k+2)(2k+1)}$$
This would result in polynomials of the same degree in the numerator and denominator, and the coefficients of the $k^2$ term would be 1 and 4, so I said the series converges because $\dfrac{1}{4} < 1$ which means the series converges by the ratio test. However, the series is supposed to diverge according to my book. I don't have much practice working with factorials so I know my mistake must be somewhere in there. Any help is appreciated.