This result, $$\prod_{k=1}^{\infty} \big\{\big(1+\frac1{k}\big)^{k+\frac1{2}}\big/e\big\} = \dfrac{e}{\sqrt{2\pi}}$$ is in a paper by Hirschhorn in the current issue of the Fibonacci Quarterly (vol. 51, no. 2).
I thought it was quite interesting in that it shows how close $(1+\frac1{k})^{k+\frac1{2}}$ is to $e$, and that it would be an interesting challenge problem. The proof there is not too difficult.
This result is a lemma in the proof of the following, which is the principal result in the paper:
$$\prod_{k=0}^n \binom{n}{k} \sim C^{-1}\frac{e^{n(n+2)/2}}{n^{(3n+2)/6}(2\pi)^{(2n+1)/4}} \exp\big\{-\sum_{p\ge 1}\frac{B_{p+1}+B_{p+2}}{p(p+1)}\frac1{n^p}\big\}\text{ as }n \to \infty $$ where $$\begin{align} C &= \lim_{n \to \infty} \frac1{n^{1/12}} \prod_{k=1}^n \big\{k!\big/\sqrt{2\pi k}\big(\frac{k}{e}\big)^k\big\}\\ &\approx 1.04633506677...\\ \end{align} $$ and the $\{B_p\}$ are the Bernoulli numbers, defined by $$\sum_{p \ge 0} B_p\frac{x^p}{p!} = \frac{x}{e^x-1} .$$
I don't expect anyone here to prove this, since Hirschhorn takes over seven pages of involved math to prove it.
Also, it was an interesting exercise in $\LaTeX$ to enter these formulae so that they displayed exactly (or, at least, pretty closely) as in Hirschhorn's article. Among other things, I learned (after a little searching) that a tilde (~) is entered as "\tilde{}".
\sim: $\sim$. (Short for 'similar') – Nick Peterson Jun 22 '13 at 18:07