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)
Matching statistic: St000463
Mp00064: Permutations reversePermutations
Mp00069: Permutations complementPermutations
St000463: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => [1] => [1] => 0
[1,2] => [2,1] => [1,2] => 0
[2,1] => [1,2] => [2,1] => 0
[1,2,3] => [3,2,1] => [1,2,3] => 0
[1,3,2] => [2,3,1] => [2,1,3] => 0
[2,1,3] => [3,1,2] => [1,3,2] => 1
[2,3,1] => [1,3,2] => [3,1,2] => 0
[3,1,2] => [2,1,3] => [2,3,1] => 2
[3,2,1] => [1,2,3] => [3,2,1] => 0
[1,2,3,4] => [4,3,2,1] => [1,2,3,4] => 0
[1,2,4,3] => [3,4,2,1] => [2,1,3,4] => 0
[1,3,2,4] => [4,2,3,1] => [1,3,2,4] => 1
[1,3,4,2] => [2,4,3,1] => [3,1,2,4] => 0
[1,4,2,3] => [3,2,4,1] => [2,3,1,4] => 2
[1,4,3,2] => [2,3,4,1] => [3,2,1,4] => 0
[2,1,3,4] => [4,3,1,2] => [1,2,4,3] => 1
[2,1,4,3] => [3,4,1,2] => [2,1,4,3] => 1
[2,3,1,4] => [4,1,3,2] => [1,4,2,3] => 2
[2,3,4,1] => [1,4,3,2] => [4,1,2,3] => 0
[2,4,1,3] => [3,1,4,2] => [2,4,1,3] => 3
[2,4,3,1] => [1,3,4,2] => [4,2,1,3] => 0
[3,1,2,4] => [4,2,1,3] => [1,3,4,2] => 2
[3,1,4,2] => [2,4,1,3] => [3,1,4,2] => 2
[3,2,1,4] => [4,1,2,3] => [1,4,3,2] => 2
[3,2,4,1] => [1,4,2,3] => [4,1,3,2] => 1
[3,4,1,2] => [2,1,4,3] => [3,4,1,2] => 4
[3,4,2,1] => [1,2,4,3] => [4,3,1,2] => 0
[4,1,2,3] => [3,2,1,4] => [2,3,4,1] => 3
[4,1,3,2] => [2,3,1,4] => [3,2,4,1] => 3
[4,2,1,3] => [3,1,2,4] => [2,4,3,1] => 3
[4,2,3,1] => [1,3,2,4] => [4,2,3,1] => 2
[4,3,1,2] => [2,1,3,4] => [3,4,2,1] => 4
[4,3,2,1] => [1,2,3,4] => [4,3,2,1] => 0
[1,2,3,4,5] => [5,4,3,2,1] => [1,2,3,4,5] => 0
[1,2,3,5,4] => [4,5,3,2,1] => [2,1,3,4,5] => 0
[1,2,4,3,5] => [5,3,4,2,1] => [1,3,2,4,5] => 1
[1,2,4,5,3] => [3,5,4,2,1] => [3,1,2,4,5] => 0
[1,2,5,3,4] => [4,3,5,2,1] => [2,3,1,4,5] => 2
[1,2,5,4,3] => [3,4,5,2,1] => [3,2,1,4,5] => 0
[1,3,2,4,5] => [5,4,2,3,1] => [1,2,4,3,5] => 1
[1,3,2,5,4] => [4,5,2,3,1] => [2,1,4,3,5] => 1
[1,3,4,2,5] => [5,2,4,3,1] => [1,4,2,3,5] => 2
[1,3,4,5,2] => [2,5,4,3,1] => [4,1,2,3,5] => 0
[1,3,5,2,4] => [4,2,5,3,1] => [2,4,1,3,5] => 3
[1,3,5,4,2] => [2,4,5,3,1] => [4,2,1,3,5] => 0
[1,4,2,3,5] => [5,3,2,4,1] => [1,3,4,2,5] => 2
[1,4,2,5,3] => [3,5,2,4,1] => [3,1,4,2,5] => 2
[1,4,3,2,5] => [5,2,3,4,1] => [1,4,3,2,5] => 2
[1,4,3,5,2] => [2,5,3,4,1] => [4,1,3,2,5] => 1
[1,4,5,2,3] => [3,2,5,4,1] => [3,4,1,2,5] => 4
Description
The number of admissible inversions of a permutation. Let w=w1,w2,,wk be a word of length k with distinct letters from [n]. An admissible inversion of w is a pair (wi,wj) such that 1i<jk and wi>wj that satisfies either of the following conditions: 1<i and wi1<wi or there is some l such that i<l<j and wi<wl.
St000866: Permutations ⟶ ℤResult quality: 34% values known / values provided: 34%distinct values known / distinct values provided: 34%
Values
[1] => ? = 0
[1,2] => 0
[2,1] => 0
[1,2,3] => 0
[1,3,2] => 0
[2,1,3] => 1
[2,3,1] => 0
[3,1,2] => 2
[3,2,1] => 0
[1,2,3,4] => 0
[1,2,4,3] => 0
[1,3,2,4] => 1
[1,3,4,2] => 0
[1,4,2,3] => 2
[1,4,3,2] => 0
[2,1,3,4] => 1
[2,1,4,3] => 1
[2,3,1,4] => 2
[2,3,4,1] => 0
[2,4,1,3] => 3
[2,4,3,1] => 0
[3,1,2,4] => 2
[3,1,4,2] => 2
[3,2,1,4] => 2
[3,2,4,1] => 1
[3,4,1,2] => 4
[3,4,2,1] => 0
[4,1,2,3] => 3
[4,1,3,2] => 3
[4,2,1,3] => 3
[4,2,3,1] => 2
[4,3,1,2] => 4
[4,3,2,1] => 0
[1,2,3,4,5] => 0
[1,2,3,5,4] => 0
[1,2,4,3,5] => 1
[1,2,4,5,3] => 0
[1,2,5,3,4] => 2
[1,2,5,4,3] => 0
[1,3,2,4,5] => 1
[1,3,2,5,4] => 1
[1,3,4,2,5] => 2
[1,3,4,5,2] => 0
[1,3,5,2,4] => 3
[1,3,5,4,2] => 0
[1,4,2,3,5] => 2
[1,4,2,5,3] => 2
[1,4,3,2,5] => 2
[1,4,3,5,2] => 1
[1,4,5,2,3] => 4
[1,4,5,3,2] => 0
[1,4,6,7,2,3,5] => ? = 8
[1,4,7,2,6,5,3] => ? = 6
[1,5,2,3,4,6,7] => ? = 3
[1,5,2,3,6,4,7] => ? = 4
[1,5,2,4,3,6,7] => ? = 4
[1,5,2,6,3,4,7] => ? = 5
[1,5,3,2,4,6,7] => ? = 3
[1,5,3,2,6,4,7] => ? = 4
[1,5,3,4,2,6,7] => ? = 5
[1,5,3,6,2,4,7] => ? = 6
[1,5,4,2,3,6,7] => ? = 4
[1,5,4,3,2,6,7] => ? = 3
[1,5,6,2,3,4,7] => ? = 6
[1,5,6,2,7,3,4] => ? = 8
[1,5,6,3,2,4,7] => ? = 5
[1,5,6,7,2,3,4] => ? = 9
[1,6,2,3,4,5,7] => ? = 4
[1,6,2,3,5,4,7] => ? = 5
[1,6,2,4,3,5,7] => ? = 5
[1,6,2,5,3,4,7] => ? = 6
[1,6,3,2,4,5,7] => ? = 4
[1,6,3,2,5,4,7] => ? = 5
[1,6,3,4,2,5,7] => ? = 6
[1,6,3,5,2,4,7] => ? = 7
[1,6,4,2,3,5,7] => ? = 5
[1,6,4,3,2,5,7] => ? = 4
[1,6,5,2,3,4,7] => ? = 6
[1,6,5,3,2,4,7] => ? = 5
[1,6,7,4,5,2,3] => ? = 12
[1,7,2,3,4,5,6] => ? = 5
[1,7,2,6,5,4,3] => ? = 5
[1,7,3,6,4,5,2] => ? = 6
[1,7,3,6,5,4,2] => ? = 4
[1,7,4,3,6,5,2] => ? = 4
[1,7,5,3,4,6,2] => ? = 5
[1,7,5,4,3,2,6] => ? = 5
[1,7,5,4,3,6,2] => ? = 4
[1,7,6,2,5,3,4] => ? = 10
[1,7,6,2,5,4,3] => ? = 8
[1,7,6,3,2,5,4] => ? = 7
[1,7,6,3,4,5,2] => ? = 6
[1,7,6,3,5,4,2] => ? = 6
[1,7,6,4,2,3,5] => ? = 8
[1,7,6,4,3,2,5] => ? = 6
[1,7,6,4,3,5,2] => ? = 5
[1,7,6,4,5,3,2] => ? = 4
[1,7,6,5,2,3,4] => ? = 9
[1,7,6,5,2,4,3] => ? = 9
[1,7,6,5,3,2,4] => ? = 7
Description
The number of admissible inversions of a permutation in the sense of Shareshian-Wachs. An admissible inversion of a permutation σ is a pair (σi,σj) such that 1. i<j and σi>σj and 2. either σj<σj+1 or there exists a i<k<j with σk<σj. This version was introduced by John Shareshian and Michelle L. Wachs in [1], for a closely related version, see [[St000463]].