Patterns and rules unit test part 1

Write a rule for the sequence
5,-4,-13,-22,...

1 answer

Each term in the sequence is obtained by subtracting 9 from the previous term. Therefore, the rule for the sequence is:

nth term = nth-1 term - 9

where n is the position of the term in the sequence.