term to term rule
• a rule that defines the value of each term in a sequence if the previous terms are known, e.g. the Fibonacci sequence xn = xn-1 + xn-1. • also known as the recursive rule.
EXAMPLES: