I am trying to figure out whether this converges absolutely or conditionally.
$ \sum^{\infty}_{n=4} \frac{(3)(-1)^n}{\sqrt{n}+3log(n)} $
Hence, I would like to figure out whether the absolute value or $ 3 \sum^{\infty}_{n=4} \frac{1}{\sqrt{n}+3log(n)} $ converges.
I thought to try to tackle this with Gauchy condensation:
$ 3 \sum^{\infty}_{n=4} \frac{2^n}{{2^{(1/2)n}}+3log(2^n)} $ = $ 3 \sum^{\infty}_{n=4} \frac{2^n}{{2^{(1/2)n}}+n3log(2)} $.
From here, it appears to diverge since the numerator grows much fastor than the denominator. Correct?