In mathematics, a sequence is a collection of
objects possibly with repetition, that come in a specified order. Like a
set
Set, The Set, SET or SETS may refer to:
Science, technology, and mathematicsMathematics
* Set (mathematics), a collection of elements
* Category of sets, the category whose objects and morphisms are sets and total functions, respectively
Electron ...
, it contains
members (also called ''elements'', or ''terms''). Unlike a set, the same elements can appear multiple times at different positions in a sequence, and unlike a set, the order does matter. The notion of a sequence can be generalized to an
indexed family, defined as a function from an ''arbitrary'' index set.
For example, (M, A, R, Y) is a sequence of letters with the letter "M" first and "Y" last. This sequence differs from (A, R, M, Y). Also, the sequence , which contains the number at two different positions, is a valid sequence. Sequences can be ''
finite'', as in these examples, or ''infinite'', such as the sequence of positive
even integers .
The ''length'' of a finite sequence is defined as the number of elements in the sequence. The position of an element in a sequence is its ''rank'' or ''index''; it is the
natural number for which the element is the
image
An image or picture is a visual representation. An image can be two-dimensional, such as a drawing, painting, or photograph, or three-dimensional, such as a carving or sculpture. Images may be displayed through other media, including a ...
. The first element typically has index 0 or 1. In
mathematical analysis, a sequence is often denoted by letters in the form of
,
and
, where the subscript refers to the th element of the sequence; for example, the th element of the
Fibonacci sequence is generally denoted as
.
In
computing
Computing is any goal-oriented activity that requires, benefits from, or creates computer, computing machinery. It includes the study and experimentation of algorithmic processes, and the development of both computer hardware, hardware and so ...
and
computer science, finite sequences are usually called ''
strings'', ''
words'' or ''
lists'', with the specific technical term chosen depending on the type of object the sequence enumerates and the different ways to represent the sequence in
computer memory. Infinite sequences are called ''
streams''.
The empty sequence ( ) is included in most notions of sequence. It may be excluded depending on the context.
Examples and notation
A sequence can be thought of as a list of elements with a particular order.
Sequences are useful in a number of mathematical disciplines for studying
functions,
spaces, and other mathematical structures using the
convergence properties of sequences. In particular, sequences are the basis for
series, which are important in
differential equations and
analysis
Analysis (: analyses) is the process of breaking a complex topic or substance into smaller parts in order to gain a better understanding of it. The technique has been applied in the study of mathematics and logic since before Aristotle, tho ...
. Sequences are also of interest in their own right, and can be studied as patterns or puzzles, such as in the study of
prime numbers.
There are a number of ways to denote a sequence, some of which are more useful for specific types of sequences. One way to specify a sequence is to list all its elements. For example, the first four odd integers form the sequence . This notation is used for infinite sequences as well. For instance, the infinite sequence of positive odd integers is written as . Because notating sequences with
ellipsis leads to ambiguity, listing is most useful for customary infinite sequences which can be easily recognized from their first few elements. Other ways of denoting a sequence are discussed after the examples.
Examples
A
prime number is a
natural numbers greater than that has no
divisors except and itself. Listing the prime numbers in their natural order gives the sequence . The prime numbers are widely used in
mathematics
Mathematics is a field of knowledge concerned with abstract concepts such as numbers, geometric shapes, sets, functions, and probabilities. It uses logical reasoning and proof to study and establish their properties, often expressed as theo ...
, particularly in
number theory where many results related to them exist.
The
Fibonacci numbers are a sequence for which each element is the sum of the previous two elements. The zeroth and first elements are 0 and 1, so the sequence is .
Other sequences have
rational numbers as elements. The sequence , for instance, approaches the number . As another example,
is the limit of the sequence , which is increasing. In fact, every
real number can be written as the
limit of a sequence of rational numbers (e.g. via its
decimal expansion, also see ''
completeness of the real numbers''). A related type of sequence consists of the decimal digits of a real number, for example the sequence of digits of , . This sequence does not have any pattern that is easily discernible by inspection.
The elements of a sequence can be
function
Function or functionality may refer to:
Computing
* Function key, a type of key on computer keyboards
* Function model, a structured representation of processes in a system
* Function object or functor or functionoid, a concept of object-orie ...
s instead of numbers. For example, the
monomial basis for polynomials of a single variable forms the sequence
, using
arrow notation.
The
On-Line Encyclopedia of Integer Sequences comprises a large list of examples of integer sequences.
Indexing
Other notations can be useful for sequences whose pattern cannot be easily guessed or for sequences that do not have a pattern, such as the digits of
. One such notation is to write down a general formula for computing the th term as a function of , enclose it in parentheses, and include a subscript indicating the set of values that can take. For example, in this notation the sequence of even integers could be written as
, where denotes the set of
natural numbers. The sequence of
square numbers could be written as
. The variable is called an
index
Index (: indexes or indices) most commonly refers to:
* Index (publishing), an organized list of information in a publication
* Web indexing, Internet indexing
* An index, a key in an associative array
Index may also refer to:
Arts, entertainme ...
, and the set of values that it can take is called the
index set.
It is often useful to combine this notation with the technique of treating the elements of a sequence as individual variables. This yields expressions like
, which denotes a sequence whose th element is given by the variable
. For example:
:
One can consider multiple sequences at the same time by using different variables; e.g.
could be a different sequence than
. One can even consider a sequence of sequences:
denotes a sequence whose th term is the sequence
.
An alternative to writing the domain of a sequence in the subscript is to indicate the range of values that the index can take by listing its highest and lowest legal values. For example, the notation
denotes the ten-term sequence of squares
. Using the symbol
as an upper limit means that the indices continue infinitely. For example, the notations
and
both describe the sequence of odd integers .
A bi-infinite sequence is a sequence indexed by , the set of all
integer
An integer is the number zero ( 0), a positive natural number (1, 2, 3, ...), or the negation of a positive natural number ( −1, −2, −3, ...). The negations or additive inverses of the positive natural numbers are referred to as negativ ...
s, and therefore continues infinitely in both negative and positive directions. Such a sequence can be written as
,
, or
.
In cases where the set of indexing numbers is understood, the subscripts and superscripts are often left off. That is, one simply writes
for an arbitrary sequence. Typically the index is then understood to run over all natural numbers starting from , or sometimes over all non-negative integers starting from .
Defining a sequence by recursion
Sequences whose elements are related to the previous elements in a straightforward way are often defined using
recursion
Recursion occurs when the definition of a concept or process depends on a simpler or previous version of itself. Recursion is used in a variety of disciplines ranging from linguistics to logic. The most common application of recursion is in ...
. This is in contrast to the definition of sequences of elements as functions of their positions.
To define a sequence by recursion, one needs a rule, called ''recurrence relation'' to construct each element in terms of the ones before it. In addition, enough initial elements must be provided so that all subsequent elements of the sequence can be computed by successive applications of the recurrence relation.
The
Fibonacci sequence is a simple classical example, defined by the recurrence relation
:
with initial terms
and
. The first several terms can be simply computed as .
A complicated example of a sequence defined by a recurrence relation is
Recamán's sequence, defined by the recurrence relation
:
with initial term
A ''linear recurrence with constant coefficients'' is a recurrence relation of the form
:
where
are
constants. There is a general method for expressing the general term
of such a sequence as a function of ; see
Linear recurrence. In the case of the Fibonacci sequence, one has
and the resulting function of is given by
Binet's formula.
A
holonomic sequence is a sequence defined by a recurrence relation of the form
:
where
are
polynomial
In mathematics, a polynomial is a mathematical expression consisting of indeterminates (also called variables) and coefficients, that involves only the operations of addition, subtraction, multiplication and exponentiation to nonnegative ...
s in . For most holonomic sequences, there is no explicit formula for expressing
as a function of . Nevertheless, holonomic sequences play an important role in various areas of mathematics. For example, many
special functions have a
Taylor series whose sequence of coefficients is holonomic. The use of the recurrence relation allows a fast computation of values of such special functions.
Not all sequences can be specified by a recurrence relation. An example is the sequence of
prime numbers in their natural order .
Formal definition and basic properties
Definition
Formally, a sequence can be defined as a
function
Function or functionality may refer to:
Computing
* Function key, a type of key on computer keyboards
* Function model, a structured representation of processes in a system
* Function object or functor or functionoid, a concept of object-orie ...
whose
domain is an
interval
Interval may refer to:
Mathematics and physics
* Interval (mathematics), a range of numbers
** Partially ordered set#Intervals, its generalization from numbers to arbitrary partially ordered sets
* A statistical level of measurement
* Interval ...
of
integers. The elements of the domain are the positions or indices of the elements in the sequence, while the values taken by the function are the elements of the sequence. The interval can be finite or infinite; thus, this definition covers several different uses of the word "sequence", including one-sided infinite sequences, bi-infinite sequences, and finite sequences (see below for definitions of these kinds of sequences). In some contexts, the
codomain of the sequence (the possible values of the terms) is fixed by context, for example by requiring it to be the set
of real numbers,
the set
of complex numbers,
or a
topological space.
Although sequences are a type of function, they are usually distinguished notationally from functions in that the input is written as a subscript rather than in parentheses, that is, rather than . There are terminological differences as well: the value of a sequence at the lowest input (often ) is called the "first element" of the sequence, the value at the second smallest input (often ) is called the "second element", etc. Also, while a function abstracted from its input is usually denoted by a single letter (such as ), a sequence abstracted from its input is usually written by a notation such as
, or just as
Here is the domain, or index set, of the sequence.
Finite and infinite
The length of a sequence is defined as the number of terms in the sequence.
A sequence of a finite length is a finite sequence. A finite sequence of length is also called an
-tuple. Finite sequences include the empty sequence, denoted , that has no elements.
Normally, the term ''infinite sequence'' refers to a sequence that is infinite in one direction, and finite in the other; such a sequence has a first element, but no final element, and are called singly infinite sequence or a one-sided infinite sequence when disambiguation is needed. In contrast, a sequence that is infinite in both directions—i.e. that has neither a first nor a final element—is called a bi-infinite sequence, two-way infinite sequence, or doubly infinite sequence. A function from
the set of ''all''
integers, into a set, for example the sequence of all even integers , is bi-infinite. This sequence could be denoted
.
Increasing and decreasing
A sequence is said to be ''monotonically increasing'' if each term is greater than or equal to the one before it. For example, the sequence
is monotonically increasing if and only if
for all
If each consecutive term is strictly greater than (>) the previous term then the sequence is called strictly monotonically increasing. A sequence is monotonically decreasing if each consecutive term is less than or equal to the previous one, and is strictly monotonically decreasing if each is strictly less than the previous. If a sequence is either increasing or decreasing it is called a monotone sequence. This is a special case of the more general notion of a
monotonic function.
The terms nondecreasing and nonincreasing are often used in place of ''increasing'' and ''decreasing'' in order to avoid any possible confusion with ''strictly increasing'' and ''strictly decreasing'', respectively.
Bounded
If the sequence of real numbers () is such that all the terms are less than some real number , then the sequence is said to be bounded from above. In other words, this means that there exists such that for all , . Any such is called an ''upper bound''. Likewise, if, for some real , for all greater than some , then the sequence is bounded from below and any such is called a ''lower bound''. If a sequence is both bounded from above and bounded from below, then the sequence is said to be bounded.
Subsequences
A
subsequence of a given sequence is a sequence formed from the given sequence by deleting some of the elements without disturbing the relative positions of the remaining elements. For instance, the sequence of positive even integers is a subsequence of the positive integers . The positions of some elements change when other elements are deleted. However, the relative positions are preserved.
Formally, a subsequence of the sequence
is any sequence of the form
, where
is a strictly increasing sequence of positive integers.
Other types of sequences
Some other types of sequences that are easy to define include:
* An
integer sequence is a sequence whose terms are integers.
* A
polynomial sequence is a sequence whose terms are polynomials.
* A positive integer sequence is sometimes called multiplicative, if for all pairs , such that and are
coprime. In other instances, sequences are often called ''multiplicative'', if for all . Moreover, a ''multiplicative'' Fibonacci sequence
satisfies the recursion relation .
* A
binary sequence is a sequence whose terms have one of two discrete values, e.g.
base 2 values , a series of coin tosses (Heads/Tails) (H, T, H, H, T, ...), the answers to a set of True or False questions (T, F, T, T, ...), and so on.
Limits and convergence
An important property of a sequence is ''convergence''. If a sequence converges, it converges to a particular value known as the ''limit''. If a sequence converges to some limit, then it is convergent. A sequence that does not converge is divergent.
Informally, a sequence has a limit if the elements of the sequence become closer and closer to some value
(called the limit of the sequence), and they become and remain ''arbitrarily'' close to
, meaning that given a real number
greater than zero, all but a finite number of the elements of the sequence have a distance from
less than
.
For example, the sequence
shown to the right converges to the value 0. On the other hand, the sequences
(which begins 1, 8, 27, ...) and
(which begins −1, 1, −1, 1, ...) are both divergent.
If a sequence converges, then the value it converges to is unique. This value is called the limit of the sequence. The limit of a convergent sequence
is normally denoted
. If
is a divergent sequence, then the expression
is meaningless.
Formal definition of convergence
A sequence of real numbers
converges to a real number
if, for all
, there exists a natural number
such that for all
we have
:
If
is a sequence of complex numbers rather than a sequence of real numbers, this last formula can still be used to define convergence, with the provision that
denotes the
modulus, i.e.
, where
is the
complex conjugate
Complex commonly refers to:
* Complexity, the behaviour of a system whose components interact in multiple ways so possible interactions are difficult to describe
** Complex system, a system composed of many components which may interact with each ...
of . If
is a sequence of points in a
metric space, then the formula can be used to define convergence, if the expression
is replaced by the expression
, which denotes the
distance
Distance is a numerical or occasionally qualitative measurement of how far apart objects, points, people, or ideas are. In physics or everyday usage, distance may refer to a physical length or an estimation based on other criteria (e.g. "two co ...
between
and
.
Applications and important results
If
and
are convergent sequences, then the following limits exist, and can be computed as follows:
*
*
for all real numbers
*
*
, provided that
*
for all
and
Moreover:
* If
for all
greater than some
, then
.
* (
Squeeze theorem)
If
is a sequence such that
for all
then
is convergent, and
.
* If a sequence is
bounded and
monotonic then it is convergent.
* A sequence is convergent if and only if all of its subsequences are convergent.
Cauchy sequences
A Cauchy sequence is a sequence whose terms become arbitrarily close together as n gets very large. The notion of a Cauchy sequence is important in the study of sequences in
metric spaces, and, in particular, in
real analysis. One particularly important result in real analysis is ''Cauchy characterization of convergence for sequences'':
:A sequence of real numbers is convergent (in the reals) if and only if it is Cauchy.
In contrast, there are Cauchy sequences of
rational numbers that are not convergent in the rationals, e.g. the sequence defined by
and
is Cauchy, but has no rational limit (cf. ). More generally, any sequence of rational numbers that converges to an
irrational number is Cauchy, but not convergent when interpreted as a sequence in the set of rational numbers.
Metric spaces that satisfy the Cauchy characterization of convergence for sequences are called
complete metric spaces and are particularly nice for analysis.
Infinite limits
In calculus, it is common to define notation for sequences which do not converge in the sense discussed above, but which instead become and remain arbitrarily large, or become and remain arbitrarily negative. If
becomes arbitrarily large as
, we write
:
In this case we say that the sequence diverges, or that it converges to infinity. An example of such a sequence is .
If
becomes arbitrarily negative (i.e. negative and large in magnitude) as
, we write
:
and say that the sequence diverges or converges to negative infinity.
Series
A series is, informally speaking, the sum of the terms of a sequence. That is, it is an expression of the form
or
, where
is a sequence of real or complex numbers. The partial sums of a series are the expressions resulting from replacing the infinity symbol with a finite number, i.e. the th partial sum of the series
is the number
:
The partial sums themselves form a sequence
, which is called the sequence of partial sums of the series
. If the sequence of partial sums converges, then we say that the series
is convergent, and the limit
is called the value of the series. The same notation is used to denote a series and its value, i.e. we write
.
Use in other fields of mathematics
Topology
Sequences play an important role in topology, especially in the study of
metric spaces. For instance:
* A
metric space is
compact
Compact as used in politics may refer broadly to a pact or treaty; in more specific cases it may refer to:
* Interstate compact, a type of agreement used by U.S. states
* Blood compact, an ancient ritual of the Philippines
* Compact government, ...
exactly when it is
sequentially compact.
* A function from a metric space to another metric space is
continuous exactly when it takes convergent sequences to convergent sequences.
* A metric space is a
connected space if and only if, whenever the space is partitioned into two sets, one of the two sets contains a sequence converging to a point in the other set.
* A
topological space is
separable exactly when there is a dense sequence of points.
Sequences can be generalized to
nets or
filters. These generalizations allow one to extend some of the above theorems to spaces without metrics.
Product topology
The
topological product of a sequence of topological spaces is the
cartesian product of those spaces, equipped with a
natural topology called the
product topology.
More formally, given a sequence of spaces
, the product space
:
is defined as the set of all sequences
such that for each ,
is an element of
. The
canonical projections are the maps defined by the equation
. Then the product topology on is defined to be the
coarsest topology (i.e. the topology with the fewest open sets) for which all the projections are
continuous. The product topology is sometimes called the Tychonoff topology.
Analysis
When discussing sequences in
analysis
Analysis (: analyses) is the process of breaking a complex topic or substance into smaller parts in order to gain a better understanding of it. The technique has been applied in the study of mathematics and logic since before Aristotle, tho ...
, one will generally consider sequences of the form
:
which is to say, infinite sequences of elements indexed by
natural numbers.
A sequence may start with an index different from or . For example, the sequence defined by , where is the
natural logarithm, would be defined only for . When talking about such infinite sequences, it is usually sufficient (and does not change much for most considerations) to assume that the members of the sequence are defined at least for all indices
large enough, that is, greater than some given .
The most elementary type of sequences are numerical ones, that is, sequences of
real
Real may refer to:
Currencies
* Argentine real
* Brazilian real (R$)
* Central American Republic real
* Mexican real
* Portuguese real
* Spanish real
* Spanish colonial real
* Catalan real
Nature and science
* Reality, the state of thing ...
or
complex
Complex commonly refers to:
* Complexity, the behaviour of a system whose components interact in multiple ways so possible interactions are difficult to describe
** Complex system, a system composed of many components which may interact with eac ...
numbers. This type can be generalized to sequences of elements of some
vector space. In analysis, the vector spaces considered are often
function spaces. Even more generally, one can study sequences with elements in some
topological space.
Sequence spaces
A
sequence space is a
vector space whose elements are infinite sequences of
real
Real may refer to:
Currencies
* Argentine real
* Brazilian real (R$)
* Central American Republic real
* Mexican real
* Portuguese real
* Spanish real
* Spanish colonial real
* Catalan real
Nature and science
* Reality, the state of thing ...
or
complex
Complex commonly refers to:
* Complexity, the behaviour of a system whose components interact in multiple ways so possible interactions are difficult to describe
** Complex system, a system composed of many components which may interact with eac ...
numbers. Equivalently, it is a
function space whose elements are functions from the
natural numbers to the
field
Field may refer to:
Expanses of open ground
* Field (agriculture), an area of land used for agricultural purposes
* Airfield, an aerodrome that lacks the infrastructure of an airport
* Playing field, used for sports or games
Arts and media
* I ...
, where is either the field of real numbers or the field of complex numbers. The set of all such functions is naturally identified with the set of all possible infinite sequences with elements in , and can be turned into a
vector space under the operations of
pointwise addition of functions and pointwise scalar multiplication. All sequence spaces are
linear subspaces of this space. Sequence spaces are typically equipped with a
norm
Norm, the Norm or NORM may refer to:
In academic disciplines
* Normativity, phenomenon of designating things as good or bad
* Norm (geology), an estimate of the idealised mineral content of a rock
* Norm (philosophy), a standard in normative ...
, or at least the structure of a
topological vector space.
The most important sequences spaces in analysis are the spaces, consisting of the -power summable sequences, with the -norm. These are special cases of
spaces for the
counting measure on the set of natural numbers. Other important classes of sequences like convergent sequences or
null sequences form sequence spaces, respectively denoted and , with the sup norm. Any sequence space can also be equipped with the
topology
Topology (from the Greek words , and ) is the branch of mathematics concerned with the properties of a geometric object that are preserved under continuous deformations, such as stretching, twisting, crumpling, and bending; that is, wit ...
of
pointwise convergence, under which it becomes a special kind of
Fréchet space called an
FK-space.
Linear algebra
Sequences over a
field
Field may refer to:
Expanses of open ground
* Field (agriculture), an area of land used for agricultural purposes
* Airfield, an aerodrome that lacks the infrastructure of an airport
* Playing field, used for sports or games
Arts and media
* I ...
may also be viewed as
vectors in a
vector space. Specifically, the set of -valued sequences (where is a field) is a
function space (in fact, a
product space) of -valued functions over the set of natural numbers.
Abstract algebra
Abstract algebra employs several types of sequences, including sequences of mathematical objects such as groups or rings.
Free monoid
If is a set, the
free monoid over (denoted , also called
Kleene star of ) is a
monoid containing all the finite sequences (or strings) of zero or more elements of , with the binary operation of concatenation. The
free semigroup is the subsemigroup of containing all elements except the empty sequence.
Exact sequences
In the context of
group theory, a sequence
:
of
groups and
group homomorphisms is called exact, if the
image
An image or picture is a visual representation. An image can be two-dimensional, such as a drawing, painting, or photograph, or three-dimensional, such as a carving or sculpture. Images may be displayed through other media, including a ...
(or
range) of each homomorphism is equal to the
kernel of the next:
:
The sequence of groups and homomorphisms may be either finite or infinite.
A similar definition can be made for certain other
algebraic structures. For example, one could have an exact sequence of
vector spaces and
linear maps, or of
modules and
module homomorphisms.
Spectral sequences
In
homological algebra and
algebraic topology
Algebraic may refer to any subject related to algebra in mathematics and related branches like algebraic number theory and algebraic topology. The word algebra itself has several meanings.
Algebraic may also refer to:
* Algebraic data type, a data ...
, a spectral sequence is a means of computing homology groups by taking successive approximations. Spectral sequences are a generalization of
exact sequences, and since their introduction by , they have become an important research tool, particularly in
homotopy theory.
Set theory
An
ordinal-indexed sequence is a generalization of a sequence. If is a
limit ordinal and is a set, an -indexed sequence of elements of is a function from to . In this terminology an -indexed sequence is an ordinary sequence.
Computing
In
computer science, finite sequences are called
lists. Potentially infinite sequences are called
streams. Finite sequences of characters or digits are called
string
String is a long flexible tool made from fibers twisted together into a single strand, or from multiple such strands which are in turn twisted together. String is used to tie, bind, or hang other objects. It is also used as a material to make th ...
s.
Streams
Infinite sequences of
digits (or
characters) drawn from a
finite alphabet
An alphabet is a writing system that uses a standard set of symbols, called '' letters'', to more or less represent particular sounds in a spoken language. Specifically, ''letters'' largely correspond to phonemes as the smallest sound segmen ...
are of particular interest in
theoretical computer science. They are often referred to simply as ''sequences'' or ''
streams'', as opposed to finite ''
strings''. Infinite binary sequences, for instance, are infinite sequences of
bit
The bit is the most basic unit of information in computing and digital communication. The name is a portmanteau of binary digit. The bit represents a logical state with one of two possible values. These values are most commonly represented ...
s (characters drawn from the alphabet ). The set of all infinite binary sequences is sometimes called the
Cantor space.
An infinite binary sequence can represent a
formal language (a set of strings) by setting the th bit of the sequence to if and only if the th string (in
shortlex order) is in the language. This representation is useful in the
diagonalization method for proofs.
See also
*
Enumeration
*
On-Line Encyclopedia of Integer Sequences
*
Recurrence relation
*
Sequence space
;Operations
*
Cauchy product
;Examples
*
Discrete-time signal
*
Farey sequence
*
Fibonacci sequence
*
Look-and-say sequence
*
Thue–Morse sequence
*
List of integer sequences
;Types
*
±1-sequence
*
Arithmetic progression
*
Automatic sequence
*
Cauchy sequence
*
Constant-recursive sequence
*
Geometric progression
*
Harmonic progression
*
Holonomic sequence
*
Regular sequence
*
Pseudorandom binary sequence
*
Random sequence
;Related concepts
*
List (computing)
*
Net (topology)
Net or net may refer to:
*Net (device), a mesh of strings or ropes, to block passage of large items while letting-pass smaller and fluids
*Net (textile), a fabric made with loosely fused, looped or knotted yarns, that allows airflow
Computing and ...
(a generalization of sequences)
*
Ordinal-indexed sequence
*
Recursion (computer science)
*
Set (mathematics)
Set, The Set, SET or SETS may refer to:
Science, technology, and mathematicsMathematics
*Set (mathematics), a collection of elements
*Category of sets, the category whose objects and morphisms are sets and total functions, respectively
Electronic ...
*
Tuple
*
Permutation
Notes
References
External links
*
The On-Line Encyclopedia of Integer Sequences(free)
{{Authority control
Elementary mathematics
*