Let $F_{i}$ be the fibonacci or a multinacci sequence. The number of representations of $N$ in the form $ N=\sum_{i=0}^{k}s_{i}F_{i}, s_{i}\in ${0,1} is known.
My question is what is known about sequence-based numeration systems given by other linear recurrences.
To make the question precise, i am interested in the recurrence $ G_{i+4}=G_{i+3}+G_{i+2}+G_{i+1}-G_{i}$ with $G_{0}=1$, $G_{1}=2$, $G_{2}=4$, $G(3)=8$.
What is known about $ \sharp_{G} N:=${$(s_{0},\dots,s_{k})\in${0,1}$^{k+1}|N=\sum_{i=0}^{k}s_{i}G_{i}$}?

