Sequence (ordered list of elements and mathematical concept)
An ordered list of items or events. In mathematics a sequence is a function with natural numbers as domain; types include finite/infinite, arithmetic/geometric, recurrent; important in analysis, computing and modelling.
Overview
A sequence is an ordered collection of items, events or symbols in which the arrangement matters. In everyday language a sequence can mean any series of things that follow one another — for example, the sequence of steps in a recipe or the sequence of scenes in a film. In formal contexts, especially in mathematics, a sequence is treated as an object that lists elements one after another with a specific position for each element.
Mathematical definition and notation
Mathematically, a sequence is most often defined as a function whose domain is the set of positive integers (or sometimes the non‑negative integers). If a function a assigns to each natural number n an element a(n), the ordered list (a(1), a(2), a(3), ...) is a sequence. Common notation for the n-th element is a_n or a(n). This functional viewpoint makes it straightforward to describe infinite sequences by giving a formula or a rule for a(n) rather than enumerating all terms.
Sequences are commonly classified as either finite or infinite. A finite sequence has a last term and can be written out completely, for example (1, 2, 3, 4, 5). An infinite sequence continues without end, such as the even numbers (2, 4, 6, 8, ...). To specify an infinite sequence one typically gives an explicit expression or a recurrence rule that determines each term from earlier terms; for instance, the rule a(n) = 2 × n defines the sequence of positive even integers.
Common types and properties
- Arithmetic sequence (progression): successive terms differ by a constant. Example: 3, 6, 9, 12, ...
- Geometric sequence: successive terms are multiplied by a constant ratio. Example: 2, 6, 18, 54, ...
- Recurrence relations: each term defined in terms of earlier ones, e.g. Fibonacci numbers.
- Monotonic, bounded, periodic, or random: qualitative properties often studied in analysis and probability.
Key distinctions include sequence versus set (order and repetition matter in sequences but not in sets) and sequence versus series (a series is a sum of sequence terms). A subsequence is obtained by selecting terms from the original sequence while preserving their order.
Construction, examples and notation
There are several practical ways to describe a sequence: list its elements explicitly (suitable for short finite sequences), give a formula for the nth term (for many infinite sequences), or provide a recurrence relation together with initial conditions. For example, the formula a(n) = 2 × n shows how to find any term — a(1) = 2, a(2) = 4, a(100) = 200 — without writing down intermediate terms. The symbol a_n or (a_n) is standard; sometimes parentheses or brackets indicate the ordered list.
History, applications and further notes
The idea of ordered progressions appears in ancient arithmetic and geometric problems, and over time the concept was formalized within arithmetic and analysis. Sequences are central in calculus and real analysis (for example, the notion of convergence depends on sequences), in discrete mathematics and combinatorics, and in computer science (arrays, queues and time series are treated as sequences). They are also used to model repeated events in science, such as genetic sequences in biology or sampled signals in engineering.
For more technical treatments, topics to explore include limits and convergence of sequences, subsequences and compactness, generating functions, and different classes of recurrence relations. Introductory resources and further readings are available in mathematical texts and online materials: rules and formulas, natural numbers and indexing, and practical examples of multiplication or scaling operations like "times n" are often illustrated in elementary accounts: examples of termwise operations.
Because sequences can be represented in multiple equivalent ways, choosing the most informative description depends on whether the sequence is finite or infinite, whether explicit computation of distant terms is needed, and which properties (e.g., monotonicity or boundedness) are most relevant.
Examples
5-tuples of integers
4-tuples of trigonometric functions
Sequence of prime numbers
Infinite sequence of sets.
General infinite sequence whose terms are continuously indexed. Here, zero is chosen as the indexing start.
Notation
In general, for a finite sequence writes , so
, and for infinite sequences
, so
. The
represents any sequence member; the round brackets combine them into a sequence, then the running range of the index is shown (this may be omitted if it is implicitly clear). Pointed brackets are sometimes used instead of round brackets (i.e. ⟨
); semicolons may be used instead of commas if there is a risk of confusion with the decimal separator.
The difference from the set of sequence members or
is that the order of
matters and that several sequence members can have the same value.
Example: the sequence (0, 1, 0, 2, 0, 4, 0, 8, ...) has the image set (or underlying set) {0, 1, 2, 4, 8, ...}. The sequence (1, 0, 2, 0, 0, 4, 0, 0, 0, 8, ...) has the same image set. In both sequences the value 0 occurs several times.
Questions and answers
Q: What is a sequence?
A: A sequence is a set of related events, movements or items that follow each other in a particular order.
Q: How is it used?
A: It is used in mathematics and other disciplines. In ordinary use, it means a series of events, one following another.
Q: What are two kinds of sequences?
A: The two kinds of sequences are finite sequences, which have an end, and infinite sequences, which never end.
Q: Can you give an example of an infinite sequence?
A: An example of an infinite sequence is the sequence of all even numbers bigger than 0. This sequence never ends; it starts with 2, 4, 6 and so on.
Q: How can we write down an infinite sequence?
A: We can write down an infinite sequence by writing a rule for finding the thing in any place one wants. The rule should tell us how to get the thing in the n-th place where n can be any natural number.
Q: What does (a_n) stand for when writing down a sequence?
A:(a_n) stands for the n-th term of the sequence.
Related articles
Author
AlegsaOnline.com Sequence (ordered list of elements and mathematical concept) Leandro Alegsa
URL: https://en.alegsaonline.com/art/88957
