$$\sum_{n=1}^\infty \frac{\{H_n\}}{n^2}$$
I have managed to prove that it converges, but am having trouble with a closed form. This came from a school contest from last year, but can't really figure it out.
I came up with a numeric solution, but am having lots of trouble with the closed form. Thanks in advance.
Note: this is the answer to calculate $\sum_{n=1}^\infty \frac{H_n}{n^2}$ instead of the one $\sum_{n=1}^\infty \frac{\{H_n\}}{n^2}$ in the question.
First the $n$-the harmonic number can be written as $$ H_n = 1+\frac{1}{2}+\cdots+\frac{1}{n}=\int_{0}^1 \left(1+x+\cdots+x^{n-1}\right)dx =\int_0^1 \frac{1-x^n}{1-x}dx. $$ Then $$ \sum_{n=1}^\infty \frac{H_n}{n^2} =\sum_{n=1}^\infty \int_0^1 \frac{1}{n^2}\frac{1-x^n}{1-x}dx =\int_0^1 \frac{1}{1-x}\left(\sum_{n=1}^\infty\frac{1}{n^2}-\sum_{n=1}^\infty\frac{x^n}{n^2}\right)dx.$$ By the Taylor expansion of $\log(1-t)$, $$ \log(1-t) =-\left(t+\frac{t^2}{2}+\cdots+\frac{t^n}{n}+\cdots\right),$$ we can write $$ \sum_{n=1}^\infty \frac{x^2}{n^2} = -\int_0^x \frac{\log(1-t)}{t}dt $$ which is exactly the dilogarithm function $\mbox{Li}_2(x)$.
Therefore, $$\sum_{n=1}^\infty \frac{H_n}{n^2} =-\int_0^1 \frac{1}{1-x}\int_x^1 \frac{\log(1-t)}{t}dt dx =-\int_0^1 \frac{\log(1-t)}{t}\int_0^t \frac{1}{1-x}dxdt =\int_0^1 \frac{(\log(1-t))^2}{t}dt $$ The final step is to convert the above integral into some integral representation of the Riemann Zeta function. For example, using the change of variable $s=-\log(1-t)$, $$ \sum_{n=1}^\infty \frac{H_n}{n^2}=\int\frac{s^2}{e^s-1}ds=\Gamma(3)\zeta(3)=2\zeta(3). $$