$$\sum_{n=0}^\infty \frac{(-1)^n}{(n+1)(n+2)} = 2 \log 2 -1$$ Saw this result on wikipedia, but I can’t seem to find a proof of this anywhere.
I’m rather slow, so if you know the solution, I’d appreciate it if it were worked out, instead of merely hinted at.
The sum can be found using our favourite alternative method of converting the sum to a double integral first.
Noting that $$\frac{1}{n + 1} = \int_0^1 x^n \, dx \quad \text{and} \quad \frac{1}{n + 2} = \int_0^1 y^{n + 1} \, dy,$$ the sum can be rewritten as \begin{align*} \sum_{n = 0}^\infty \frac{(-1)^n}{(n + 1)(n + 2)} &= \sum_{n = 0}^\infty (-1)^n \int_0^1 \int_0^1 x^n y^{n + 1} \, dx dy\\ &= \int_0^1 \int_0^1 y \sum_{n = 0}^\infty (-xy)^n dx dy \tag1\\ &= \int_0^1 \int_0^1 y \cdot \frac{1}{1 + xy} \, dx dy \tag2\\ &= \int_0^1 \ln (1 + xy) \Big{|}_0^1 \, dy\\ &= \int_0^1 \ln (1 + y) \, dy\\ &= \Big{[}(1 + y) \ln (1 + y) - (1 + y) \Big{]}_0^1\\ &= 2 \ln (2) - 1, \end{align*} as required.
Explanation
(1) Interchanging the summation with the double integration.
(2) Summing the series which is geometric.