Respuesta :
Answer:
recursive
Step-by-step explanation:
recursive lets us find the next term using a formula of the term preceding it or coming before it.
The type of rule in which you are given the first term and then your equation gives you a method for finding the next term in a sequence is called Recursion
What is recursive function ?
Recursive function is a function that repeats or uses its own previous term to calculate subsequent terms and thus forms a sequence of terms . Example : Arithmetic progression , geometric progression etc
so, the type of rule in which you are given the first term and then your equation gives you a method for finding the next term in a sequence is called Recursion
Learn more about Recursion
https://brainly.com/question/17298888?referrer=searchResults
#SPJ2