Pick a point at random in the interval $[0,1]$, call it $P_1$.
Pick another point at random in the interval $[0,P_1]$, call it $P_2$.
Pick another point at random in the interval $[0,P2]$, call it $P_3$.
Etc...
Let $S = P_1+P_2+P_3+\cdots$
What is the probability that $S$ is divergent?
Any thoughts?
P.S. random, in this particular case, means equidistributed. I.e. $P(a<P_1<b)=b-a$.
Also, if this is correct, it would imply that whatever the probability distribution, no matter how skewed towards 1 it is, the sum is always finite. Since 0<E(P1)<1 thus infinite sum: E +E^2 +E^3 +... converges.
– Elie Bergman May 19 '14 at 08:01