I was exploring MSE when I got to know about the Euler sums of the general type $\sum_{n=1}^\infty \frac{H_n}{n^k}$.
I managed to prove the cases $k=2,3$. But, I am stuck in $k=4$.
In my approach, I managed to prove that
$$ \sum_{n=1}^\infty \frac{H_n}{n^4} = \sum_{n,k=1}^\infty \frac{1}{n^2k^3} - \sum_{n,k=1}^\infty \frac{1}{n^2k^2(n+k)}$$
For which I used $ H_n = \sum_{k=1}^\infty \frac{k}{n(n+k)}$.
The first sum is trivial, but I failed to evaluate the second one.
I saw quite a few answers on MSE, and I found this one quite satisfactory, but cumbersome at the same time.
I am seeking for a simpler answer. Any help?