For each $k$, $$\sum _{n=k^2+1}^{k^2+2 k} \left(\sqrt{n}-k\right)\approx \frac{6 k+1}{6}$$
A generating function $f(k)$ that removes $k$ from the output, retaining only the fractional part,
$$f(k)\equiv \zeta \left(-\frac{1}{2},k^2+1\right)-\zeta \left(-\frac{1}{2},(k+1)^2\right)-k (2 k+1)$$
where $\zeta \left(a,b\right)$ is the Hurwitz Zeta function.
The limit increases precision very slowly, $$\lim_{k\to \infty } \, f(k)\approx \frac{1}{6}$$
For (say) $k=10$ we get: $0.166288$
For (say) $k=10^{20}$ we get: $0.1666666666666666666666666666666666666666625$
How would I prove the limit exists?
