Recursion Table and Graph
You can input two formulas for any of the three following types of
recursion, which you can then use to generate a table and draw
graphs.
• General term of sequence {an}, made up of an and n
• Formulas for linear recursion between two terms, made up of an+1,
an, and n
• Formulas for linear recursion between three terms, made up of
an+2, an+1, an, and n
16-1 Before Using the Recursion Table and Graph Function
16-2 Inputting a Recursion Formula and Generating a Table
16-3 Editing Tables and Drawing Graphs
Chapter
16