Solve the following recurrence equation
$a_0=0, a_1=7$, and $$a_n=\frac{1}{3}a_{n-1}+\frac{4}{3}a_{n-2}, n\geq2$$ I have tried using the general method, however i am getting the same thing as $a_n$ already. I am taking this class as an independent study so I am basically teaching myself.