2

Does this series converge or diverge?

$$ \left[\prod_{k=1}^{n}\left(1+\frac{k}{n}\right)\right]^{\frac{1}{n}} $$

wjmolina
  • 6,218
  • 5
  • 45
  • 96
  • Can you think of a way to do this with Riemann sums? – GEdgar Apr 09 '15 at 00:48
  • 1
    Here's another way of evaluating it without using Reimann Sums. – r9m Apr 09 '15 at 00:53
  • To evaluate the limit, see the link above; it has been asked before. Now, if you only need to check whether it converges or not, but not where, you can start by observeing that it is definitely bounded by $1$ and $2$. Can you say anything about its monotonicity? – Theo Douvropoulos Apr 09 '15 at 01:10

1 Answers1

1

Hint This sequence is, up to an exponential, equivalent to:

$$\sum_{k=1}^{n}\frac{1}{n}\ln\left(1+\frac{k}{n}\right) =\int_{1}^2\cdots\cdots$$

(use Riemann sums)

Elaqqad
  • 13,725