34.9k views
4 votes
Write a recursive formula for the sequence

-1,-2,-3,-4...

1 Answer

2 votes

Answer:

f(1) = -1

f(n) = f(n-1) -1

Explanation:

The first term is -1. Each term is 1 less than the previous. These equations say that.

f(1) = -1

f(n) = f(n-1) -1

User Romaninsh
by
3.8k points