This is again from MathWorld. Let $ x > 0$ and define a sequence $a_{n}$ recursively as follows $$a_{1} = \frac{1}{x}, a_{n} = n(a_{n - 1} + 1)$$ Show that $$e^{x} = \prod_{n = 1}^{\infty}\left(1 + \frac{1}{a_{n}}\right)$$ I started as follows \begin{align} f(m) &= \prod_{n = 1}^{m}\left(1 + \frac{1}{a_{n}}\right)\notag\\ &= \prod_{n = 1}^{m}\left(\frac{a_{n} + 1}{a_{n}}\right)\notag\\ &= \prod_{n = 1}^{m}\left(\frac{a_{n + 1}}{(n + 1)a_{n}}\right)\notag\\ &= \prod_{n = 1}^{m}\frac{1}{(n + 1)}\prod_{n = 1}^{m}\left(\frac{a_{n + 1}}{a_{n}}\right)\notag\\ &= \frac{1}{(m + 1)!}\frac{a_{m + 1}}{a_{1}}\notag\\ &= x\cdot\frac{a_{m + 1}}{(m + 1)!} \end{align} So in effect we need to establish that $b_{n} = a_{n + 1}/(n + 1)! \to e^{x}/x$ as $n \to \infty$. I am not sure how to proceed further. Any help would be appreciated.
Update: As many answers below indicate, the above result is false. If anyone is associated with MathWorld please inform them to fix the problem.
Since we have $$a_{n+1}=(n+1)(a_n+1)\Rightarrow \frac{a_{n+1}}{(n+1)!}=\frac{a_n}{n!}+\frac{1}{n!},$$ we have for $n\ge 2$$$\frac{a_n}{n!}=\frac{a_1}{1!}+\sum_{k=1}^{n-1}\frac{1}{k!}.$$
Hence, from what you got, we have $$\begin{align}\prod_{n=1}^{\infty}\left(1+\frac{1}{a_n}\right)&=\lim_{m\to\infty}x\cdot\frac{a_{m+1}}{(m+1)!}\\&=\lim_{m\to\infty}x\left(\frac 1x+\sum_{k=1}^{m}\frac{1}{k!}\right)\\&=\lim_{m\to\infty}\left(1+x\sum_{k=1}^{m}\frac{1}{k!}\right)\\&=\color{red}{1+x(e-1)}\end{align}$$
(The answer I got is not $e^x$, but I cannot find any mistake...)