I was given the sequence$$c_j=(-1)^j\frac{2}{j+2}\left(1+\frac{1}{2}+\dots+\frac{1}{j+1}\right)$$ and I rewrote that as $$c_j=(-1)^j\frac{2}{j+2}\sum_{n=1}^{j+1}\frac{1}{n}=\sum_{n=1}^{j+1}\frac{2\left(-1\right)^j}{n\left(j+2\right)}.$$
Then, I was asked to prove that the series $\sum_{j=0}^\infty c_j$ converges.
Note that (I think) they refer to this series being $\sum_{j=0}^\infty c_j = \sum_{j=0}^\infty\left[\sum_{n=1}^{j+1}\frac{2\cdot\left(-1\right)^j}{n\left(j+2\right)}\right]$
However, when I input
sum [sum (2(-1)^j)/(n(j+2)), n = 1 to j+1], j = 0 to infinity
into Wolfram Alpha, it shows me the right series but it concludes it diverges by the limit test. Is there a mistake I'm making when rewriting? Does the series actually diverge or converge? And if it diverges, how would I prove that using the limit test?
Interestingly, I found that plotting $\sum_{j=0}^x\left(\sum_{n=1}^{j+1}\frac{2\cdot\left(-1\right)^j}{n\left(j+2\right)}\right)$ in Desmos, the graph seems to be alternating but converging.
We are given that the $c_j$ alternate in sign and that $$|c_j|={2 H_{j+1}\over j+2}\to0\qquad(j\to\infty)\ ,$$ where $H_j:=\sum_{k=1}^j{1\over k}\approx \log j$. Furthermore one computes $$|c_j|-|c_{j+1}|={2(j+3)H_{j+1}-2(j+2)H_{j+2}\over(j+2)(j+3)}={2(H_{j+1}-1)\over(j+2)(j+3)}>0\qquad(j\geq1)\ .$$ Altogether this shows that the given series is convergent, by the main theorem on alternating series.