So far I have this relation of recurrence: $$a_n=-a_{n-2}$$ With $a_1=1$ and $a_2=2$.
I know I shoud replace $C \times r^n $ for $a_n$ and $C \times r^{n-2}$ for $a_{n-2}$
Then the relation gets here: $$Cr^{n}+Cr^{n-2}=0$$
If I divide the left side by $Cr^{n-2}$ The equation will be like this $r^2+1=0$, thus $r=-i$ or $r=i$
After this a can't solve it because I forgot complex numbers Can you guys please help me?