
Recursive and Explicit Form of a Sequence
Determining the General Term of a Recursion ExpressionThe following procedure converts the sequence expressed by a recursion expression to the general term format an = f (n).
Example: To determine the general term of the recursion expression an+1 = an + 2, a1 = 1
uClassPad Operation
(1)Start up the Sequence Editor.
•If you have another application running, tap mand then H.
•If you have the Sequence application running, tap Oand then [Sequence Editor].
(2)Tap (or press) O, [Sequence RUN], [Calc], [rSolve], [n,an], [an+1], =, [n,an], [an], +, 2, ,, [a0,a1], [a1], =, 1, and then ).
(3)Press E.
uAbout rSolve
The rSolve function returns the explicit formula of a sequence that is defined in relation to one or two previous terms, or a system of recursive formulas.
Syntax: rSolve (Eq, initial
rSolve
Example: To obtain the
Example: To obtain the
20060301