This summation where $n \in \mathbb{N}$:
$a(n)=\sum_{i=1}^{n} 2^{i-1}3^{n-i}$
...gives rise to this sequence for $a(n)$:
1,5,19,65,211...
...which is OEIS A001047.
The OEIS entry has the formula as $a(n)=3^n-2^n$.
My question is how to derive $\sum_{i=1}^{n} 2^{i-1}3^{n-i}=3^n-2^n$