$$\sum_{i=0}^{\\(log_2 n)-1} \frac{3^i}{2^i}$$
I have been working on solving a recurrence, and finally simplified to this step. However, I am lost as to where to proceed now. I know the sum of powers of 2, but I don't know what to do since it's in the denominator.