I am interested in the proof of $$\sum_{n=1}^{\infty}\frac{H_{n+1}}{n(n+1)}=2, \quad H_{n}=1+\frac{1}{2}+\cdots+\frac{1}{n}$$
This result can be verified by Mathematica or by WolframAlpha
This series can be found as Problem 3.59 (a) in the book Ovidiu Furdui: Limits, Series, and Fractional Part Integrals. Problems in Mathematical Analysis, Springer, 2013, Problem Books in Mathematics; where it is stated in the form
$$\sum_{k=1}^\infty\left(1+\frac12+\frac13+\dots+\frac1{n+1}\right)\frac1{n(n+1)}=2.$$
Some related thoughts:
- It is relatively easy to show that the series converges, the $n$-th term is approximately $\frac{\ln n}{n(n+1)}$. So we could use limit comparison test with the series $\frac1{n^\alpha}$ for any $\alpha\in(1,2)$.
- If the numerator is one, the series sums to $1$: How can I prove that $\sum_{n=1}^\infty \frac{1}{n(n+1)} = 1$? Here we expect larger result.
Well.
Since
\begin{align} \frac{1}{(n+1)n}= \frac{1}{n}-\frac{1}{n+1} \end{align} then we see that \begin{align} \frac{H_{n+1}}{n(n+1)} =&\ \frac{H_{n+1}}{n} - \frac{H_{n+1}}{n+1}\\ =&\ \frac{H_n}{n}-\frac{H_{n+1}}{n+1}+\frac{1}{n(n+1)}. \end{align} Hence we have that \begin{align} \sum^\infty_{n=1}\frac{H_{n+1}}{n(n+1)} = \sum^\infty_{n=1}\left(\frac{H_n}{n}-\frac{H_{n+1}}{n+1} \right)+\sum^\infty_{n=1}\left(\frac{1}{n}-\frac{1}{n+1} \right) = H_1 + 1 = 2. \end{align}