This is a sequence in the form 1 + c + c2 + … cn
1 + c + c2 + … cn * (1 - c) = 1 – cn+1
So we can rewrite the sequence as
1 – cn+1 / 1 - c
Which is the same as
1 / 1 – c – cn+1 / 1 - c
Since 0 <= c < 1, We can see that the second term approaches 0 as n approaches infinity
Hence as n approaches infinity the sequence converges to 1 / 1 - c
Substitute c for 1 / 3 and we get 1 / (1 – (1/3)) = 1 / (2/3) = 3 / 2