I have recurrence relation $x_{n+4}-3x_{n+3}+4x_{n+2}-8x_{n}=0,x_0=0$.
Here I tried to solve it using the characteristic equation method. I got roots $t=-1,t=2$.
General solution looks like this $a_n=(-1)^nC_1+2^nC_2$ but how can I find $C_1$ and $C_2$?
I tried to write general solution using the initial condition $a_0=C_1+C_2=0$ but it didn't work, since I can't compose a system for further solution with only one initial condition.
Can I find $a_1$ somehow to build system to find $C_1$ and $C_2$?