For this game, the odds of winning at step n is given by 0.5^n.
Since each step is a discrete outcome (ie, you can't earn money from step n then keep going,) the expected values should be treated as separate for each step. This is given by (return * 0.5^n)
Interestingly, the expected value at...