I'm trying to approximate four weight $9$ Euler sums with high precision (say over $100$ digits) with Mathematica: $$\sum _{n=1}^{\infty } \frac{H_n^7}{n^2}, \sum _{n=1}^{\infty } \frac{H_n^5 H_n^{(2)}}{n^2}, \sum _{n=1}^{\infty } \frac{H_n^3 (H_n^{(2)})^2}{n^2}, \sum _{n=1}^{\infty } \frac{H_n^4 H_n^{(3)}}{n^2}$$ Commands I used are 'NSum' and 'WorkingPrecision'. However, the system failed to give an answer as I set the precision to be more than 50 digits.
Can somebody help me approximate these sums to $100$ digits? Any kind of help will be appreciated.
A simple approach to make the software working is to replace \begin{align}H_n&=\gamma+\psi(n+1),\\H_n^{(k+1)}&=\zeta(k+1)+(-1)^k\psi^{(k)}(n+1)/k!,\end{align} which also "enables" E-M or A-P. The PARI/GP's
sumnum"eats" it readily, producing