Narayana Number
   HOME

TheInfoList



OR:

In
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 ...
, the Narayana numbers \operatorname(n, k), n \in \mathbb^+, 1 \le k \le n form a
triangular array In mathematics and computing, a triangular array of numbers, polynomials, or the like, is a doubly indexed sequence in which each row is only as long as the row's own index. That is, the ''i''th row contains only ''i'' elements. Examples Notable ...
of
natural number In mathematics, the natural numbers are those numbers used for counting (as in "there are ''six'' coins on the table") and ordering (as in "this is the ''third'' largest city in the country"). Numbers used for counting are called ''Cardinal n ...
s, called the Narayana triangle, that occur in various counting problems. They are named after Canadian mathematician T. V. Narayana (1930–1987).


Formula

The Narayana numbers can be expressed in terms 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 ...
s: : \operatorname(n, k) = \frac


Numerical values

The first eight rows of the Narayana triangle read:


Combinatorial interpretations


Dyck words

An example of a counting problem whose solution can be given in terms of the Narayana numbers \operatorname(n, k), is the number of words containing pairs of parentheses, which are correctly matched (known as
Dyck word 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 mathemat ...
s) and which contain distinct nestings. For instance, \operatorname(4, 2) = 6, since with four pairs of parentheses, six sequences can be created which each contain two occurrences the sub-pattern : (()(())) ((()())) ((())()) ()((())) (())(()) ((()))() From this example it should be obvious that \operatorname(n, 1) = 1, since the only way to get a single sub-pattern is to have all the opening parentheses in the first positions, followed by all the closing parentheses. Also \operatorname(n, n) = 1, as distinct nestings can be achieved only by the repetitive pattern . More generally, it can be shown that the Narayana triangle is symmetric: :\operatorname(n, k) = \operatorname(n, n-k+1) The sum of the rows in this triangle equal 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 ...
: :\operatorname(n, 1) + \operatorname(n, 2) + \operatorname(n, 3) + \cdots + \operatorname(n, n) = C_n


Monotonic lattice paths

The Narayana numbers also count the number of lattice paths from (0, 0) to (2n, 0), with steps only northeast and southeast, not straying below the -axis, with peaks. The following figures represent the Narayana numbers \operatorname(4, k), illustrating the above mentioned symmetries. The sum of \operatorname(4, k) is 1 + 6 + 6 + 1 = 14, which is the 4th Catalan number, C_4. This sum coincides with the interpretation of Catalan numbers as the number of monotonic paths along the edges of an n \times n grid that do not pass above the diagonal.


Rooted trees

The number of unlabeled ordered rooted trees with n edges and k leaves is equal to \operatorname(n, k). This is analogous to the above examples: * Each Dyck word can be represented as a rooted tree. We start with a single node – the root node. This is initially the ''active node''. Reading the word from left to right, when the symbol is an opening parenthesis, add a child to the active a node and set this child as the active node. When the symbol is a closing parenthesis, set the parent of the active node as the active node. This way we obtain a tree, in which every non-root node corresponds to a matching pair of parentheses, and its children are the nodes corresponding to the successive Dyck words within these parentheses. Leaf nodes correspond to empty parentheses: . In analogous fashion, we can construct a Dyck word from a rooted tree via a depth-first search. Thus, there is an isomorphism between Dyck words and rooted trees. * In the above figures of lattice paths, each upward edge from the horizontal line at height to corresponds to an edge between node and its child. A node has as many children, as there are upward edges leading from the horizontal line at height . For example, in the first path for \operatorname(4, 3), the nodes and will have two children each; in the last (sixth) path, node will have three children and node will have one child. To construct a rooted tree from a lattice path and vice versa, we can employ an algorithm similar to the one mentioned the previous paragraph. As with Dyck words, there is an isomorphism between lattice paths and rooted trees.


Partitions

In the study of partitions, we see that in a set containing elements, we may partition that set in B_n different ways, where B_n is 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 eponymy ...
. Furthermore, the number of ways to partition a set into exactly blocks we use the
Stirling number In mathematics, Stirling numbers arise in a variety of analytic and combinatorial problems. They are named after James Stirling, who introduced them in a purely algebraic setting in his book ''Methodus differentialis'' (1730). They were rediscov ...
s S(n, k). Both of these concepts are a bit off-topic, but a necessary foundation for understanding the use of the Narayana numbers. In both of the above two notions crossing partitions are accounted for. To reject the crossing partitions and count only the
non-crossing 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 th ...
s, we may use 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 ...
s to count the non-crossing partitions of all elements of the set, C_n. To count the non-crossing partitions in which the set is partitioned in exactly blocks, we use the Narayana number \operatorname(n, k).


Generating function

The generating function for the Narayana numbers is : \sum_^\infty \sum_^n \operatorname(n, k) z^n t^ = \frac \;.


See also

*
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 ...
*
Delannoy number In mathematics, a Delannoy number D describes the number of 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 aft ...
*
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 d ...
*
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 s ...
*
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 ...
*


Citations


References

* * {{Classes of natural numbers Triangles of numbers Integer sequences Factorial and binomial topics Permutations