trying to determine if the series is conditionally convergent or divergent. $$\sum_{n = 1}^\infty \frac{2^{n^{2}}}{n!}$$ with n! i tried the ratio test on the series $$\frac{2^{(n+1)^{2}}}{(n+1)!} * \frac{n!}{2^{n^{2}}} = \frac{2^{2n+1}}{(n+1)} $$ which is > 1 as $n\to \infty$ and is overall divergent ? not sure if I am on the right track.
2026-04-03 06:51:04.1775199064
Series convergent or divergent
98 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Well, applying the ratio test:
$$\lim_{\text{n}\to\infty}\space\left|\frac{\frac{2^{\left(\text{n}+1\right)^2}}{\left(\text{n}+1\right)!}}{\frac{2^{\text{n}^2}}{\text{n}!}}\right|=\lim_{\text{n}\to\infty}\space\left|\frac{2^{2\text{n}+1}}{\text{n}+1}\right|\space\to\space\infty\tag1$$