Sign In
A recursive rule gives the beginning term or terms of a sequence, and a recursive equation tells how a_n is related to one or more preceding terms.
See solution.
To define a sequence recursively, we need a recursive rule. This type of rule gives the beginning term or terms of a sequence, and a recursive equation tells how the nth term, a_n, is related to one or more preceding terms. For example, let's choose two initial terms.
Example initial terms
a_1=1 and a_2=2