k Creating a Sequence Table

A Creating an an+1 Type Sequence Table

Example: To create a sequence table with the recursion formula an+1 = an+ n + 1 using a range of 1 < n < 10 (n = integer). Note, however, that a1 = 2.

Enter the RECUR Mode:

N6(RECUR)

Select the an+1 type:

z – {TYPE}2(an+1)

Input the recursion formula:

z2(an)+z1(n)+1

Register the recursion formula:

E (This displays the table range screen.)

Input a1 = 2, Start = 1, End = 10:

2E1E10E

Create the sequence table:

E (This displays the sequence table screen.)

A Creating an an Type Sequence Table

Example: To create a sequence table with the general term an = (

1

)n2 + 2n – 3 using a

 

range of 2 < n < 6 (n = integer).

2

 

 

 

 

B

 

 

 

Enter the RECUR Mode:

N6(RECUR)

Select the an type:

z – {TYPE}1(an)

Input the general term:

'1c2ez1(n)x+ 2z1(n)-3

E-68