i need help i can’t understand how to solve it so pls help

=====================================================
Work Shown:
The first four terms are: -4, 14, -22, 50
The idea is to start with the first term (-4) and use the template [tex]\text{nth term} = -2*(\text{previous term}) + 6[/tex] to generate each new term. We multiply the previous term by -2, then add on 6. This is exactly what the recursive equation [tex]a_n = -2(a_{n-1})+6[/tex] is indicating.