Given the recursive formula for the arithmetic sequence a1=−5

, an=an−1+4
, find the first three terms of the sequence.(2 points)
a1=
, a2=
, and a3=

To find the first three terms of the sequence, we can use the recursive formula.

a1 = -5 (given)
a2 = a1 + 4 = -5 + 4 = -1
a3 = a2 + 4 = -1 + 4 = 3

Therefore, the first three terms of the sequence are:
a1 = -5
a2 = -1
a3 = 3