Let $a_n=1+1/\sqrt{2}+\cdots+(1/\sqrt{n-1})-2\sqrt{n}$ while $a_1=-2,n\ge2 $ , I need to prove that $a_n$ converges. I proved that it is monotonically increasing and tried to prove that it is upper-bounded by induction but failed to.
Also, it was told that $a_n$ converges to $-2<L<-1$ so I tried to show by induction that $a_n$ is bounded by $-1$, but I'm always stuck with $a_{n+1} \le -1 + 1/\sqrt{n}$ or something like that. How can I prove that $a_n$ is bounded from above?
Hint. One may use, for $k\ge1$, $$ 2\sqrt{k+1}-2\sqrt{k}= \int_{k}^{k+1}\frac{dx}{\sqrt{x}} < \frac{1}{\sqrt{k}}<\int_{k-1}^{k}\frac{dx}{\sqrt{x}}=2\sqrt{k}-2\sqrt{k-1}. $$ Then, by summing from $k=1$ to $k=n-1$ terms telescope giving $$ 2\sqrt{n}-2<\sum_{k=1}^{n-1} \frac{1}{\sqrt{k}}< 2\sqrt{n-1}, \quad n\ge2. $$ Can you take it from here?