Find the integral part of $\sum_{n=1}^{10^9} {n^{- \frac {2}{3}}}$.
SOURCE : Inequalites - CRUX (Page Number 3 ; Question Number 160)
Wolfram Alpha gives the answer as $\approx 2997.55$ .
For upper bound as $k$ instead of $10^9$, it gives a general formula as $H_k^{ \big({\frac {2}{3}\big) }}$, where $H_n^{(r)}$ i the generalized harmonic number.
So, the answer is essentially $H_{10^9} ^{ \big({\frac {2}{3}\big) }}$.
Can anyone explain how to obtain this answer?
Any help would be gratefully acknowledged :).
By Euler-Maclaurin formula:
$$\sum_{n=1}^{10^9}\frac1{n^{2/3}}\approx\zeta(2/3)+\int_0^{10^9}\frac1{x^{2/3}}\ dx+\frac1{2(10^9)^{2/3}}\\=\zeta(2/3)+3(10^9)^{1/3}+\frac12(10^{-6})\approx2997.552$$
As for the generalized harmonic number, they are equal by definition, which is rather useless except for the fact that you can now Google about the generalized harmonic number.