Sequences
A sequence is an ordered list of numbers. It can be thought of as a function, f(n), where the argument, n, takes on the natural-number values 1, 2, 3, 4,... (or occasionally 0, 1, 2, 3, 4,...). A sequence can follow a regular pattern or an arbitrary one. It may be possible to compute the value of f(n) with a formula, or it may not. Another sequence is the sequence of prime numbers: 2, 3, 5, 7, 11,…