The sum of Harmonic numbers $H_n = \sum_{k=1}^n \frac{1}{n}, H_0 = 0$ defined by
$$f_s(n) = \sum_{k=0}^n H_k$$
is given by
$$f_s(n) = (n+1) H_n - n$$
Now define the integral
$$f_i(n) = \int_0^n H_x \, dx$$
Here $H_x$ is the analytic continuation of $H_n$ to real values provided for instance by the formula due to Euler
$$H_x = \int_0^1 \frac{1-t^x}{1-t} \, dt$$
We are interested in the difference
$$d_f(n) = f_s(n) - f_i(n)$$
The task is to determine the asyptotic behaviour of this differences as $n\to \infty$.