Let $a_1 = 4$. Let, for each natural number $n$, $a_{n+1} = 3a_n-8$. Devise an explicit formula for $a_n$, and finally use induction to prove it.
Upon cursory inspection, I noticed that $a_2 = 3(4) - 8 = 4$. This clearly creates an infinite loop; $a_3 = 4\cdots$.
Am I missing something? Am I supposed to prove the formula $a_n=4$ by induction? Is this a typo?
It should be noted that this problem was sourced from a textbook, so an error is not out of the question.