I have the following equation that I need to solve (just find its form and replace numbers with $A,B$,...
$a_{n} = 8a_{n-2} - 16a_{n-4}$
My problem is that there is no $a_{n-1} , a_{n-3}$.
Do I just imagine they exist with a $0$ in front of them? Like this:
$0a_{n-1} + 0a_{n-3}$
Finally my request is that you solve this for me step by step so I can understand.
To your recurrence associate the algebraic equation $x^4 = 8x^2 - 16$. This is equivalent to $(x^2-4)^2=0$, which has the roots $\pm 2$, each one counted twice (i.e. they are double roots). Therefore, the general term will be $x_n = a 2^n + b n 2^n + c (-2)^n + d n (-2)^n$, and you get $a,b,c,d$ from the first $4$ terms.