Question
What is the recursive formula for the sequence?
8, 6, 4, 2, 0, . . .
8, 6, 4, 2, 0, . . .
Answers
GPT 3.5
The recursive formula for the given sequence is:
a(n) = a(n-1) - 2, where a(1) = 8.
a(n) = a(n-1) - 2, where a(1) = 8.