I was reading Rudin PMA, example 3.53 on P76. There he points out that rearrangement may not give same limit of a series. Then he says that it is left as exercise to show that above mentioned series converges. I thought clubbing three terms, but did not seem 'legal'.
How to show that series $1+\dfrac13-\dfrac12+\dfrac15+\dfrac17-\dfrac14+\dfrac19+\dfrac1{11}-\dfrac16+\ldots$ converges?
I tried root test: Let this series be $\sum_{n=1}^{\infty}a_n$, then $\limsup\limits_{n\to\infty}\sqrt[n]{|a_n|}=1$, since basically, this series is rearrangement of $\sum \frac {(-1)^n}n$. So root test is inconclusive.
In blocks of $3$ terms, the series is $$ \sum_{n=0}^{\infty} \left(\dfrac{1}{4n+1}+\dfrac{1}{4n+3}-\dfrac{1}{2n+2}\right) = \sum_{n=0}^{\infty} \dfrac{8 n + 5}{32 n^3 + 64 n^2 + 38 n + 6} \le \dfrac56+ \sum_{n=1}^{\infty} \dfrac{1}{n^2} < \infty $$
This proves that the partial sums $S_{3n+2}$ of the original series converge. The other partial sums, $S_{3n+1}$ and $S_{3n}$, differ from $S_{3n+2}$ by one or two terms that converge to zero and so they converge as well, to the same limit. Thus, the partial sums converge, that is, the series converges.