I've read on Wikipedia that one can give a stochastic representation of $e$:
In addition to exact analytical expressions for representation of $e$, there are stochastic techniques for estimating $e$. One such approach begins with an infinite sequence of independent random variables $X_1, X_2,\dots$, drawn from the uniform distribution on $[0, 1]$. Let $V$ be the least number $n$ such that the sum of the first $n$ samples exceeds $1$: $$V = \min \left \{ n \mid X_1+X_2+\cdots+X_n > 1 \right \}.$$ Then the expected value of $V$ is $e$: $\mathbb{E}(V) = e$.
I was wondering how to show (analytically) that $\mathbb{E}(V) = e$. I looked at the references but they seems to deal just with numerical aspects.
http://math.stackexchange.com/questions/8508/expected-number-of-0-1-distributed-continuous-random-variables-required-to-sum
– Alex R. Feb 06 '15 at 17:59