If $a_0=1$, $a_1=3$, $a_2=9$ and $a_{n+3}=a_{n+2}+4a_{n+1}+5a_n$, show $a_n\le 3^n$.
I don't know how to type it in right format. $n+3$ and such things in the parentheses are small and in the lower right corner.
I think this question relates to recursion and induction, but I cannot solve it.