Stirling number

From Wikipedia, the free encyclopedia

In mathematics, Stirling numbers arise in a variety of analytic and combinatorics problems. They are named after James Stirling, who introduced them in the 18th century. Two different sets of numbers bear this name: the Stirling numbers of the first kind and the Stirling numbers of the second kind.

Notation

Several different notations for the Stirling numbers are in use. Stirling numbers of the first kind are written with a small s, and those of the second kind with a large S. The Stirling numbers of the second kind are never negative, but those of the first kind can be negative; hence, there are notations for the "unsigned Stirling numbers of the first kind", which are the Stirling numbers without their signs, Common notations are:

s(n,k)\,

for the ordinary (signed) Stirling numbers of the first kind,

c(n,k)=\left[{n \atop k}\right]=|s(n,k)|\,

for the unsigned Stirling numbers of the first kind, and

S(n,k)=\left\{{\begin{matrix}n\\k\end{matrix}}\right\}=S_{n}^{{(k)}}\,

for the Stirling numbers of the second kind.

Abramowitz and Stegun use an uppercase S and a blackletter S, respectively, for the first and second kinds of Stirling number. The notation of brackets and braces, in analogy to the binomial coefficients, was introduced in 1935 by Jovan Karamata and promoted later by Donald Knuth. (The bracket notation conflicts with a common notation for the Gaussian coefficients.) The mathematical motivation for this type of notation, as well as additional Stirling number formulae, may be found on the page for Stirling numbers and exponential generating functions.

Stirling numbers of the first kind

The Stirling numbers of the first kind are the coefficients in the expansion

(x)_{{n}}=\sum _{{k=0}}^{n}s(n,k)x^{k}.

where (x)_{{n}} (a Pochhammer symbol) denotes the falling factorial,

(x)_{{n}}=x(x-1)(x-2)\cdots (x-n+1).

Note that (x)0 = 1 because it is an empty product. Combinatorialists also sometimes use the notation x^{{\underline {n\!}}} for the falling factorial, and x^{{\overline {n\!}}} for the rising factorial.[1]

(Confusingly, the Pochhammer symbol that many use for falling factorials is used in special functions for rising factorials.)

The unsigned Stirling numbers of the first kind,

c(n,k)=\left[{n \atop k}\right]=|s(n,k)|=(-1)^{{n-k}}s(n,k)

(with a lower-case "s"), count the number of permutations of n elements with k disjoint cycles.

Stirling numbers of the second kind

Stirling numbers of the second kind count the number of ways to partition a set of n elements into k nonempty subsets. They are denoted by S(n,k) or \textstyle \lbrace {n \atop k}\rbrace .[2] The sum

\sum _{{k=0}}^{n}S(n,k)=B_{n}

is the nth Bell number.

Using falling factorials, we can characterize the Stirling numbers of the second kind by the identity

\sum _{{k=0}}^{n}S(n,k)(x)_{k}=x^{n}.

Lah numbers

The Lah numbers are sometimes called Stirling numbers of the third kind. For example see.

Inversion relationships

The Stirling numbers of the first and second kinds can be considered to be inverses of one another:

\sum _{{n=0}}^{{\max\{j,k\}}}s(n,j)S(k,n)=\delta _{{jk}}

and

\sum _{{n=0}}^{{\max\{j,k\}}}S(n,j)s(k,n)=\delta _{{jk}}

where \delta _{{jk}} is the Kronecker delta. These two relationships may be understood to be matrix inverse relationships. That is, let s be the lower triangular matrix of Stirling numbers of first kind, so that it has matrix elements

s_{{nk}}=s(n,k).\,

Then, the inverse of this matrix is S, the lower triangular matrix of Stirling numbers of second kind. Symbolically, one writes

s^{{-1}}=S\,

where the matrix elements of S are

S_{{nk}}=S(n,k).

Note that although s and S are infinite, so calculating a product entry involves an infinite sum, the matrix multiplications work because these matrices are lower triangular, so only a finite number of terms in the sum are nonzero.

A generalization of the inversion relationship gives the link with the Lah numbers L(n,k):

(-1)^{n}L(n,k)=\sum _{{z}}(-1)^{{z}}s(n,z)S(z,k),

with the conventions L(0,0)=1 and L(n,k)=0 if k>n.

Symmetric formulae

Abramowitz and Stegun give the following symmetric formulae that relate the Stirling numbers of the first and second kind.

s(n,k)=\sum _{{j=0}}^{{n-k}}(-1)^{j}{n-1+j \choose n-k+j}{2n-k \choose n-k-j}S(n-k+j,j)

and

S(n,k)=\sum _{{j=0}}^{{n-k}}(-1)^{j}{n-1+j \choose n-k+j}{2n-k \choose n-k-j}s(n-k+j,j).

See also

References

  1. Aigner, Martin (2007). "Section 1.2 - Subsets and Binomial Coefficients". A Course In Enumeration. Springer. p. 561. ISBN 3-540-39032-4. 
  2. Ronald L. Graham, Donald E. Knuth, Oren Patashnik (1988) Concrete Mathematics, Addison-Wesley, Reading MA. ISBN 0-201-14236-8, p. 244.
This article is issued from Wikipedia. The text is available under the Creative Commons Attribution/Share Alike; additional terms may apply for the media files.