this is the sequence:
$(a_n)=\frac{1}{n+1}+\frac{1}{n+2}+\cdot\cdot\cdot+\frac{1}{2n}$
And this is what I tried to do so far:
$|a_{n+1} - a_{n} | = \frac{1}{2n+1}+\frac{1}{2n+2}-\frac{1}{n+1} = \frac{1}{2n+1}-\frac{1}{2n+2}$ in order to show (hopefully?) that the sequence IS convergent, since it is (hopefully) a Cauchy-Sequence.
However, as you can see, I don't know if a) I'm on the right way, b) what to do next.