Fuss–Catalan number explained
In combinatorial mathematics and statistics, the Fuss–Catalan numbers are numbers of the form
\binom{mp+r}{m}=
(mp+r-i)=r
| \Gamma(mp+r) |
\Gamma(1+m)\Gamma(m(p-1)+r+1) |
.
They are named after N. I. Fuss and Eugène Charles Catalan.
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 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. 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).
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 formula
\tfrac{1}{2m+1}\tbinom{2m}{m}
or
=5. By simple subtraction, there are
\tfrac{m}{m+1}\tbinom{2m}{m}
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.
- Tries: Calculating the number of order m tries on n nodes.[1]
Special Cases
Below is listed a few formulae, along with a few notable special cases
General Form | Special Case |
---|
|
|
|
|
| A2(p,p)=A3(p,1)=p(3p-1)/2
|
A3(p,r)=r(3p+r-1)(3p+r-2)/6
| A3(p,p)=A4(p,1)=p(4p-1)(4p-2)/6
|
A4(p,r)=r(4p+r-1)(4p+r-2)(4p+r-3)/24
| A4(p,p)=A5(p,1)=p(5p-1)(5p-2)(5p-3)/24
| |
If
, we recover the
Binomial coefficients
.
If
,
Pascal's Triangle appears, read along diagonals:
Am(1,1)=1,1,1,1,1,1,1,1,1,1,\ldots
Am(1,2)=1,2,3,4,5,6,7,8,9,10,\ldots
Am(1,3)=1,3,6,10,15,21,28,35,45,55,\ldots
Am(1,4)=1,4,10,20,35,56,84,120,165,220,\ldots
Am(1,5)=1,5,15,35,70,126,210,330,495,715,\ldots
Am(1,6)=1,6,21,56,126,252,462,792,1287,2002,\ldots
.
Examples
For subindex
the numbers are:
Examples with
:
Am(2,1)=1,1,2,5,14,42,132,429,1430,4862,\ldots
, known as the
Catalan NumbersAm(2,2)=1,2,5,14,42,132,429,1430,4862,16796,\ldots=Am+1(2,1)
Am(2,3)=1,3,9,28,90,297,1001,3432,11934,41990,\ldots
Am(2,4)=1,4,14,48,165,572,2002,7072,25194,90440,\ldots
Examples with
:
Am(3,1)=1,1,3,12,55,273,1428,7752,43263,246675,\ldots
Am(3,2)=1,2,7,30,143,728,3876,21318,120175,690690,\ldots
Am(3,3)=1,3,12,55,273,1428,7752,43263,246675,1430715,\ldots=Am+1(3,1)
Am(3,4)=1,4,18,88,455,2448,13566,76912,444015,2601300,\ldots
Examples with
:
Am(4,1)=1,1,4,22,140,969,7084,53820,420732,3362260,\ldots
Am(4,2)=1,2,9,52,340,2394,17710,135720,1068012,8579560,\ldots
Am(4,3)=1,3,15,91,612,4389,32890,254475,2017356,16301164,\ldots
Am(4,4)=1,4,22,140,969,7084,53820,420732,3362260,27343888,\ldots=Am+1(4,1)
Algebra
Recurrence
Am(p,r)=Am(p,r-1)+Am-1(p,p+r-1)
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.
Riordan (see references) obtains a convolution type of recurrence:
Am(p,s+r)=
Ak(p,r)Am-k(p,s)
equation(4)Generating Function
Paraphrasing the Densities of the Raney distributions [2] paper, let the ordinary generating function 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.
.
Recursion Representation
Recursion forms of this are as follows:The most obvious form is:
} A_(p,r)
Also, a less obvious form is
} A_(p,r)
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:
\binom{mp+r}{m}=
\binom{mp+r-1}{m}=
\binom{mp+r-1}{m-1}
These variants can be converted into a product, Gamma or Factorial representations too.
See also
References
- N. I. . Fuss . 1791 . Solutio quaestionis, quot modis polygonum n laterum in polygona m laterum, per diagonales resolvi queat . Nova Acta Academiae Scientiarum Imperialis Petropolitanae . 9 . 243–251 .
- Book: 1968. J. . Riordan . Combinatorial identities. registration. Wiley. 978-0471722755.
- Dietmar . Bisch . Vaughan . Jones . 119372640 . Algebras associated to intermediate subfactors . Inventiones Mathematicae. 1997 . 128 . 1. 89–157 . 10.1007/s002220050137. 1997InMat.128...89J .
- Jozef H. . Przytycki . Adam S. . Sikora . Polygon dissections and Euler, Fuss, Kirkman, and Cayley Numbers . 2000 . Journal of Combinatorial Theory, Series A. 92 . 68–76 . 10.1006/jcta.1999.3042. math/9811086 . 15724561 .
- Discrete Mathematics. 2008 . 308 . 20 . 4660–4669 . Multivariate Fuss-Catalan numbers . Jean-Christophe . Aval . 10.1016/j.disc.2007.08.100. 0711.0906 . 509695 .
- N. . Alexeev . F . Götze . A. . Tikhomirov . Asymptotic distribution of singular values of powers of random matrices . 2010 . Lithuanian Mathematical Journal. 50 . 2 . 121–132 . 10.1007/s10986-010-9074-4. 1012.2743 . 3799186 .
- Documenta Mathematica . 2010 . 939–955 . 15 . Fuss-Catalan Numbers in noncommutative probability . Wojciech . Mlotkowski . 10.4171/dm/318 . 8083529 . free .
- Karol A. . Penson . Karol . Zyczkowski . Product of Ginibre matrices: Fuss-Catalan and Raney distributions . Physical Review E. 2011 . 83 . 6 . 061118 . 10.1103/PhysRevE.83.061118 . 21797313 . 2011PhRvE..83f1118P . 1103.3453 . 15289531 .
- 2012 . Ian G. . Gordon . Stephen . Griffeth . Catalan numbers for complex reflection groups. 1491–1502 . American Journal of Mathematics. 134 . 6 . 10.1353/ajm.2012.0047. 0912.1578. 2654664 .
- W. . Mlotkowski . K. A. . Penson . 2015 . A Fuss-type family of positive definite sequences . 1507.07312 . math.PR .
- 2017. Tian-Xiao. He. Louis W.. Shapiro. Louis Shapiro (mathematician). Linear Algebra and Its Applications. 532. 25–42. 10.1016/j.laa.2017.06.025 . Fuss-Catalan matrices, their weighted sums, and stabilizer subgroups of the Riordan group. free.
Notes and References
- 1996. David . Clark . Compact Pat Trees . Compact Tries . 34.
- Documenta Mathematica . 2013 . 1593–1596 . 18. Densities of the Raney distributions. Wojciech . Mlotkowski. Karol A. . Penson. Karol . Zyczkowski. 10.4171/dm/437 . 1211.7259. 2012arXiv1211.7259M. 17493895 .