How to find floor of $S=1+\frac{1}{\sqrt{2}} + \frac{1}{\sqrt{3}} + \frac{1}{\sqrt{4}} + ...+\frac{1}{\sqrt{2017}}$?
With $$\frac{1}{\sqrt{i}} > 2(\sqrt{i+1} -\sqrt{i})$$ and $$\frac{1}{\sqrt{i}} < 2(\sqrt{i} -\sqrt{i-1}),$$ I'm able to get to $$2 \sqrt{n+1}-2 < \sum_{i=1}^n \frac{1}{\sqrt{i}} < 2 \sqrt{n}-1.$$
Given $n=2017$, the result is $88.37282...$ (using Wolfram), so the floor should be $88$.
But I just get to $87.844<S<88.822$, and therefore I don't get the exact floor.
With ALGEBRA ONLY (no integral, limit, Harmonic Series), could you please help me to solve this problem?
Thank you!