,0,2,3 ,1,1,3 ,1,2,2 ,1,2,3/div>
* A
convex polygon
In geometry, a convex polygon is a polygon that is the boundary of a convex set. This means that the line segment between two points of the polygon is contained in the union of the interior and the boundary of the polygon. In particular, it is ...
with sides can be cut into
triangle
A triangle is a polygon with three corners and three sides, one of the basic shapes in geometry. The corners, also called ''vertices'', are zero-dimensional points while the sides connecting them, also called ''edges'', are one-dimension ...
s by connecting vertices with non-crossing
line segment
In geometry, a line segment is a part of a line (mathematics), straight line that is bounded by two distinct endpoints (its extreme points), and contains every Point (geometry), point on the line that is between its endpoints. It is a special c ...
s (a form of
polygon triangulation
In computational geometry, polygon triangulation is the partition of a polygonal area (simple polygon) into a set of triangles, i.e., finding a set of triangles with pairwise non-intersecting interiors whose union is .
Triangulations may ...
). The number of triangles formed is and the number of different ways that this can be achieved is . The following hexagons illustrate the case :
* is the number of
stack
Stack may refer to:
Places
* Stack Island, an island game reserve in Bass Strait, south-eastern Australia, in Tasmania’s Hunter Island Group
* Blue Stack Mountains, in Co. Donegal, Ireland
People
* Stack (surname) (including a list of people ...
-sortable
permutation
In mathematics, a permutation of a set can mean one of two different things:
* an arrangement of its members in a sequence or linear order, or
* the act or process of changing the linear order of an ordered set.
An example of the first mean ...
s of . A permutation is called
stack-sortable if , where is defined recursively as follows: write where is the largest element in and and are shorter sequences, and set , with being the identity for one-element sequences.
* is the number of permutations of that avoid the
permutation pattern In combinatorial mathematics and theoretical computer science, a (classical) permutation pattern is a sub-permutation of a longer permutation. Any permutation may be written in one-line notation as a sequence of entries representing the result of a ...
123 (or, alternatively, any of the other patterns of length 3); that is, the number of permutations with no three-term increasing subsequence. For , these permutations are 132, 213, 231, 312 and 321. For , they are 1432, 2143, 2413, 2431, 3142, 3214, 3241, 3412, 3421, 4132, 4213, 4231, 4312 and 4321.
* is the number of
noncrossing partition
In combinatorial mathematics, the topic of noncrossing partitions has assumed some importance because of (among other things) its application to the theory of free probability. The number of noncrossing partitions of a set of ''n'' elements is t ...
s of the set .
''A fortiori'', never exceeds the -th
Bell number
In combinatorial mathematics, the Bell numbers count the possible partitions of a set. These numbers have been studied by mathematicians since the 19th century, and their roots go back to medieval Japan. In an example of Stigler's law of epony ...
. is also the number of noncrossing partitions of the set in which every block is of size 2.
* is the number of ways to tile a stairstep shape of height with rectangles. Cutting across the anti-diagonal and looking at only the edges gives full binary trees. The following figure illustrates the case :

* is the number of ways to form a "mountain range" with upstrokes and downstrokes that all stay above a horizontal line. The mountain range interpretation is that the mountains will never go below the horizon.
* is the number of
standard Young tableaux whose diagram is a 2-by- rectangle. In other words, it is the number of ways the numbers can be arranged in a 2-by- rectangle so that each row and each column is increasing. As such, the formula can be derived as a special case of the
hook-length formula.
123 124 125 134 135
456 356 346 256 246
*
is the number of length sequences that start with
, and can increase by either
or
, or decrease by any number (to at least
). For
these are
. From a Dyck path, start a counter at . An X increases the counter by and a Y decreases it by . Record the values at only the X's. Compared to the similar representation of the
Bell numbers
In combinatorial mathematics, the Bell numbers count the possible partitions of a set. These numbers have been studied by mathematicians since the 19th century, and their roots go back to medieval Japan. In an example of Stigler's law of eponym ...
, only
is missing.
Proof of the formula
There are several ways of explaining why the formula
:
solves the combinatorial problems listed above. The first proof below uses a
generating function
In mathematics, a generating function is a representation of an infinite sequence of numbers as the coefficients of a formal power series. Generating functions are often expressed in closed form (rather than as a series), by some expression invo ...
. The other proofs are examples of
bijective proof
In combinatorics, bijective proof is a proof technique for proving that two sets have equally many elements, or that the sets in two combinatorial classes have equal size, by finding a bijective function that maps one set one-to-one onto the other ...
s; they involve literally counting a collection of some kind of object to arrive at the correct formula.
First proof
We first observe that all of the combinatorial problems listed above satisfy
Segner's recurrence relation
In mathematics, a recurrence relation is an equation according to which the nth term of a sequence of numbers is equal to some combination of the previous terms. Often, only k previous terms of the sequence appear in the equation, for a parameter ...
:
For example, every Dyck word of length ≥ 2 can be written in a unique way in the form
:
with (possibly empty) Dyck words and .
The
generating function
In mathematics, a generating function is a representation of an infinite sequence of numbers as the coefficients of a formal power series. Generating functions are often expressed in closed form (rather than as a series), by some expression invo ...
for the Catalan numbers is defined by
:
The recurrence relation given above can then be summarized in generating function form by the relation
:
in other words, this equation follows from the recurrence relation by expanding both sides into
power series
In mathematics, a power series (in one variable) is an infinite series of the form
\sum_^\infty a_n \left(x - c\right)^n = a_0 + a_1 (x - c) + a_2 (x - c)^2 + \dots
where ''a_n'' represents the coefficient of the ''n''th term and ''c'' is a co ...
. On the one hand, the recurrence relation uniquely determines the Catalan numbers; on the other hand, interpreting as a
quadratic equation
In mathematics, a quadratic equation () is an equation that can be rearranged in standard form as
ax^2 + bx + c = 0\,,
where the variable (mathematics), variable represents an unknown number, and , , and represent known numbers, where . (If and ...
of and using the
quadratic formula
In elementary algebra, the quadratic formula is a closed-form expression describing the solutions of a quadratic equation. Other ways of solving quadratic equations, such as completing the square, yield the same solutions.
Given a general quadr ...
, the generating function relation can be algebraically solved to yield two solution possibilities
:
or
.
From the two possibilities, the second must be chosen because only the second gives
:
.
The square root term can be expanded as a power series using the
binomial series
In mathematics, the binomial series is a generalization of the binomial formula to cases where the exponent is not a positive integer:
where \alpha is any complex number, and the power series on the right-hand side is expressed in terms of the ...
Thus,
Second proof

We count the number of paths which start and end on the diagonal of an grid. All such paths have right and up steps. Since we can choose which of the steps are up or right, there are in total
monotonic paths of this type. A ''bad'' path crosses the main diagonal and touches the next higher diagonal (red in the illustration).
The part of the path after the higher diagonal is then flipped about that diagonal, as illustrated with the red dotted line. This swaps all the right steps to up steps and vice versa. In the section of the path that is not reflected, there is one more up step than right steps, so therefore the remaining section of the bad path has one more right step than up steps. When this portion of the path is reflected, it will have one more up step than right steps.
Since there are still steps, there are now up steps and right steps. So, instead of reaching , all bad paths after reflection end at . Because every monotonic path in the grid meets the higher diagonal, and because the reflection process is reversible, the reflection is therefore a bijection between bad paths in the original grid and monotonic paths in the new grid.
The number of bad paths is therefore:
:
and the number of Catalan paths (i.e. good paths) is obtained by removing the number of bad paths from the total number of monotonic paths of the original grid,
:
In terms of Dyck words, we start with a (non-Dyck) sequence of X's and Y's and interchange all X's and Y's after the first Y that violates the Dyck condition. After this Y, note that there is exactly one more Y than there are Xs.
Third proof
This bijective proof provides a natural explanation for the term appearing in the denominator of the formula for . A generalized version of this proof can be found in a paper of Rukavicka Josef (2011).
Given a monotonic path, the exceedance of the path is defined to be the number of vertical edges above the diagonal. For example, in Figure 2, the edges above the diagonal are marked in red, so the exceedance of this path is 5.
Given a monotonic path whose exceedance is not zero, we apply the following algorithm to construct a new path whose exceedance is less than the one we started with.
* Starting from the bottom left, follow the path until it first travels above the diagonal.
* Continue to follow the path until it ''touches'' the diagonal again. Denote by the first such edge that is reached.
* Swap the portion of the path occurring before with the portion occurring after .
In Figure 3, the black dot indicates the point where the path first crosses the diagonal. The black edge is , and we place the last lattice point of the red portion in the top-right corner, and the first lattice point of the green portion in the bottom-left corner, and place X accordingly, to make a new path, shown in the second diagram.
The exceedance has dropped from to . In fact, the algorithm causes the exceedance to decrease by for any path that we feed it, because the first vertical step starting on the diagonal (at the point marked with a black dot) is the only vertical edge that changes from being above the diagonal to being below it when we apply the algorithm - all the other vertical edges stay on the same side of the diagonal.
It can be seen that this process is ''reversible'': given any path whose exceedance is less than , there is exactly one path which yields when the algorithm is applied to it. Indeed, the (black) edge , which originally was the first horizontal step ending on the diagonal, has become the ''last'' horizontal step ''starting'' on the diagonal. Alternatively, reverse the original algorithm to look for the first edge that passes ''below'' the diagonal.
This implies that the number of paths of exceedance is equal to the number of paths of exceedance , which is equal to the number of paths of exceedance , and so on, down to zero. In other words, we have split up the set of ''all'' monotonic paths into equally sized classes, corresponding to the possible exceedances between 0 and . Since there are
monotonic paths, we obtain the desired formula
Figure 4 illustrates the situation for . Each of the 20 possible monotonic paths appears somewhere in the table. The first column shows all paths of exceedance three, which lie entirely above the diagonal. The columns to the right show the result of successive applications of the algorithm, with the exceedance decreasing one unit at a time. There are five rows, that is , and the last column displays all paths no higher than the diagonal.
Using Dyck words, start with a sequence from
. Let
be the first that brings an initial subsequence to equality, and configure the sequence as
. The new sequence is
.
Fourth proof
This proof uses the triangulation definition of Catalan numbers to establish a relation between and .
Given a polygon with sides and a triangulation, mark one of its sides as the base, and also orient one of its total edges. There are such marked triangulations for a given base.
Given a polygon with sides and a (different) triangulation, again mark one of its sides as the base. Mark one of the sides other than the base side (and not an inner triangle edge). There are such marked triangulations for a given base.
There is a simple bijection between these two marked triangulations: We can either collapse the triangle in whose side is marked (in two ways, and subtract the two that cannot collapse the base), or, in reverse, expand the oriented edge in to a triangle and mark its new side.
Thus
:
.
Write
Because
:
we have
:
Applying the recursion with
gives the result.
Fifth proof
This proof is based on the
Dyck words interpretation of the Catalan numbers, so
is the number of ways to correctly match pairs of brackets. We denote a (possibly empty) correct string with and its inverse with . Since any can be uniquely decomposed into
, summing over the possible lengths of
immediately gives the recursive definition
:
.
Let be a balanced string of length , i.e. contains an equal number of
and
, so
. A balanced string can also be uniquely decomposed into either
or
, so
:
Any incorrect (non-Catalan) balanced string starts with
, and the remaining string has one more
than
, so
:
Also, from the definitions, we have:
:
Therefore, as this is true for all ,
:
:
:
:
Sixth proof
This proof is based on the
Dyck words interpretation of the Catalan numbers and uses the
cycle lemma of Dvoretzky and Motzkin.
We call a sequence of X's and Y's ''dominating'' if, reading from left to right, the number of X's is always strictly greater than the number of Y's. The cycle lemma states that any sequence of
X's and
Y's, where
, has precisely
dominating
circular shift
In combinatorial mathematics, a circular shift is the operation of rearranging the entries in a tuple, either by moving the final entry to the first position, while shifting all other entries to the next position, or by performing the inverse ope ...
s. To see this, arrange the given sequence of
X's and Y's in a circle. Repeatedly removing XY pairs leaves exactly
X's. Each of these X's was the start of a dominating circular shift before anything was removed. For example, consider
. This sequence is dominating, but none of its circular shifts
,
,
and
are.
A string is a Dyck word of
X's and
Y's if and only if prepending an X to the Dyck word gives a dominating sequence with
X's and
Y's, so we can count the former by instead counting the latter. In particular, when
, there is exactly one dominating circular shift. There are
sequences with exactly
X's and
Y's. For each of these, only one of the
circular shifts is dominating. Therefore there are
distinct sequences of
X's and
Y's that are dominating, each of which corresponds to exactly one Dyck word.
Hankel matrix
The
Hankel matrix
In linear algebra, a Hankel matrix (or catalecticant matrix), named after Hermann Hankel, is a rectangular matrix in which each ascending skew-diagonal from left to right is constant. For example,
\qquad\begin
a & b & c & d & e \\
b & c & d & e & ...
whose entry is the Catalan number has
determinant
In mathematics, the determinant is a Scalar (mathematics), scalar-valued function (mathematics), function of the entries of a square matrix. The determinant of a matrix is commonly denoted , , or . Its value characterizes some properties of the ...
1, regardless of the value of . For example, for we have
:
Moreover, if the indexing is "shifted" so that the entry is filled with the Catalan number then the determinant is still 1, regardless of the value of .
For example, for we have
:
Taken together, these two conditions uniquely define the Catalan numbers.
Another feature unique to the Catalan–Hankel matrix is that the submatrix starting at has determinant .
:
:
:
:
et cetera.
History
The Catalan sequence was described in 1751 by
Leonhard Euler
Leonhard Euler ( ; ; ; 15 April 170718 September 1783) was a Swiss polymath who was active as a mathematician, physicist, astronomer, logician, geographer, and engineer. He founded the studies of graph theory and topology and made influential ...
, who was interested in the number of different ways of dividing a polygon into triangles. The sequence is named after
Eugène Charles Catalan
Eugène Charles Catalan (; 30 May 1814 – 14 February 1894) was a French and Belgian mathematician who worked on continued fractions, descriptive geometry, number theory and combinatorics. His notable contributions included discovering a periodi ...
, who discovered the connection to parenthesized expressions during his exploration of the
Towers of Hanoi puzzle. The reflection counting trick (second proof) for Dyck words was found by
Désiré André
Désiré André (André Antoine Désiré) (March 29, 1840, Lyon – September 12, 1917, Paris) was a French mathematician, best known for his work on Catalan numbers and alternating permutations.
Biography
He is the son of Auguste Antoine Dés ...
in 1887.
The name “Catalan numbers” originated from
John Riordan.
In 1988, it came to light that the Catalan number sequence had been used in
China
China, officially the People's Republic of China (PRC), is a country in East Asia. With population of China, a population exceeding 1.4 billion, it is the list of countries by population (United Nations), second-most populous country after ...
by the Mongolian mathematician
Mingantu by 1730. That is when he started to write his book ''Ge Yuan Mi Lu Jie Fa'' ''
he Quick Method for Obtaining the Precise Ratio of Division of a Circle', which was completed by his student Chen Jixin in 1774 but published sixty years later. Peter J. Larcombe (1999) sketched some of the features of the work of Mingantu, including the stimulus of Pierre Jartoux, who brought three infinite series to China early in the 1700s.
For instance, Ming used the Catalan sequence to express series expansions of
and
in terms of
.
Generalizations
The Catalan numbers can be interpreted as a special case of the
Bertrand's ballot theorem
In combinatorics, Bertrand's ballot problem is the question: "In an election where candidate A receives ''p'' votes and candidate B receives ''q'' votes with ''p'' > ''q'', what is the probability that A will be strictly ahead of B throug ...
. Specifically,
is the number of ways for a candidate A with votes to lead candidate B with votes.
The two-parameter sequence of non-negative integers
is a generalization of the Catalan numbers. These are named super-Catalan numbers, per
Ira Gessel. These should not confused with the
Schröder–Hipparchus numbers, which sometimes are also called super-Catalan numbers.
For
, this is just two times the ordinary Catalan numbers, and for
, the numbers have an easy combinatorial description.
However, other combinatorial descriptions are only known
for
and
,
and it is an open problem to find a general combinatorial interpretation.
Sergey Fomin and Nathan Reading have given a generalized Catalan number associated to any finite crystallographic
Coxeter group
In mathematics, a Coxeter group, named after H. S. M. Coxeter, is an abstract group that admits a formal description in terms of reflections (or kaleidoscopic mirrors). Indeed, the finite Coxeter groups are precisely the finite Euclidean ref ...
, namely the number of fully commutative elements of the group; in terms of the associated
root system
In mathematics, a root system is a configuration of vector space, vectors in a Euclidean space satisfying certain geometrical properties. The concept is fundamental in the theory of Lie groups and Lie algebras, especially the classification and ...
, it is the number of anti-chains (or order ideals) in the poset of positive roots. The classical Catalan number
corresponds to the root system of type
. The classical recurrence relation generalizes: the Catalan number of a Coxeter diagram is equal to the sum of the Catalan numbers of all its maximal proper sub-diagrams.
The Catalan numbers are a solution of a version of the
Hausdorff moment problem In mathematics, the Hausdorff moment problem, named after Felix Hausdorff, asks for necessary and sufficient conditions that a given sequence be the sequence of moments
:m_n = \int_0^1 x^n\,d\mu(x)
of some Borel measure supported on the clos ...
.
For coprime positive integers and , the ''rational Catalan numbers''
count the number of lattice paths with steps of unit length rightwards and upwards from to that never go above the line .
Catalan k-fold convolution
The Catalan -fold convolution, where , is:
:
See also
*
Associahedron
In mathematics, an associahedron is an -dimensional convex polytope in which each vertex corresponds to a way of correctly inserting opening and closing parentheses in a string of letters, and the edges correspond to single application of ...
*
Bertrand's ballot theorem
In combinatorics, Bertrand's ballot problem is the question: "In an election where candidate A receives ''p'' votes and candidate B receives ''q'' votes with ''p'' > ''q'', what is the probability that A will be strictly ahead of B throug ...
*
Binomial transform
In combinatorics, the binomial transform is a sequence transformation (i.e., a transform of a sequence) that computes its forward differences. It is closely related to the Euler transform, which is the result of applying the binomial transform to ...
*
Catalan's triangle
*
Catalan–Mersenne number
In mathematics, a double Mersenne number is a Mersenne number of the form
:M_ = 2^-1
where ''p'' is prime.
Examples
The first four terms of the sequence of double Mersenne numbers areChris Caldwell''Mersenne Primes: History, Theorems and Lists ...
*
Delannoy number
In mathematics, a Delannoy number D counts the paths from the southwest corner (0, 0) of a rectangular grid to the northeast corner (''m'', ''n''), using only single steps north, northeast, or east. The Delannoy numbers are named after French army ...
*
Fuss–Catalan number
In combinatorial mathematics and statistics, the Fuss–Catalan numbers are numbers of the form
:A_m(p,r)\equiv\frac\binom = \frac\prod_^(mp+r-i) = r\frac.
They are named after N. I. Fuss and Eugène Charles Catalan.
In some publica ...
*
List of factorial and binomial topics {{Short description, none
This is a list of factorial and binomial topics in mathematics. See also binomial (disambiguation).
* Abel's binomial theorem
*Alternating factorial
*Antichain
*Beta function
* Bhargava factorial
*Binomial coefficient
**P ...
*
Lobb numbers
*
Motzkin number
In mathematics, the th Motzkin number is the number of different ways of drawing non-intersecting chords between points on a circle (not necessarily touching every point by a chord). The Motzkin numbers are named after Theodore Motzkin and have ...
*
Narayana number
In combinatorics, the Narayana numbers \operatorname(n, k), n \in \mathbb^+, 1 \le k \le n form a triangular array of natural numbers, called the Narayana triangle, that occur in various Combinatorial enumeration, counting problems. They are named ...
*
Narayana polynomials Narayana polynomials are a class of polynomials whose coefficients are the Narayana numbers. The Narayana numbers and Narayana polynomials are named after the Canadian mathematician T. V. Narayana (1930–1987). They appear in several combinatorial ...
*
Schröder number
In mathematics, the Schröder number S_n, also called a ''large Schröder number'' or ''big Schröder number'', describes the number of lattice paths from the southwest corner (0,0) of an n \times n grid to the northeast corner (n,n), using only ...
*
Schröder–Hipparchus number
*
Semiorder
In order theory, a branch of mathematics, a semiorder is a type of ordering for items with numerical scores, where items with widely differing scores are compared by their scores and where scores within a given margin of error are deemed incompar ...
*
Tamari lattice
*
Wedderburn–Etherington number
*
Wigner's semicircle law
Notes
References
* Stanley, Richard P. (2015), ''Catalan numbers''. Cambridge University Press, .
*
Conway
Conway may refer to:
Places
United States
* Conway, Arkansas
* Conway County, Arkansas
* Lake Conway, Arkansas
* Conway, Florida
* Conway, Iowa
* Conway, Kansas
* Conway, Louisiana
* Conway, Massachusetts
* Conway, Michigan
* Conway Townshi ...
and
Guy (1996) ''
The Book of Numbers
The Book of Numbers (from Greek Ἀριθμοί, ''Arithmoi'', , ''Bəmīḏbar'', ; ) is the fourth book of the Hebrew Bible and the fourth of five books of the Jewish Torah. The book has a long and complex history; its final form is possibly ...
''. New York: Copernicus, pp. 96–106.
*
*
* Koshy, Thomas & Zhenguang Gao (2011) "Some divisibility properties of Catalan numbers",
Mathematical Gazette
''The Mathematical Gazette'' is a triannual peer-reviewed academic journal published by Cambridge University Press on behalf of the Mathematical Association. It covers mathematics education with a focus on the 15–20 years age range.
The journ ...
95:96–102.
*
*
*
*
External links
*
*
* Davis, Tom
Catalan numbers Still more examples.
* "Equivalence of Three Catalan Number Interpretations" from The Wolfram Demonstrations Projec
*
{{DEFAULTSORT:Catalan Number
Integer sequences
Factorial and binomial topics
Enumerative combinatorics
Eponymous numbers in mathematics
Articles containing proofs