Identifier
Values
[1] => 1
[-1] => 0
[1,2] => 2
[1,-2] => 1
[-1,2] => 0
[-1,-2] => 0
[2,1] => 1
[2,-1] => 0
[-2,1] => 0
[-2,-1] => 0
[1,2,3] => 3
[1,2,-3] => 2
[1,-2,3] => 1
[1,-2,-3] => 1
[-1,2,3] => 0
[-1,2,-3] => 0
[-1,-2,3] => 0
[-1,-2,-3] => 0
[1,3,2] => 2
[1,3,-2] => 1
[1,-3,2] => 1
[1,-3,-2] => 1
[-1,3,2] => 0
[-1,3,-2] => 0
[-1,-3,2] => 0
[-1,-3,-2] => 0
[2,1,3] => 2
[2,1,-3] => 1
[2,-1,3] => 0
[2,-1,-3] => 0
[-2,1,3] => 0
[-2,1,-3] => 0
[-2,-1,3] => 0
[-2,-1,-3] => 0
[2,3,1] => 1
[2,3,-1] => 0
[2,-3,1] => 0
[2,-3,-1] => 0
[-2,3,1] => 0
[-2,3,-1] => 0
[-2,-3,1] => 0
[-2,-3,-1] => 0
[3,1,2] => 1
[3,1,-2] => 0
[3,-1,2] => 0
[3,-1,-2] => 0
[-3,1,2] => 0
[-3,1,-2] => 0
[-3,-1,2] => 0
[-3,-1,-2] => 0
[3,2,1] => 1
[3,2,-1] => 0
[3,-2,1] => 0
[3,-2,-1] => 0
[-3,2,1] => 0
[-3,2,-1] => 0
[-3,-2,1] => 0
[-3,-2,-1] => 0
[1,2,3,4] => 4
[1,2,3,-4] => 3
[1,2,-3,4] => 2
[1,2,-3,-4] => 2
[1,-2,3,4] => 1
[1,-2,3,-4] => 1
[1,-2,-3,4] => 1
[1,-2,-3,-4] => 1
[-1,2,3,4] => 0
[-1,2,3,-4] => 0
[-1,2,-3,4] => 0
[-1,2,-3,-4] => 0
[-1,-2,3,4] => 0
[-1,-2,3,-4] => 0
[-1,-2,-3,4] => 0
[-1,-2,-3,-4] => 0
[1,2,4,3] => 3
[1,2,4,-3] => 2
[1,2,-4,3] => 2
[1,2,-4,-3] => 2
[1,-2,4,3] => 1
[1,-2,4,-3] => 1
[1,-2,-4,3] => 1
[1,-2,-4,-3] => 1
[-1,2,4,3] => 0
[-1,2,4,-3] => 0
[-1,2,-4,3] => 0
[-1,2,-4,-3] => 0
[-1,-2,4,3] => 0
[-1,-2,4,-3] => 0
[-1,-2,-4,3] => 0
[-1,-2,-4,-3] => 0
[1,3,2,4] => 3
[1,3,2,-4] => 2
[1,3,-2,4] => 1
[1,3,-2,-4] => 1
[1,-3,2,4] => 1
[1,-3,2,-4] => 1
[1,-3,-2,4] => 1
[1,-3,-2,-4] => 1
[-1,3,2,4] => 0
[-1,3,2,-4] => 0
[-1,3,-2,4] => 0
>>> 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
The size of the connectivity set of a signed permutation.
According to [1], the connectivity set of a signed permutation $w\in\mathfrak H_n$ is $n$ minus the number of generators appearing in any reduced word for $w$.
The connectivity set can be defined for arbitrary Coxeter systems. For permutations, see St000234The number of global ascents of a permutation.. For the number of connected elements in a Coxeter system see St001888The number of connected elements in the Coxeter group corresponding to a finite Cartan type..
According to [1], the connectivity set of a signed permutation $w\in\mathfrak H_n$ is $n$ minus the number of generators appearing in any reduced word for $w$.
The connectivity set can be defined for arbitrary Coxeter systems. For permutations, see St000234The number of global ascents of a permutation.. For the number of connected elements in a Coxeter system see St001888The number of connected elements in the Coxeter group corresponding to a finite Cartan type..
References
[1] Bergeron, N., Hohlweg, C., Zabrocki, M. Posets related to the connectivity set of Coxeter groups arXiv:math/0509271
Code
def statistic(w):
return len(w) - len(set(w.reduced_word()))
Created
Feb 10, 2023 at 00:41 by Martin Rubey
Updated
Feb 10, 2023 at 00:41 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!