Stirling Numbers of the First Kind
Stirling Numbers of the First Kind
The Stirling numbers of the first kind, or Stirling cycle numbers, denoted or , count the number of ways to permute a set of elements into cycles. This Demonstration illustrates the different permutations that a Stirling cycle number counts.
s(n,k)
(k)
S
n
n
k
Details
Details
Snapshot 1: There is only one way to permute a list containing elements into (singleton) cycles, and therefore .
n
n
s(n,n)=1
Snapshot 2: Rotating the elements in a cycle so that the last becomes the first results in the same cycle: is the same cycle as . Because of this, it is often desirable to choose a standard representation of any cycle, such as rotating it so that its greatest element is listed first. After fixing the position of the greatest element in a list of items, there are ways to permute the remaining elements to create different cycles, which means that .
{1,2,3}
{3,1,2}
n
(n-1)!
n-1
s(n,1)=(n-1)!
Snapshot 3: The Stirling numbers of the first kind can be computed recursively; by comparing snapshot 2 and snapshot 3, it is clear that is related to .
s(5,1)
s(6,2)
External Links
External Links
Permanent Citation
Permanent Citation
Robert Dickau
"Stirling Numbers of the First Kind"
http://demonstrations.wolfram.com/StirlingNumbersOfTheFirstKind/
Wolfram Demonstrations Project
Published: March 7, 2011