How can I figure out if this series converges absolutely?
$$ \sum_{n=1}^\infty \frac {\cos(n \pi)}{(n+1)\ln(n+1)} $$
The ratio and root test are both inconclusive (according to Wolfram Alpha).
How can I figure out if this series converges absolutely?
$$ \sum_{n=1}^\infty \frac {\cos(n \pi)}{(n+1)\ln(n+1)} $$
The ratio and root test are both inconclusive (according to Wolfram Alpha).
hint
$$\cos (n\pi)=(-1)^n $$
using alternate series test , it converges but using comparison with integral, it is not absolutely convergent :
$$\lim_{X\to+\infty}\int_1^X\frac {dt}{(t+1)\ln (t+1)}=$$
$$\lim_{X\to+\infty}\Big [\ln (\ln (t+1))\Bigr]_1^X =+\infty$$
thus, the series $$\sum \frac {1}{(n+1)\ln (n+1)} $$ is divergent.