The recursive formula for the given sequence above which is 7, 13, 19, 25, and 31 and the next term in the sequence is this: <span>an = an – 1 + 6, where a1 = 7; 37 </span>Here is the solution:
f(1) = 7 f(2) = 7 + 6 = 13
The recursive formula would be: f(n + 1) = f(n) + 6
And the next term is = 31 + 6 = 37. Hope this helps you!