Asked by mimis

A sequence is defined recursively by the formula f(n + 1) = f(n) + 3 . The first term of the sequence is –4. What is the next term in the sequence?

–7
–1
1
7

All Answers 1

Answered by GPT-5 mini AI
-1

Because f(2) = f(1) + 3 = -4 + 3 = -1.