In
combinatorial mathematics
Combinatorics is an area of mathematics primarily concerned with counting, both as a means and an end in obtaining results, and certain properties of finite structures. It is closely related to many other areas of mathematics and has many appl ...
and statistics, the Fuss–Catalan numbers are numbers of the form
:
They are named after
N. I. Fuss and
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 periodic ...
.
In some publications this equation is sometimes referred to as Two-parameter Fuss–Catalan numbers or Raney numbers. The implication is the ''single-parameter Fuss-Catalan numbers'' are when
and
.
Uses
The Fuss-Catalan represents the number of legal
permutations
In mathematics, a permutation of a set is, loosely speaking, an arrangement of its members into a sequence or linear order, or if the set is already ordered, a rearrangement of its elements. The word "permutation" also refers to the act or proc ...
or allowed ways of arranging a number of articles, that is restricted in some way. This means that they are related to the
Binomial Coefficient
In mathematics, the binomial coefficients are the positive integers that occur as coefficients in the binomial theorem. Commonly, a binomial coefficient is indexed by a pair of integers and is written \tbinom. It is the coefficient of the t ...
. The key difference between Fuss-Catalan and the Binomial Coefficient is that there are no "illegal" arrangement permutations within Binomial Coefficient, but there are within Fuss-Catalan. An example of legal and illegal permutations can be better demonstrated by a specific problem such as balanced brackets (see
Dyck language
In the theory of formal languages of computer science, mathematics, and linguistics, a Dyck word is a balanced string of square brackets and The set of Dyck words forms the Dyck language.
Dyck words and language are named after the mathematici ...
).
A general problem is to count the number of balanced brackets (or legal permutations) that a string of ''m'' open and ''m'' closed brackets forms (total of ''2m'' brackets). By legally arranged, the following rules apply:
* For the sequence as a whole, the number of open brackets must equal the number of closed brackets
* Working along the sequence, the number of open brackets must be greater than the number of closed brackets
As an numeric example how many combinations can 3 pairs of brackets be legally arranged? From the Binomial interpretation there are
or numerically
= 20 ways of arranging 3 open and 3 closed brackets. However, there are fewer ''legal'' combinations than these when all of the above restrictions apply. Evaluating these by hand, there are 5 legal combinations, namely: ()()(); (())(); ()(()); (()()); ((())). This corresponds to the Fuss-Catalan formula when ''p=2, r=1'' which is the
Catalan number
In combinatorial mathematics, the Catalan numbers are a sequence of natural numbers that occur in various counting problems, often involving recursively defined objects. They are named after the French-Belgian mathematician Eugène Charles Cata ...
formula
or
=5. By simple subtraction, there are
or
=15 illegal combinations. To further illustrate the subtlety of the problem, if one were to persist with solving the problem just using the Binomial formula, it would be realised that the 2 rules imply that the sequence must start with an open bracket and finish with a closed bracket. This implies that there are
or
=6 combinations. This is inconsistent with the above answer of 5, and the missing combination is: ())((), which is illegal and would complete the binomial interpretation.
Whilst the above is a concrete example Catalan numbers, similar problems can be evaluated using Fuss-Catalan formula:
* Computer Stack: ways of arranging and completing a computer stack of instructions, each time step 1 instruction is processed and p new instructions arrive randomly. If at the beginning of the sequence there are r instructions outstanding.
*
Betting: ways of losing all money when betting. A player has a total stake pot that allows them to make r bets, and plays a game of chance that pays p times the bet stake.
*
Trie
In computer science, a trie, also called digital tree or prefix tree, is a type of ''k''-ary search tree, a tree data structure used for locating specific keys from within a set. These keys are most often strings, with links between nodes def ...
s: Calculating the number of order ''m'' tries on ''n'' nodes.
Special Cases
Below is listed a few formulae, along with a few notable special cases
If
, we recover the
Binomial coefficient
In mathematics, the binomial coefficients are the positive integers that occur as coefficients in the binomial theorem. Commonly, a binomial coefficient is indexed by a pair of integers and is written \tbinom. It is the coefficient of the t ...
s
:
;
:
;
:
;
:
.
If
,
Pascal's Triangle
In mathematics, Pascal's triangle is a triangular array of the binomial coefficients that arises in probability theory, combinatorics, and algebra. In much of the Western world, it is named after the French mathematician Blaise Pascal, although ot ...
appears, read along diagonals:
:
;
:
;
:
;
:
;
:
;
:
.
Examples
For subindex
the numbers are:
Examples with
:
:
, known as the
Catalan Numbers
In combinatorial mathematics, the Catalan numbers are a sequence of natural numbers that occur in various counting problems, often involving recursively defined objects. They are named after the French-Belgian mathematician Eugène Charles Cata ...
:
:
:
Examples with
:
:
:
:
:
Examples with
:
:
:
:
:
Algebra
Recurrence
:
''equation (1)''
This means in particular that from
:
''equation (2)''
and
:
''equation (3)''
one can generate all other Fuss–Catalan numbers if is an
integer
An integer is the number zero (), a positive natural number (, , , etc.) or a negative integer with a minus sign (−1, −2, −3, etc.). The negative numbers are the additive inverses of the corresponding positive numbers. In the language ...
.
Riordan (see references) obtains a convolution type of recurrence:
:
''equation(4)''
Generating Function
Paraphrasing the ''Densities of the Raney distributions''
paper, let the ordinary
generating function
In mathematics, a generating function is a way of encoding an infinite sequence of numbers () by treating them as the coefficients of a formal power series. This series is called the generating function of the sequence. Unlike an ordinary seri ...
with respect to the index be defined as follows:
:
''equation (5)''.
Looking at equations (1) and (2), when =1 it follows that
:
''equation (6)''.
Also note this result can be derived by similar substitutions into the other formulas representation, such as the Gamma ratio representation at the top of this article. Using (6) and substituting into (5) an equivalent representation expressed as a generating function can be formulated as
:
.
Finally, extending this result by using Lambert's equivalence
:
.
The following result can be derived for the ordinary generating function for all the Fuss-Catalan
sequences
In mathematics, a sequence is an enumerated collection of objects in which repetitions are allowed and order matters. Like a set, it contains members (also called ''elements'', or ''terms''). The number of elements (possibly infinite) is called t ...
.
:
.
Recursion Representation
Recursion
Recursion (adjective: ''recursive'') occurs when a thing is defined in terms of itself or of its type. Recursion is used in a variety of disciplines ranging from linguistics to logic. The most common application of recursion is in mathematics ...
forms of this are as follows:
The most obvious form is:
:
Also, a less obvious form is
:
Alternate Representations
In some problems it is easier to use different formula configurations or variations. Below are a two examples using just the binomial function:
:
These variants can be converted into a product, Gamma or Factorial representations too.
See also
*
Combinatorics
Combinatorics is an area of mathematics primarily concerned with counting, both as a means and an end in obtaining results, and certain properties of finite structures. It is closely related to many other areas of mathematics and has many appl ...
*
Statistics
Statistics (from German language, German: ''wikt:Statistik#German, Statistik'', "description of a State (polity), state, a country") is the discipline that concerns the collection, organization, analysis, interpretation, and presentation of ...
*
Binomial coefficient
In mathematics, the binomial coefficients are the positive integers that occur as coefficients in the binomial theorem. Commonly, a binomial coefficient is indexed by a pair of integers and is written \tbinom. It is the coefficient of the t ...
*
Binomial Distribution
In probability theory and statistics, the binomial distribution with parameters ''n'' and ''p'' is the discrete probability distribution of the number of successes in a sequence of ''n'' independent experiments, each asking a yes–no quest ...
*
Catalan number
In combinatorial mathematics, the Catalan numbers are a sequence of natural numbers that occur in various counting problems, often involving recursively defined objects. They are named after the French-Belgian mathematician Eugène Charles Cata ...
*
Dyck language
In the theory of formal languages of computer science, mathematics, and linguistics, a Dyck word is a balanced string of square brackets and The set of Dyck words forms the Dyck language.
Dyck words and language are named after the mathematici ...
*
Pascal's triangle
In mathematics, Pascal's triangle is a triangular array of the binomial coefficients that arises in probability theory, combinatorics, and algebra. In much of the Western world, it is named after the French mathematician Blaise Pascal, although ot ...
References
*
*
*
*
*
*
*
*
*
*
*
{{DEFAULTSORT:Catalan Number
Factorial and binomial topics
Enumerative combinatorics