Answer: 161
Step-by-step explanation
a1 = first term, a2 = second term, a3 = third term, and so on
a1 = 1 means the first term is 1.
The recursive formula here is
It has the informal template
or we could write it as

Therefore the recursive pattern is: triple the previous term, then add 2.
Let's generate the following terms:
a2 = 3*(a1) + 2
a2 = 3*1 + 2
a2 = 5
and,
a3 = 3*(a2) + 2
a3 = 3*5 + 2
a3 = 17
and,
a4 = 3*(a3) + 2
a4 = 3*17 + 2
a4 = 53
and finally
a5 = 3*(a4) + 2
a5 = 3*53 + 2
a5 = 161 is the fifth term.
Spreadsheet software can be used to verify the answer is correct.