Respuesta :

Every term is three less than the previous term.

Since -5 is our first term, we can set that to a(1) so that we can express a recursive formula:
a(n+1) = a(n) - 3

a(2) = -8
a(3) = -11
a(4) = -14
a(5) = -17