0

$a_n=\sum\nolimits_{i=0}^n 1/(n+i)$ I have to prove that the series converges and the limit. but i dont have a clue of how to approach it. It seems familiar to $log(1+x)$ but since $n$ is in the denominator i have difficulties to manipiulate it. Thanks in advance

Maths
  • 345
  • 1
  • 9

1 Answers1

0

Hint:

Rewrite it as $$ \frac1n \sum_{i=1}^n \frac1{1+\frac in}$$ and observe this is a Riemann sum.

Bernard
  • 175,478