About the Project
26 Combinatorial AnalysisProperties

§26.4 Lattice Paths: Multinomial Coefficients and Set Partitions

Contents
  1. §26.4(i) Definitions
  2. §26.4(ii) Generating Function
  3. §26.4(iii) Recurrence Relation

§26.4(i) Definitions

\genfrac{(}{)}{0.0pt}{}{n}{n_{1},n_{2},\ldots,n_{k}} is the number of ways of placing n=n_{1}+n_{2}+\cdots+n_{k} distinct objects into k labeled boxes so that there are n_{j} objects in the jth box. It is also the number of k-dimensional lattice paths from (0,0,\ldots,0) to (n_{1},n_{2},\ldots,n_{k}). For k=0,1, the multinomial coefficient is defined to be 1. For k=2

26.4.1 \genfrac{(}{)}{0.0pt}{}{n_{1}+n_{2}}{n_{1},n_{2}}=\genfrac{(}{)}{0.0pt}{}{n_{1%
}+n_{2}}{n_{1}}=\genfrac{(}{)}{0.0pt}{}{n_{1}+n_{2}}{n_{2}},

and in general,

Table 26.4.1 gives numerical values of multinomials and partitions \lambda,M_{1},M_{2},M_{3} for 1\leq m\leq n\leq 5. These are given by the following equations in which a_{1},a_{2},\ldots,a_{n} are nonnegative integers such that

26.4.3 n=a_{1}+2a_{2}+\cdots+na_{n},
26.4.4 m=a_{1}+a_{2}+\cdots+a_{n}.

\lambda is a partition of n:

26.4.5 \lambda=1^{a_{1}},2^{a_{2}},\dots,n^{a_{n}}.

M_{1} is the multinominal coefficient (26.4.2):

M_{2} is the number of permutations of \{1,2,\ldots,n\} with a_{1} cycles of length 1, a_{2} cycles of length 2, \dotsc, and a_{n} cycles of length n:

26.4.7 M_{2}=\frac{n!}{1^{a_{1}}(a_{1}!)\,2^{a_{2}}(a_{2}!)\,\cdots\,n^{a_{n}}(a_{n}!%
)}.

(The empty set is considered to have one permutation consisting of no cycles.) M_{3} is the number of set partitions of \{1,2,\ldots,n\} with a_{1} subsets of size 1, a_{2} subsets of size 2, \dotsc, and a_{n} subsets of size n:

For each n all possible values of a_{1},a_{2},\ldots,a_{n} are covered.

Table 26.4.1: Multinomials and partitions.
n m \lambda M_{1} M_{2} M_{3}
1 1 1^{1} 1 1 1
2 1 2^{1} 1 1 1
2 2 1^{2} 2 1 1
3 1 3^{1} 1 2 1
3 2 1^{1},2^{1} 3 3 3
3 3 1^{3} 6 1 1
4 1 4^{1} 1 6 1
4 2 1^{1},3^{1} 4 8 4
4 2 2^{2} 6 3 3
4 3 1^{2},2^{1} 12 6 6
4 4 1^{4} 24 1 1
5 1 5^{1} 1 24 1
5 2 1^{1},4^{1} 5 30 5
5 2 2^{1},3^{1} 10 20 10
5 3 1^{2},3^{1} 20 20 10
5 3 1^{1},2^{2} 30 15 15
5 4 1^{3},2^{1} 60 10 10
5 5 1^{5} 120 1 1

§26.4(ii) Generating Function

26.4.9 (x_{1}+x_{2}+\cdots+x_{k})^{n}=\sum\genfrac{(}{)}{0.0pt}{}{n}{n_{1},n_{2},%
\ldots,n_{k}}x_{1}^{n_{1}}x_{2}^{n_{2}}\cdots x_{k}^{n_{k}},

where the summation is over all nonnegative integers n_{1},n_{2},\ldots,n_{k} such that n_{1}+n_{2}+\cdots+n_{k}=n.

§26.4(iii) Recurrence Relation

26.4.10 \genfrac{(}{)}{0.0pt}{}{n_{1}+n_{2}+\cdots+n_{m}}{n_{1},n_{2},\ldots,n_{m}}=%
\sum_{k=1}^{m}\genfrac{(}{)}{0.0pt}{}{n_{1}+n_{2}+\cdots+n_{m}-1}{n_{1},n_{2},%
\ldots,n_{k-1},n_{k}-1,n_{k+1},\ldots,n_{m}},n_{1},n_{2},\ldots,n_{m}\geq 1.