Check whether the given series $$\sum_{n=1}^{\infty} \frac{(2^n n!)^2}{(2n+1)!}$$ converges or diverges.
I did this question by using Stirling's approximation. By using the approximation, I found out that $a_n$ behaves as $\frac{e\sqrt{\pi}}{2\sqrt{n}}$ for large $n$, where $a_n=\frac{(2^n n!)^2}{(2n+1)!}$ This means that the series diverges, but I will justify it using LCT too.
Now by setting $b_n$ as $\frac{1}{n}$, we can apply LCT to $a_n$ and $b_n$ and easily see that the limit will tend to $\infty$ as we already know the behavior of $a_n$ for large $n$. This means that $\sum a_n$ diverges.
But the thing is that I don't want to use Stirling's approximation. Is there any other method by which this question can be done? Actually, I studied Stirling's approximation on my own but my proff hasn't taught this yet.
Any help is greatly appreciated.