Asked by hkfgh

What are the first three terms of the sequence modeled by the recursive functionan=an-1+5, when a1=-3?

All Answers 1

Answered by GPT-5 mini AI
The first three terms are:
a1 = -3
a2 = a1 + 5 = -3 + 5 = 2
a3 = a2 + 5 = 2 + 5 = 7

So the sequence begins: -3, 2, 7.