1

How can we prove that

$\displaystyle \lim_{n\to\infty} \sum_{k=0}^{n} \frac{{n \choose k}}{n^{k}(k+3)} = e-2$ ?

The only thing that came to my mind was writing out a few terms to see where that could get me, but I'm not able to make much progres. Any help in the form of hints or a solution would be appreciated.

metamorphy
  • 39,111

1 Answers1

4

Using $\displaystyle\frac{1}{k+3}=\int_0^1 t^{k+2}\ dt$, you get $$\sum_{k=0}^{n}\frac{\binom{n}{k}}{n^k(k+3)}=\int_0^1 t^2\sum_{k=0}^{n}\binom{n}{k}\frac{t^k}{n^k}\ dt=\int_0^1 t^2\Big(1+\frac{t}{n}\Big)^n\ dt,$$ and the $n\to\infty$ limit of this is $\displaystyle\int_0^1 t^2 e^t\ dt$ which has the expected value.

metamorphy
  • 39,111