I've been working through recurrence relation problems and came across one that I am struggling with
Say we have a relation as follows
$r_k - 7r_{k-1} + 12r_{k-2} = 0$ for all $k \geq 2$ and $r_0 = 1, r_1 = 7$
The problem is essentially asking whether for any $a_n$, does $a_n = n3^n+4^n$
Now the base cases hold, but I'm unsure of how to proceed for proving for all $n$