Respuesta :

Answer:

  f(1) = -1

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

Step-by-step 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