Find the fifth term in the sequence

Method 1:
The recursive formula states that every next term is three times the previous one, plus two.
So, we have:
Method 2:
You can write the expression for [tex]a_5[/tex], and use the recursive formula until you get to the starting point:
[tex]a_5 = 3a_4+2 = 3(3a_3+2)+2 = 9a_3+8 = 9(3a_2+2)+8 = 27a_2+26 = 27(3a_1+2)+26 = 81a_1+80[/tex]
Now use the fact that [tex]a_1 = 1 [/tex] to get the conclusion
[tex]a_5 = 81+80 = 161[/tex]