Identifier
- St001379: Permutations ⟶ ℤ
Values
[1] => 0
[1,2] => 0
[2,1] => 2
[1,2,3] => 0
[1,3,2] => 3
[2,1,3] => 2
[2,3,1] => 4
[3,1,2] => 3
[3,2,1] => 6
[1,2,3,4] => 0
[1,2,4,3] => 4
[1,3,2,4] => 3
[1,3,4,2] => 5
[1,4,2,3] => 4
[1,4,3,2] => 8
[2,1,3,4] => 2
[2,1,4,3] => 6
[2,3,1,4] => 4
[2,3,4,1] => 6
[2,4,1,3] => 5
[2,4,3,1] => 9
[3,1,2,4] => 3
[3,1,4,2] => 7
[3,2,1,4] => 6
[3,2,4,1] => 8
[3,4,1,2] => 6
[3,4,2,1] => 10
[4,1,2,3] => 4
[4,1,3,2] => 8
[4,2,1,3] => 7
[4,2,3,1] => 9
[4,3,1,2] => 8
[4,3,2,1] => 12
[1,2,3,4,5] => 0
[1,2,3,5,4] => 5
[1,2,4,3,5] => 4
[1,2,4,5,3] => 6
[1,2,5,3,4] => 5
[1,2,5,4,3] => 10
[1,3,2,4,5] => 3
[1,3,2,5,4] => 8
[1,3,4,2,5] => 5
[1,3,4,5,2] => 7
[1,3,5,2,4] => 6
[1,3,5,4,2] => 11
[1,4,2,3,5] => 4
[1,4,2,5,3] => 9
[1,4,3,2,5] => 8
[1,4,3,5,2] => 10
[1,4,5,2,3] => 7
[1,4,5,3,2] => 12
[1,5,2,3,4] => 5
[1,5,2,4,3] => 10
[1,5,3,2,4] => 9
[1,5,3,4,2] => 11
[1,5,4,2,3] => 10
[1,5,4,3,2] => 15
[2,1,3,4,5] => 2
[2,1,3,5,4] => 7
[2,1,4,3,5] => 6
[2,1,4,5,3] => 8
[2,1,5,3,4] => 7
[2,1,5,4,3] => 12
[2,3,1,4,5] => 4
[2,3,1,5,4] => 9
[2,3,4,1,5] => 6
[2,3,4,5,1] => 8
[2,3,5,1,4] => 7
[2,3,5,4,1] => 12
[2,4,1,3,5] => 5
[2,4,1,5,3] => 10
[2,4,3,1,5] => 9
[2,4,3,5,1] => 11
[2,4,5,1,3] => 8
[2,4,5,3,1] => 13
[2,5,1,3,4] => 6
[2,5,1,4,3] => 11
[2,5,3,1,4] => 10
[2,5,3,4,1] => 12
[2,5,4,1,3] => 11
[2,5,4,3,1] => 16
[3,1,2,4,5] => 3
[3,1,2,5,4] => 8
[3,1,4,2,5] => 7
[3,1,4,5,2] => 9
[3,1,5,2,4] => 8
[3,1,5,4,2] => 13
[3,2,1,4,5] => 6
[3,2,1,5,4] => 11
[3,2,4,1,5] => 8
[3,2,4,5,1] => 10
[3,2,5,1,4] => 9
[3,2,5,4,1] => 14
[3,4,1,2,5] => 6
[3,4,1,5,2] => 11
[3,4,2,1,5] => 10
[3,4,2,5,1] => 12
[3,4,5,1,2] => 9
[3,4,5,2,1] => 14
[3,5,1,2,4] => 7
[3,5,1,4,2] => 12
>>> Load all 1200 entries. <<<
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
Description
References
[1] Wachs, M. L. An involution for signed Eulerian numbers MathSciNet:1158780
Code
def statistic(pi):
return pi.major_index() + pi.number_of_inversions()
Created
Mar 30, 2019 at 08:54 by Christian Stump
Updated
Mar 30, 2019 at 08:54 by Christian Stump
searching the database
Sorry, this statistic was not found in the database
or
add this statistic to the database – it's very simple and we need your support!