While studying derangements, I've found on the internet the following relation : $$\lim_{n\to\infty}\frac{!n}{n!} =\frac{1}{e} \approx 0.3679\ldots.$$
This relation really intrigues me and I would like to know how to prove it.
In the detail,I came across the above limit reading this article from AOPS site . In the article it is said that the above limit can be noted given the recurrence $!n=n\cdot!(n-1)+(-1)^{n}$ .
Sadly I can't note that.
Anyway I've tried to do something.
Given the following relation $ !n = n! \sum_{k=0}^{n} \frac{(-1)^k}{k!}$ I have that $ \cfrac{!n}{n!}=\sum_{k=0}^n \cfrac {(-1)^k}{k!} $ .
Now the right hand side of the last equality is interesting because it can be written as $$\sum_{k=0}^n \cfrac {1}{k!} \cdot (-1)^k $$ and I know that $$\sum_{k=0}^\infty \cfrac {1}{k!} =e $$ but now I am left with the trouble of the $(-1)^k$ factor which I don't know how to handle.