which function gives the correct recursive formula for the sequence

a1=-3; an= a10 +3
a1 = 10; an - an-1 +3
a1 = 10; an= an-1 - 3

1 answer

The function that gives the correct recursive formula for the sequence is:

a1 = 10; an = an-1 - 3