Find the first 5 terms of the sequence a1= -4, an = 3an-1 -2 for n > 1.

==========================================================
Explanation:
The notation [tex]a_1 = -4[/tex] tells us that the first term is -4.
To generate the next term, we'll use the recursive rule [tex]a_n = 3*a_{n-1}-2[/tex] which is probably better written as [tex]a_n = 3*(a_{n-1})-2[/tex]. That rule says: "Whatever the previous term is, multiply by 3 and subtract off 2 to get the next term".
This means,
Therefore, the first five terms are: -4, -14, -44, -134, -404