Processing math: 100%

Identifier
Values
[1,0] => [1] => [1] => [1] => 0
[1,0,1,0] => [1,2] => [1,2] => [1,2] => 0
[1,1,0,0] => [2,1] => [2,1] => [2,1] => 1
[1,0,1,0,1,0] => [1,2,3] => [1,2,3] => [1,2,3] => 0
[1,0,1,1,0,0] => [1,3,2] => [1,3,2] => [1,3,2] => 1
[1,1,0,0,1,0] => [2,1,3] => [2,1,3] => [2,1,3] => 1
[1,1,0,1,0,0] => [2,3,1] => [3,1,2] => [3,1,2] => 3
[1,1,1,0,0,0] => [3,2,1] => [2,3,1] => [2,3,1] => 2
[1,0,1,0,1,0,1,0] => [1,2,3,4] => [1,2,3,4] => [1,2,3,4] => 0
[1,0,1,0,1,1,0,0] => [1,2,4,3] => [1,2,4,3] => [1,2,4,3] => 1
[1,0,1,1,0,0,1,0] => [1,3,2,4] => [1,3,2,4] => [1,3,2,4] => 1
[1,0,1,1,0,1,0,0] => [1,3,4,2] => [1,4,2,3] => [1,4,2,3] => 3
[1,0,1,1,1,0,0,0] => [1,4,3,2] => [1,3,4,2] => [1,3,4,2] => 2
[1,1,0,0,1,0,1,0] => [2,1,3,4] => [2,1,3,4] => [2,1,3,4] => 1
[1,1,0,0,1,1,0,0] => [2,1,4,3] => [2,1,4,3] => [2,1,4,3] => 2
[1,1,0,1,0,0,1,0] => [2,3,1,4] => [3,1,2,4] => [3,1,2,4] => 3
[1,1,0,1,0,1,0,0] => [2,3,4,1] => [4,1,2,3] => [4,1,2,3] => 6
[1,1,0,1,1,0,0,0] => [2,4,3,1] => [3,4,1,2] => [3,4,1,2] => 4
[1,1,1,0,0,0,1,0] => [3,2,1,4] => [2,3,1,4] => [2,3,1,4] => 2
[1,1,1,0,0,1,0,0] => [3,2,4,1] => [2,4,1,3] => [2,4,1,3] => 4
[1,1,1,0,1,0,0,0] => [4,2,3,1] => [2,3,4,1] => [2,3,4,1] => 3
[1,1,1,1,0,0,0,0] => [4,3,2,1] => [3,2,4,1] => [3,2,4,1] => 3
search for individual values
searching the database for the individual values of this statistic
/ search for generating function
searching the database for statistics with the same generating function
click to show known generating functions       
Description
The sorting index of a signed permutation.
A signed permutation σ=[σ(1),,σ(n)] can be sorted [1,,n] by signed transpositions in the following way:
First move ±n to its position and swap the sign if needed, then ±(n1),±(n2) and so on.
For example for [2,4,5,1,3] we have the swaps
[2,4,5,1,3][2,4,3,1,5][2,1,3,4,5][2,1,3,4,5][1,2,3,4,5]
given by the signed transpositions (3,5),(2,4),(3,3),(1,2).
If (i1,j1),,(in,jn) is the decomposition of σ obtained this way (including trivial transpositions) then the sorting index of σ is defined as
sorB(σ)=n1k=1jkikχ(ik<0),
where χ(ik<0) is 1 if ik is negative and 0 otherwise.
For σ=[2,4,5,1,3] we have
sorB(σ)=(53)+(4(2)1)+(3(3)1)+(21)=13.
Map
inverse first fundamental transformation
Description
Let σ=(i11i1k1)(i1ik) be a permutation given by cycle notation such that every cycle starts with its maximal entry, and all cycles are ordered increasingly by these maximal entries.
Maps σ to the permutation [i11,,i1k1,,i1,,ik] in one-line notation.
In other words, this map sends the maximal entries of the cycles to the left-to-right maxima, and the sequences between two left-to-right maxima are given by the cycles.
Map
to non-crossing permutation
Description
Sends a Dyck path D with valley at positions {(i1,j1),,(ik,jk)} to the unique non-crossing permutation π having descents {i1,,ik} and whose inverse has descents {j1,,jk}.
It sends the area St000012The area of a Dyck path. to the number of inversions St000018The number of inversions of a permutation. and the major index St000027The major index of a Dyck path. to n(n1) minus the sum of the major index St000004The major index of a permutation. and the inverse major index St000305The inverse major index of a permutation..
Map
to signed permutation
Description
The signed permutation with all signs positive.