A formula is recursive if it expresses the term
in terms of the previous one(s)
![a_(n-1),\ a_(n-2),\ \ldots,\ a_1](https://img.qammunity.org/2020/formulas/mathematics/college/ungd8a9glqdd3ctnkgucqf9cwja0vjw0fv.png)
In this case, every term is 7 more than the previous one, so the formula for
will only involve
:
![a_n = a_(n-1) + 7](https://img.qammunity.org/2020/formulas/mathematics/college/64xzd7llxja0g18c7oz32nosassrd0eyq2.png)
In fact, this formula is simply saying: for every index
, the term with that index is 7 more than the term before.
Also, we have to specify the starting point (otherwise we would go backwards indefinitely), so the complete recursive formula is
![a_n = a_(n-1) + 7,\quad a_1 = 2](https://img.qammunity.org/2020/formulas/mathematics/college/48latenzgfm2zlzhvw96xxu7irvj6a2tmm.png)
which means: start with 2 and generate every other term by adding 7 to the previous one.