Answer:

Step-by-step explanation:
The first row of the answer is
which means "the first term is 1". The subscript below the 'a' tells us which term number we're on. Another example is that
is the second term,
is the third term, and so on.
The nth term denoted as
is found by multiplying -2 with the previous term
. This has subscript (n-1).
The informal recursive template we can think of is:
nth term = -2*(previous term)