Processing math: 100%

Your data matches 2 different statistics following compositions of up to 3 maps.
(click to perform a complete search on your data)
St001428: Signed permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => 0
[-1] => 1
[1,2] => 0
[1,-2] => 3
[-1,2] => 1
[-1,-2] => 4
[2,1] => 1
[2,-1] => 2
[-2,1] => 2
[-2,-1] => 3
[1,2,3] => 0
[1,2,-3] => 5
[1,-2,3] => 3
[1,-2,-3] => 8
[-1,2,3] => 1
[-1,2,-3] => 6
[-1,-2,3] => 4
[-1,-2,-3] => 9
[1,3,2] => 1
[1,3,-2] => 4
[1,-3,2] => 4
[1,-3,-2] => 7
[-1,3,2] => 2
[-1,3,-2] => 5
[-1,-3,2] => 5
[-1,-3,-2] => 8
[2,1,3] => 1
[2,1,-3] => 6
[2,-1,3] => 2
[2,-1,-3] => 7
[-2,1,3] => 2
[-2,1,-3] => 7
[-2,-1,3] => 3
[-2,-1,-3] => 8
[2,3,1] => 2
[2,3,-1] => 3
[2,-3,1] => 5
[2,-3,-1] => 6
[-2,3,1] => 3
[-2,3,-1] => 4
[-2,-3,1] => 6
[-2,-3,-1] => 7
[3,1,2] => 2
[3,1,-2] => 5
[3,-1,2] => 3
[3,-1,-2] => 6
[-3,1,2] => 3
[-3,1,-2] => 6
[-3,-1,2] => 4
[-3,-1,-2] => 7
Description
The number of B-inversions of a signed permutation. The number of B-inversions of a signed permutation σ of length n is invB(σ)=|{1i<jnσ(i)>σ(j)}|+|{1ijnσ(i)>σ(j)}|, see [1, Eq. (8.2)]. According to [1, Eq. (8.4)], this is the Coxeter length of σ.
Mp00194: Signed permutations Foata-Han inverseSigned permutations
St001433: Signed permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => [1] => 0
[-1] => [-1] => 1
[1,2] => [1,2] => 0
[1,-2] => [1,-2] => 3
[-1,2] => [-1,2] => 1
[-1,-2] => [-1,-2] => 4
[2,1] => [-2,1] => 1
[2,-1] => [-2,-1] => 2
[-2,1] => [2,1] => 2
[-2,-1] => [2,-1] => 3
[1,2,3] => [1,2,3] => 0
[1,2,-3] => [1,2,-3] => 5
[1,-2,3] => [1,-2,3] => 3
[1,-2,-3] => [1,-2,-3] => 8
[-1,2,3] => [-1,2,3] => 1
[-1,2,-3] => [-1,2,-3] => 6
[-1,-2,3] => [-1,-2,3] => 4
[-1,-2,-3] => [-1,-2,-3] => 9
[1,3,2] => [-3,1,2] => 1
[1,3,-2] => [1,-3,-2] => 4
[1,-3,2] => [1,3,2] => 4
[1,-3,-2] => [3,1,-2] => 7
[-1,3,2] => [-3,-1,2] => 2
[-1,3,-2] => [-1,-3,-2] => 5
[-1,-3,2] => [-1,3,2] => 5
[-1,-3,-2] => [3,-1,-2] => 8
[2,1,3] => [-2,1,3] => 1
[2,1,-3] => [-2,1,-3] => 6
[2,-1,3] => [-2,-1,3] => 2
[2,-1,-3] => [-2,-1,-3] => 7
[-2,1,3] => [2,1,3] => 2
[-2,1,-3] => [2,1,-3] => 7
[-2,-1,3] => [2,-1,3] => 3
[-2,-1,-3] => [2,-1,-3] => 8
[2,3,1] => [-3,-2,1] => 2
[2,3,-1] => [-3,-2,-1] => 3
[2,-3,1] => [-3,2,1] => 5
[2,-3,-1] => [-3,2,-1] => 6
[-2,3,1] => [3,-2,1] => 3
[-2,3,-1] => [3,-2,-1] => 4
[-2,-3,1] => [3,2,1] => 6
[-2,-3,-1] => [3,2,-1] => 7
[3,1,2] => [3,1,2] => 2
[3,1,-2] => [1,3,-2] => 5
[3,-1,2] => [3,-1,2] => 3
[3,-1,-2] => [-1,3,-2] => 6
[-3,1,2] => [1,-3,2] => 3
[-3,1,-2] => [-3,1,-2] => 6
[-3,-1,2] => [-1,-3,2] => 4
[-3,-1,-2] => [-3,-1,-2] => 7
Description
The flag major index of a signed permutation. The flag major index of a signed permutation σ is: fmaj(σ)=neg(σ)+2iDesB(σ)i, where DesB(σ) is the B-descent set of σ; see [1, Eq.(10)]. This statistic is equidistributed with the B-inversions ([[St001428]]) and with the negative major index on the groups of signed permutations (see [1, Corollary 4.6]).