First, the original problem follows, $$\sum_{k=1}^\infty \frac{H_{k+1}}{k(k+1)}$$ where $$H_{k}=\sum_{j=1}^k \frac{1}{j}$$ is the $k$-th partial sum of harmonic series.
Using the following identity, $$H_{k+1} = \sum_{j=1}^\infty (\frac{1}{j} - \frac{1}{k+j+1}).$$ I was able to get this one. $$\sum_{k=1}^\infty \frac{H_{k+1}}{k(k+1)}=\sum_{j=1}^\infty [\frac{1}{j} - \frac{1}{j+1} + \frac{1}{j+1}\sum_{k=1}^\infty \frac{1}{(k+1)(k+1+j)}] $$ So, If I get the sum of the double series, $$\sum_{k=1}^\infty \sum_{j=1}^\infty \frac{1}{(k+1)(j+1)(k+1+j)}.$$ I can also find the original problem.
What method can I use at this problem?