Let $q_n$ be amount of sequences, where length of sequence is $n$. The sequences are constructed from elements $\in \{a,b,c,d\}$ . In sequecne 'b' occurs odd times. For example: $$n = 10$$ $$aabbcacacb$$ number of 'b' is three so this sequence is correct.
Prove that $$q_n = 4^{n-1} + 2q_{n-1}$$ I am going to consider the secuences of ${n-1}$ length and try to it make longer. I am asking for advice.