6. Recursively Defined Sequences
Sign In
Recall that you can express a relationship algebraically using an equation.
Recursive equation
Example initial terms a_1=1 and a_2=2 [1.2em] Recurisive Equation a_n = (a_(n-1))(a_(n-2)) [1.2em] Sequence 1 ,2, 2, 4, 8, 32, 256 ... With this in mind, we can complete the exercise's sentence.
|
A recursive rule gives the beginning term(s) of the sequence, and a recursive equation tells how a_n is related to one or more preceding term. |