The first term is -4, so the recursive formula must start with
[tex]f(1)=-4[/tex]
Then, as you can see, each term is 3 more than the previous one, so the recursive relation is
[tex]f(n+1)=f(n)+3[/tex]
which literally means "the next term is the previous one plus three".