I have a sequence $$a_n=\sum_{k=1}^n\frac n{n^2+k}$$ I've to find out if this sequence is convergent. I've made some progress as to find out if this is bounded. $$\frac n{n^2+1}<a_n<\frac n{n^2+n}$$ so this gives me that $a_n$ is bounded between 0 and 1.
But I am not able to prove if it's convergent. I've read so much that it's really confusing me now. At some places it's saying : if the sequence converges to a limit then its convergent, at other places, it's saying since $a_n\to1$ as $n\to\infty$ then it's not convergent. How to test for convergence in this case, any ideas? Also it would be great if you could point out a definite condition for testing convergence of a sequence.