I'm having trouble combinatorially proving: $$2 \cdot 3^0 + 2 \cdot 3^1 + 2 \cdot 3^2 + \cdots 2 \cdot 3^{n-1} = 3^n-1$$
I understand that the right hand side can be expressed as the number of possible n-length strings from an alphabet {a,b,c}, minus some specific string, such as "abc".
I see also that the left hand side is a finite geometric series where a = 2 and r = 3 and that I can algebraically prove its sum to be $3^n - 1$.
But how can I prove this combinatorially? How can I show the geometric series to be an answer to the same n-length string problem as the right side, if that is the correct interpretation for the proof?