I need to show that $a_n= 2^n + a_{n-2}$ for $n$ is greater than or equal to $2$. Prior to that we are told that recursively define $a_0 = 1,\, a_1 = 3, a_2 = 5,\, $ and $ a_n = 3a_{n-2} + 2a_{n-3}$ for $n$ is greater than or equal to $3$.
I tried writing out a characteristic equation and got the following: $x^3 - 3x - 2 = 0$, for which the solutions I got were $x = -1, 2$. I tried solving for constants, but I ended up getting $4\over3$ and $-1\over3$. If I could get some guidance as to how to approach the problem and whether I was on the right track, I would greatly appreciate it.
The third solution that I got seemed to be zero. I did the following math:
$a_0 = 1 = C_1 + C_3\\a_1 = 3 = -C_1 - C_2 + 2C_3\\a_2 = 5 = C_1 + 2C_2 + 4C_3$