Does anyone know the answer to this question regarding recurrence relations?
To determine the general solution of the following recursive relation with the initial conditions. Write down the roots in ascending order.
$$a_0=0,a_1=8:a_n=7a_{n-2}+6a_{n-1},n\ge2$$
Since this question was from an exam I had that I failed, I will roughly translate it.
Edit: Here's the empty fields that need requireing, I will put x as a placeholder for the answers
$$a_n=x * x^n + x * x^n $$