I am having trouble with a part of a proof that says:
$\sqrt{\frac{\sum_{i=1}^n (\frac{1}{i} - \frac{1}{i^2})}{log(n)}} \rightarrow 1$
As n goes to infinity. I am aware that the log and harmonic series are related by Euler's constant, but i'm not sure if that's relevant here.
Using Stolz theorem once to get rid of the sum we get: $$\lim_{n\to\infty}\frac{\sum_{i=1}^n \frac{1}{i}-\frac{1}{i^2}}{\log(n)} = \lim_{n\to\infty}\frac{\frac{1}{n}-\frac{1}{n^2}}{\log(n)-\log(n-1)} = \lim_{n\to\infty}\frac{\frac{n-1}{n}-\frac{n-1}{n^2}}{\log[(1+\frac{1}{n-1})^{n-1}]} = 1$$