Was given the following infinite sum in class as a question, while we were talking about Taylor series expansions of $\ln(1+x)$ and $\arctan(x)$: $$1+\frac12-\frac23+\frac14+\frac15-\frac26+\cdots$$
The question isn't homework or anything, just a thought tease. I tried for a long while but couldn't find anything remotely close. Thanks in advance for the help.
Rewrite $-\frac23$ as $\frac13-1$, $-\frac26$ as $\frac16-\frac12$, and in general, $-\frac{2}{3n}$ as $\frac1{3n}-\frac1n$. Then the sum to $3n$ terms is:
$$1 + \frac12 + \frac13 + \frac14 + \cdots + \frac1{3n} - \left(1 + \frac12 + \frac13 + \frac14 + \cdots + \frac1n\right) = \sum_{r=n+1}^{3n}\frac1r$$
This tends to $$\int_n^{3n}\frac{dx}x = \log 3$$
as $n \to\infty$.