Not all sequences are arithmetic. The most frequently seen type of non-arithmetic sequence is called a . In a geometric sequence, there is a instead of a common difference. The common ratio either multiplies the terms by the same number each time. The multiplicative factor can be an integer.
2 * 2 → 4 * 2 → 8 * 2 → 16
Or the factor can be a fraction.
27 * 13 → 9 * 13 → 3 * 13 → 1
There are also sequences that follow a rule, rather than have a common difference or ratio. For example, in the following sequence the rule is n^2+1 where n is the number of the term in the sequence.
rccccc
Term:& n= 1 & & n= 2 & & n= 3
Rule:& 1^2+1 & & 2^2+1 & & 3^2+1
Sequence:& 2 & → & 5 & → & 10
If we were to continue the given sequence, we might see that the pattern is to alternate between subtracting 2 and subtracting 1. This would be a sequence that followed a rule, just not an arithmetic one.
18 -2 → 16 -1 → 15 -2 → 13-1 → 12 -2 → 10