write a recursive formula for an the nth term of the sequence 5,3,1,-1

1 answer

To find a recursive formula for the nth term of the sequence 5, 3, 1, -1, we need to identify the pattern or the relationship between consecutive terms of the sequence.

Observing the sequence, we can see that each term is 2 less than the previous term. Therefore, we can write the recursive formula as:

a(n) = a(n-1) - 2

where a(n) represents the nth term of the sequence and a(n-1) represents the (n-1)th term.