Consider a sequence defined recursively by the following rules:$$ a_1 = 2 $$ $$ a_{n} = 3a_{n-1} + 1 $$ for $n > 1$. What is the value of $a_5$ in the sequence?