| What is the
nth term of the sequence 2, 8, 18,
32...? |
Any position-to-term rule can
be expressed using algebra. For example, the sequences using in
Section 2 produce these formulas for the nth
term:
| Sequence |
Key
presses |
nth
term |
| 1, 3, 5 ,7,
|
L1
2
1
L2
 |
2n-1 |
| 7, 9, 11, 13
|
L1
2
5
L2
 |
2n+5 |
| multiples of 7 |
L1
7
L2
 |
7n |
| square numbers |
L1
L1
L2
 |
n2 |
| cube numbers |
L1
L1
L1 L2
 |
n3 |
| 10, 9, 8, 7
|
11
L1
L2
 |
11-n |
| |
|
|
Now we're going to develop
sequence work based on the square numbers. First list L1 must contain 1, 2, 3,
4... Next a method of entering each sequence below into list L2 must be found.
The position-to-term rule must be expressed as a sequence of key presses and as
an algebraic formula:
| Sequence |
Key
presses |
nth
term |
| 1, 4, 9, 16
|
L1
L2
 |
n2 |
| 9, 16, 25, 36
|
L1
2
L2
 |
(n+2)2 |
| 2, 5, 10, 17
|
L1
1
L2
 |
n2+1 |
| 2, 8, 18, 32
|
L1
2
L2
 |
2n2 |
| |
|
|
What about the triangle numbers 1, 3,
6, 10... ? |