Identifier
Values
[1] => 1
[-1] => 1
[1,2] => 1
[1,-2] => 1
[-1,2] => 1
[-1,-2] => 2
[2,1] => 1
[2,-1] => 1
[-2,1] => 1
[-2,-1] => 1
[1,2,3] => 1
[1,2,-3] => 1
[1,-2,3] => 1
[1,-2,-3] => 2
[-1,2,3] => 1
[-1,2,-3] => 4
[-1,-2,3] => 14
[-1,-2,-3] => 42
[1,3,2] => 1
[1,3,-2] => 1
[1,-3,2] => 1
[1,-3,-2] => 1
[-1,3,2] => 4
[-1,3,-2] => 9
[-1,-3,2] => 9
[-1,-3,-2] => 16
[2,1,3] => 1
[2,1,-3] => 2
[2,-1,3] => 1
[2,-1,-3] => 3
[-2,1,3] => 1
[-2,1,-3] => 3
[-2,-1,3] => 5
[-2,-1,-3] => 12
[2,3,1] => 1
[2,3,-1] => 1
[2,-3,1] => 2
[2,-3,-1] => 2
[-2,3,1] => 3
[-2,3,-1] => 5
[-2,-3,1] => 5
[-2,-3,-1] => 7
[3,1,2] => 1
[3,1,-2] => 2
[3,-1,2] => 3
[3,-1,-2] => 5
[-3,1,2] => 1
[-3,1,-2] => 2
[-3,-1,2] => 5
[-3,-1,-2] => 7
[3,2,1] => 2
[3,2,-1] => 3
[3,-2,1] => 2
[3,-2,-1] => 2
[-3,2,1] => 3
[-3,2,-1] => 5
[-3,-2,1] => 2
[-3,-2,-1] => 2
[1,2,3,4] => 1
[1,2,3,-4] => 1
[1,2,-3,4] => 1
[1,2,-3,-4] => 2
[1,-2,3,4] => 1
[1,-2,3,-4] => 4
[1,-2,-3,4] => 14
[1,-2,-3,-4] => 42
[-1,2,3,4] => 1
[-1,2,3,-4] => 6
[-1,2,-3,4] => 48
[-1,2,-3,-4] => 198
[-1,-2,3,4] => 132
[-1,-2,3,-4] => 858
[-1,-2,-3,4] => 6006
[-1,-2,-3,-4] => 24024
[1,2,4,3] => 1
[1,2,4,-3] => 1
[1,2,-4,3] => 1
[1,2,-4,-3] => 1
[1,-2,4,3] => 4
[1,-2,4,-3] => 9
[1,-2,-4,3] => 9
[1,-2,-4,-3] => 16
[-1,2,4,3] => 6
[-1,2,4,-3] => 20
[-1,2,-4,3] => 20
[-1,2,-4,-3] => 50
[-1,-2,4,3] => 858
[-1,-2,4,-3] => 2860
[-1,-2,-4,3] => 2860
[-1,-2,-4,-3] => 7150
[1,3,2,4] => 1
[1,3,2,-4] => 2
[1,3,-2,4] => 1
[1,3,-2,-4] => 3
[1,-3,2,4] => 1
[1,-3,2,-4] => 3
[1,-3,-2,4] => 5
[1,-3,-2,-4] => 12
[-1,3,2,4] => 6
[-1,3,2,-4] => 40
[-1,3,-2,4] => 90
>>> Load all 442 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 reduced words of a signed permutation.
This is the number of ways to write a permutation as a minimal length product of simple reflections.
This is the number of ways to write a permutation as a minimal length product of simple reflections.
Code
def statistic(pi):
return len(pi.reduced_words())
Created
Feb 04, 2022 at 13:13 by Martin Rubey
Updated
Feb 04, 2022 at 13:13 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!