Given a positive integer $n$, how many ways are there to write it as $a_0+2a_1+4a_2+\dots+2^na_n$ such that $a_i\in\{0,1,2,3\}$ for all $i$?
If the coefficients were allowed to be in just $\{0,1\}$, there would be a unique representation.
But here, for $n=2$ and $n=3$ there are two representations each. For $n=4$ there are three representations: $(a_0,a_1,a_2)=(2,1,0),(0,2,0),(0,0,1)$.