A number sequence is a set of numbers defined by a rule that is valid for all positive integers.
For each number sequence, find the next three terms (separated by commas) as well as the 100th term.
For example: 1,2,3,4,5,6,7,8…100
2,4,6,8,10,…
−4,−1,2,5,8,…
100,89,78,67,56,…
1,4,16,64,256,…
*Write the 100th term in the form ab
1,−3,9,−27,81,…
*Write the 100th term in the form (−a)b
9,109,209,309,409,…
2,6,12,20,30,…
3,8,15,24,35,…
1,12,14,18,116,…
*Write the 100th term in the form abc
4,16,36,64,100,…
4,20,64,176,448,…*You don't need to find the 100th term
12,12,38,14,532,…*You don't need to find the 100th term
1,1,2,3,5,8,13,21,…*You don't need to find the 100th term
[challenge] 2,6,7,5,0,−8,−19,…*You don't need to find the 100th term
[challenge] 2,3,3,5,10,13,39,43,172,177,…*You don't need to find the 100th term
[challenge] 1,11,21,1211,111221,312211,13112221,…*You don't need to find the 100th term
Types of Sequences
In an arithmetic sequence, each term is found by adding or subtracting the same number to the previous term.
In a geometric sequence, each term is found by multiplying or dividing the same number to the previous term.
For each of the following sequences, identify if it is an “arithmetic” or “geometric” sequence or “neither”.