In my probability script the following equation is used, to show that for $n\to \infty, \displaystyle\binom{n}{\frac{1}{n}}$ converges against the Poisson distribution $Po(1)$. $$\lim_{n\to\infty} f_X(i) = \lim_{n\to\infty} \frac{n(n-1)...(n-i+1)}{i!}\frac{1}{n^i}\left(1-\frac{1}{n}\right)^{n-i} = \frac{1}{i!}e^{-1}$$
It is clear to me why for a set $i$, $\lim_{n\to\infty}\left(1-\frac{1}{n}\right)^{n-i} = e^{-1}$. However, I am not sure why the two first fractions result in $\frac{1}{i!}$. I thought that the $n(n-1)...(n-i+1)$ and $n!$ cancel out, but that wouldn't be an equality, at least as far as I know. It could also be that my assumption that $\lim_{n\to\infty}\left(1-\frac{1}{n}\right)^{n-i} = e^{-1}$ in this case.
Well, for $i$ fixed, there are $i$ terms in the product $n(n-1)...(n-i+1)$ and so $\dfrac{n(n-1)...(n-i+1)}{n^i}=\prod_{j=0}^{i-1}(\dfrac{n-j}{n})=\prod_{j=0}^{i-1}(1-\dfrac{j}{n})$.
Now $j/n\to0$ as $n\to\infty$ for each $0\leq j\leq i-1$ so $\prod_{j=0}^{i-1}(1-\dfrac{j}{n})\to 1$ and you get the result.