Respuesta :

each one hadds 6 to the previous one
f(n)=f(n-1)+6 is the formula
f(1) = 7
f(2) = 7 + 6 = 13

Recursive formula => f(n + 1) = f(n) + 6

Next term = 31 + 6 = 37.