American Mathematical Monthly problem 11611 essentially asks you to show that $$\lim_n\ n \int_0^1\left(\sum_{k=n}^\infty {x^k\over k}\right)^2\,dx=2\log(2).\tag1$$
This would follow easily from (2) below, which is true for small values of $n$ according to Maple. But I couldn't prove equation (2) in general, so I found a direct solution for (1) instead.
$$\int_0^1\left(\sum_{k=n}^\infty {x^k\over k}\right)^2\,dx = \int_0^1 2x^{n-1}\log\left(1+{1\over\sqrt{x}}\right)\,dx.\tag2$$
But I'm still curious about (2). What am I missing? How can equation (2) be proven?