What is the expectation of $\prod\limits_{k=1}^\infty \left(1+\prod\limits_{i=1}^k u_i\right)$, where the $u$'s are i.i.d. $\text{Uniform}(0,1)$-variables ?
My first thought was to try replacing $u_i$ with its mean value $\frac12$, giving $\prod\limits_{k=1}^\infty \left(1+\left(\frac12\right)^k\right)=$ 2.38423102903..., but this approach did not seem justifiable.
Taking the log of the products didn't seem to help.
An Excel simulation with half a million trials gave an average (arithmetic mean) of $2.7201$, suggesting that the answer is just $e$.
Context: This question was inspired by a related question asking for the probability that $\sum\limits_{k=1}^\infty \left(\prod\limits_{i=1}^k u_i\right)>1$.