I want to prove :
$$H_{\frac{1}{8}}=8-\frac{\pi}{2}-4\ln\left(2\right)-\frac{1}{\sqrt{2}}\left(\pi+\ln\left(2+\sqrt{2}\right)-\ln\left(2-\sqrt{2}\right)\right)$$
Where $H_n$ is the n-th harmonic number.
Using the integral representation of harmonic numbers it follows:
$$H_{\frac{1}{8}}=\int_{0}^{1}\frac{x^{\frac{1}{8}}-1}{x-1}dx$$
Setting $x^{\frac{1}{8}}\ \mapsto u$ we have: $$=8\int_{0}^{1}\frac{\left(u-1\right)u^{7}}{u^{8}-1}du=8\int_{0}^{1}\frac{u^{7}}{\sum_{i=0}^{7}u^{i}}dx$$
I know how to continue, but the way I use takes much time, so what would be the best way to prove the relation?
Let $t=x^{\frac{1}{8}}$
$$H_{\frac18}=\int_{0}^{1}\frac{x^{\frac{1}{8}}-1}{x-1}dx =8\int_{0}^{1}\frac{t^8-t^7}{t^8-1}dt =8-8\int_{0}^{1}\frac{t^7-1}{t^8-1}dt $$
Decompose the integrand
$$\frac{t^7-1}{t^8-1} = \frac14\frac{1}{t+1}+\frac14\frac{t+1}{t^2+1}+\frac12\frac{t^3+1}{t^4+1}$$
and the integral
$$H_{\frac18}=8-2\ln 2 - 2I_1 - 4I_2\tag 1$$
where
$$I_1 = \int_{0}^{1} \frac{t+1}{t^2+1}dt =\frac12\ln2+\frac\pi4\tag 2$$
$$I_2 = \int_{0}^{1} \frac{t^3+1}{t^4+1}dt=\frac14\ln2+\int_{0}^{1} \frac{1}{t^4+1}dt$$
Integrate
\begin{align} &\int_{0}^{1} \frac{2}{t^4+1}dt= \int_0^1\frac{1+x^2}{x^4+1} dx + \int_0^1\frac{1-x^2}{x^4+1} dx\\ =&\int_0^1\frac{d(x-\frac1{x})}{(x-\frac1{x})^2+2} - \int_0^1\frac{d(x+\frac1{x})}{(x+\frac1{x})^2-2} =\frac\pi{2\sqrt2}+\frac1{2\sqrt2}\ln\frac{\sqrt2+1}{\sqrt2-1} \end{align}
Then
$$I_2 =\frac14\ln2+\frac\pi{4\sqrt2}+\frac1{4\sqrt2}\ln\frac{\sqrt2+1}{\sqrt2-1}\tag 3$$
Plug (2) and (3) into (1), $$H_{\frac{1}{8}}=8-\frac{\pi}{2}-4\ln\left(2\right)-\frac{1}{\sqrt{2}}\left(\pi+\ln\left(2+\sqrt{2}\right)-\ln\left(2-\sqrt{2}\right)\right)$$