
The first term of the sequence is -4
The next term in the sequence is -1
Given :
A sequence is defined recursively by the formula [tex]f(n+1)=f(n)+3[/tex]
The first term of the sequence is -4
[tex]f(1)=-4[/tex]
To find out the next term , we take n=1
Replace n= 1 in the given formula
[tex]f(n+1)=f(n)+3\\n=1\\f(1+1)=f(1)+3\\f(2)=-4+3\\f(2)=-1[/tex]
The next term in the sequence is -1
Learn more : brainly.com/question/1851471