1. Find the first four terms with a simple linear rule
Problem
Start with the given initial term.
Apply the recursion formula with : substitute into .
Apply the formula with : substitute into the recursion.
Apply the formula with : substitute into the recursion.
Answer:
A recursive formula works like a chain: each new term depends only on the previous one. We start with and apply the rule four times. This is the only way to find the sequence—you cannot jump to without computing and first.