Respuesta :

Answer:

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

Step-by-step explanation:

The recursive formula allows a term in the sequence to be found by adding the constant difference to the previous term.

Here d = 1 - 6 = - 4 - 1 = - 9 - (- 4) = - 14 - (- 9) = - 5 , then

f(n) = f(n - 1) - 5 with n ≥ 1 and f(1) = 6