Identifier
Values
[1,2] => 4
[1,-2] => 3
[-1,2] => 3
[-1,-2] => 0
[2,1] => 3
[2,-1] => 0
[-2,1] => 0
[-2,-1] => 3
[1,2,3] => 9
[1,2,-3] => 8
[1,-2,3] => 8
[1,-2,-3] => 5
[-1,2,3] => 8
[-1,2,-3] => 5
[-1,-2,3] => 5
[-1,-2,-3] => 0
[1,3,2] => 8
[1,3,-2] => 5
[1,-3,2] => 5
[1,-3,-2] => 8
[-1,3,2] => 7
[-1,3,-2] => 0
[-1,-3,2] => 0
[-1,-3,-2] => 7
[2,1,3] => 8
[2,1,-3] => 7
[2,-1,3] => 5
[2,-1,-3] => 0
[-2,1,3] => 5
[-2,1,-3] => 0
[-2,-1,3] => 8
[-2,-1,-3] => 7
[2,3,1] => 6
[2,3,-1] => 0
[2,-3,1] => 0
[2,-3,-1] => 6
[-2,3,1] => 0
[-2,3,-1] => 6
[-2,-3,1] => 6
[-2,-3,-1] => 0
[3,1,2] => 6
[3,1,-2] => 0
[3,-1,2] => 0
[3,-1,-2] => 6
[-3,1,2] => 0
[-3,1,-2] => 6
[-3,-1,2] => 6
[-3,-1,-2] => 0
[3,2,1] => 8
[3,2,-1] => 5
[3,-2,1] => 7
[3,-2,-1] => 0
[-3,2,1] => 5
[-3,2,-1] => 8
[-3,-2,1] => 0
[-3,-2,-1] => 7
[1,2,3,4] => 16
[1,2,3,-4] => 15
[1,2,-3,4] => 15
[1,2,-3,-4] => 12
[1,-2,3,4] => 15
[1,-2,3,-4] => 12
[1,-2,-3,4] => 12
[1,-2,-3,-4] => 7
[-1,2,3,4] => 15
[-1,2,3,-4] => 12
[-1,2,-3,4] => 12
[-1,2,-3,-4] => 7
[-1,-2,3,4] => 12
[-1,-2,3,-4] => 7
[-1,-2,-3,4] => 7
[-1,-2,-3,-4] => 0
[1,2,4,3] => 15
[1,2,4,-3] => 12
[1,2,-4,3] => 12
[1,2,-4,-3] => 15
[1,-2,4,3] => 14
[1,-2,4,-3] => 7
[1,-2,-4,3] => 7
[1,-2,-4,-3] => 14
[-1,2,4,3] => 14
[-1,2,4,-3] => 7
[-1,2,-4,3] => 7
[-1,2,-4,-3] => 14
[-1,-2,4,3] => 11
[-1,-2,4,-3] => 0
[-1,-2,-4,3] => 0
[-1,-2,-4,-3] => 11
[1,3,2,4] => 15
[1,3,2,-4] => 14
[1,3,-2,4] => 12
[1,3,-2,-4] => 7
[1,-3,2,4] => 12
[1,-3,2,-4] => 7
[1,-3,-2,4] => 15
[1,-3,-2,-4] => 14
[-1,3,2,4] => 14
[-1,3,2,-4] => 11
[-1,3,-2,4] => 7
[-1,3,-2,-4] => 0
[-1,-3,2,4] => 7
>>> Load all 440 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
The number of covering elements of a signed permutation in absolute order.
Code
def statistic(pi):
return len(WeylGroup(["B", len(pi)]).from_reduced_word(pi.reduced_word()).absolute_covers())
Created
Nov 27, 2022 at 21:47 by Martin Rubey
Updated
Jan 08, 2023 at 15:05 by Martin Rubey
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!