$ a_n=\left\{ \begin{array}{ll} 2 & n=1 \\ 6 & n=2 \\ a_{n-1}+9a_{n-2} & n\geq 3 \\ \end{array} \right. $
$\forall n \in N^+$, $a_n < 3^n$.
So far, I have assumed that $a_{n-1} \le (n-1)$ then, $(n-1) + 9(n-2) < 3^n$, then $10n-19 < 3^n$. Does this cover all cases where $n>3$?
Would this be a correct step to take? can anybody verify?