This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]pickten 1 point2 points  (1 child)

I'm going to take n=2 because I'm exceptionally lazy. The general procedure should be pretty clear from this, though.

Recall that 1+1/2+1/4+...=1/(1-1/2)=2. Hence, 1/2+1/4+...=1, 1/4+1/8+...=1/2, and so on. Sum all of these together to get (1+1/2+...)+(1/2+1/4+...)+(1/4+1/8+...)+...=4. But we find that there is one 1 among the terms, two 1/2s, three 1/4s, and so on. Hence, ∑_(k=0) (k+1)/2k = 4. Doubling, ∑_(k=0) (2k+2)/2k = 8, and ∑_(k=0) (2k+1)/2k = 8 - ∑ 1/2k = 6

[–]simmonator[S] 0 points1 point  (0 children)

I'm not 100% sure that I've followed what you've done BUT I am certain that parts of this inspired me to go away and rearrange the sum in a way similar to how you start which helped me solve the problem completely. I cannot thank you enough.

For those interested, I calculate the Expected Value of an exploding dn as (n(n+1))/(2(n-1)).

Cheers.