I apologize if this has been asked before, but I was unable to find any answers suitable for my needs so far.
I have been studying the harmonic numbers over the last few days and I am unable to evaluate a particular sum involving fractional harmonic numbers. Here is a quick run-down of what I have tried so far:
Starting with $H_n = \sum_{k=1}^{n}\frac{1}{n}$ we get that (I actually find this very satisfying) \begin{align*} H_n &= \sum_{n=1}^{k} \int_{0}^{1}x^{k-1}dx \\ &= \int_{0}^{1}\frac{1-x^{n+1}}{1-x}dx\\ &= -n\int_{0}^{1}x^{n-1}\ln(1-x)dx\\ &= n\int_{0}^{1}x^n\frac{d}{dx}\text{Li}_2(x)dx \end{align*}
Which allows for a very simple method to evaluate the sum \begin{align*} \sum_{n=1}^{\infty}\frac{H_n}{n^p}&=\sum_{n=1}^{\infty}\frac{1}{n^{p-1}}\int_{0}^{1}x^n\frac{d}{dx}\text{Li}_2(x)dx\\ &=\int_{0}^{1}\text{Li}_{p-1}(x)\frac{d}{dx}\text{Li}_2(x)dx\\ &=(p+2)\zeta(p+1)-\sum_{n=1}^{p-2}\zeta(p-n)\zeta(n+1)\\ \end{align*}
Now this expression for $H_n$ we can evaluate $H_{1/n}$ for non-zero $n$, so I decided to try and evaluate $$\sum_{n=1}^{\infty}\frac{H_{\frac{1}{n}}}{n}$$
I defined the function $$\lambda_p(x)=\sum_{n=1}^{\infty}\frac{x^{\frac{1}{n}}}{n^p} $$ and we have $$\frac{d}{dx}\lambda_p(x)=\frac{\lambda_{p+1}(x)}{x}$$ and then I tried to evaluate the sum and got
\begin{align*} \sum_{n=1}^{\infty}\frac{H_{\frac{1}{n}}}{n} &= \int_{0}^{1}\lambda_2(x)\frac{d}{dx}\text{Li}_2(x)dx \\ &=\text{Li}_2(1)\lambda_2(1)-\int_{0}^{1}\text{Li}_2(x)\frac{d}{dx}\lambda_2(x)dx\\ &=\zeta(2)^2-\int_{0}^{1}\lambda_3(x)\frac{d}{dx}\text{Li}_3(x)dx\\ &= \sum_{n=2}^{\infty}(-1)^n\zeta(n)^2 \end{align*}
Now, the LHS converges whereas the RHS does not, and I realised that $\lambda_p(x)$ must not be uniformly convergent (I guess that I was reckless). Does anyone have an idea on how to evaluate this sum? I would be grateful for suggestions on how to proceed. Thanks