5

The series $\sum\limits_{n=1}^{\infty}\frac{n!}{n^n}$ is clearly positive and decreasing, but how does one go about integrating $\int\frac{x!}{x^x} dx$ ?

bard
  • 315

2 Answers2

1

$\lim\limits_{n \to \infty}\sqrt[n]{\dfrac{n!}{n^n}}‎\sim \lim\limits_{n \to \infty} \dfrac{\dfrac{n}{e}}{n}=\dfrac{1}{e}<1$

user35603
  • 3,002
R.N
  • 4,318
1

A very rough way of showing convergence is use Stirling's expansion of the numerator. Since $k! \sim (\frac{k}{e})^k \sqrt{2 \pi k}$ the summand becomes $a_k \sim \frac{\sqrt{2 \pi k}}{e^k}$ which you can then compare to the integral, $\Gamma(\frac{3}{2})$.

This, I repeat, is a pretty rough and not very elegant way of solving the problem. There are better ones too.

Alex
  • 19,262