Processing math: 11%

Your data matches 1 statistic following compositions of up to 3 maps.
(click to perform a complete search on your data)
St001077: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => 0
[2,1] => 1
[1,2,3] => 0
[1,3,2] => 3
[2,1,3] => 1
[2,3,1] => 2
[3,1,2] => 2
[3,2,1] => 1
[1,2,3,4] => 0
[1,2,4,3] => 3
[1,3,2,4] => 3
[1,3,4,2] => 4
[1,4,2,3] => 4
[1,4,3,2] => 3
[2,1,3,4] => 1
[2,1,4,3] => 4
[2,3,1,4] => 2
[2,3,4,1] => 3
[2,4,1,3] => 3
[2,4,3,1] => 2
[3,1,2,4] => 2
[3,1,4,2] => 3
[3,2,1,4] => 1
[3,2,4,1] => 2
[3,4,1,2] => 4
[3,4,2,1] => 3
[4,1,2,3] => 3
[4,1,3,2] => 2
[4,2,1,3] => 2
[4,2,3,1] => 1
[4,3,1,2] => 3
[4,3,2,1] => 4
[1,2,3,4,5] => 0
[1,2,3,5,4] => 3
[1,2,4,3,5] => 3
[1,2,4,5,3] => 4
[1,2,5,3,4] => 4
[1,2,5,4,3] => 3
[1,3,2,4,5] => 3
[1,3,2,5,4] => 6
[1,3,4,2,5] => 4
[1,3,4,5,2] => 5
[1,3,5,2,4] => 5
[1,3,5,4,2] => 4
[1,4,2,3,5] => 4
[1,4,2,5,3] => 5
[1,4,3,2,5] => 3
[1,4,3,5,2] => 4
[1,4,5,2,3] => 6
[1,4,5,3,2] => 5
Description
The prefix exchange distance of a permutation. This is the number of star transpositions needed to write a permutation. In symbols, for a permutation πSn this is min where \tau_a = (1,a) for 2 \leq a \leq n. [1, Lem. 2.1] shows that the this length is n+m-a-1, where m is the number of non-trival cycles not containing the element 1, and a is the number of fixed points different from 1. One may find in [2] explicit formulas for its generating function and a combinatorial proof that it is asymptotically normal.