Stirling number

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

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 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 capital S. 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 Stirling numbers without their signs. Common notations are:

 s(n,k)\,

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

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

for unsigned Stirling numbers of the first kind, and

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

for 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 binomial coefficients, was introduced in 1935 by Jovan Karamata and promoted later by Donald Knuth. (The bracket notation conflicts with a common notation for Gaussian coefficients.[1]) 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

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

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.[2]

(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.

A few of the Stirling numbers of the first kind are illustrated by the table below, starting with row 0, column 0:

\begin{array}{rrrrrrr}
1&&&&&&\\
0&1&&&&&\\
0&-1&1&&&&\\
0&2&-3&1&&&\\
0&-6&11&-6&1&&\\
0&24&-50&35&-10&1&\\
0&-120&274&-225&85&-15&1\\
\end{array}

where

s(n,k)=s(n-1,k-1)-(n-1)s(n-1,k)

Stirling numbers of the second kind

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

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.[3] 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

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

The Lah numbers L(n,k) = {n-1 \choose k-1} \frac{n!}{k!} are sometimes called Stirling numbers of the third kind. For example, see Jozsef Sándor and Borislav Crstici, Handbook of Number Theory II, Volume 2.

Inversion relationships

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

\sum_{j=0}^n s(n,j) S(j,k) = \delta_{nk}

and

\sum_{j=0}^n  S(n,j) s(j,k) = \delta_{nk},

where \delta_{nk} 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 the first kind, whose matrix elements s_{nk}=s(n,k).\, The inverse of this matrix is S, the lower triangular matrix of Stirling numbers of the second kind, whose entries are S_{nk}=S(n,k). Symbolically, this is written

s^{-1} = S\,

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.[4]

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. Donald Knuth
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Ronald L. Graham, Donald E. Knuth, Oren Patashnik (1988) Concrete Mathematics, Addison-Wesley, Reading MA. ISBN 0-201-14236-8, p. 244.
  4. Lua error in package.lua at line 80: module 'strict' not found.