What is the recursive formula for the sequence?

8, 6, 4, 2, 0, . . .

1 answer

The recursive formula for the given sequence is:

a(n) = a(n-1) - 2, where a(1) = 8.