Identifier
-
Mp00080:
Set partitions
—to permutation⟶
Permutations
Mp00170: Permutations —to signed permutation⟶ Signed permutations
Mp00244: Signed permutations —bar⟶ Signed permutations
St001927: Signed permutations ⟶ ℤ
Values
{{1,2}} => [2,1] => [2,1] => [-2,-1] => 0
{{1},{2}} => [1,2] => [1,2] => [-1,-2] => 0
{{1,2,3}} => [2,3,1] => [2,3,1] => [-2,-3,-1] => 0
{{1,2},{3}} => [2,1,3] => [2,1,3] => [-2,-1,-3] => 0
{{1,3},{2}} => [3,2,1] => [3,2,1] => [-3,-2,-1] => 0
{{1},{2,3}} => [1,3,2] => [1,3,2] => [-1,-3,-2] => 0
{{1},{2},{3}} => [1,2,3] => [1,2,3] => [-1,-2,-3] => 0
{{1,2,3,4}} => [2,3,4,1] => [2,3,4,1] => [-2,-3,-4,-1] => 0
{{1,2,3},{4}} => [2,3,1,4] => [2,3,1,4] => [-2,-3,-1,-4] => 0
{{1,2,4},{3}} => [2,4,3,1] => [2,4,3,1] => [-2,-4,-3,-1] => 0
{{1,2},{3,4}} => [2,1,4,3] => [2,1,4,3] => [-2,-1,-4,-3] => 0
{{1,2},{3},{4}} => [2,1,3,4] => [2,1,3,4] => [-2,-1,-3,-4] => 0
{{1,3,4},{2}} => [3,2,4,1] => [3,2,4,1] => [-3,-2,-4,-1] => 0
{{1,3},{2,4}} => [3,4,1,2] => [3,4,1,2] => [-3,-4,-1,-2] => 0
{{1,3},{2},{4}} => [3,2,1,4] => [3,2,1,4] => [-3,-2,-1,-4] => 0
{{1,4},{2,3}} => [4,3,2,1] => [4,3,2,1] => [-4,-3,-2,-1] => 0
{{1},{2,3,4}} => [1,3,4,2] => [1,3,4,2] => [-1,-3,-4,-2] => 0
{{1},{2,3},{4}} => [1,3,2,4] => [1,3,2,4] => [-1,-3,-2,-4] => 0
{{1,4},{2},{3}} => [4,2,3,1] => [4,2,3,1] => [-4,-2,-3,-1] => 0
{{1},{2,4},{3}} => [1,4,3,2] => [1,4,3,2] => [-1,-4,-3,-2] => 0
{{1},{2},{3,4}} => [1,2,4,3] => [1,2,4,3] => [-1,-2,-4,-3] => 0
{{1},{2},{3},{4}} => [1,2,3,4] => [1,2,3,4] => [-1,-2,-3,-4] => 0
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
Sparre Andersen's number of positives of a signed permutation.
For $\pi$ a signed permutation of length $n$, first create the tuple $x = (x_1, \dots, x_n)$, where $x_i = c_{|\pi_1|} \operatorname{sgn}(\pi_{|\pi_1|}) + \cdots + c_{|\pi_i|} \operatorname{sgn}(\pi_{|\pi_i|})$ and $(c_1, \dots ,c_n) = (1, 2, \dots, 2^{n-1})$. The actual value of the c-tuple for Andersen's statistic does not matter so long as no sums or differences of any subset of the $c_i$'s is zero. The choice of powers of $2$ is just a convenient choice.
This returns the number of strictly positive values in the $x$-tuple. This is related to the discrete arcsin distribution. The number of signed permutations with value equal to $k$ is given by $\binom{2k}{k} \binom{2n-2k}{n-k} \frac{n!}{2^n}$. This statistic is equidistributed with Sparre Andersen's `Position of Maximum' statistic.
For $\pi$ a signed permutation of length $n$, first create the tuple $x = (x_1, \dots, x_n)$, where $x_i = c_{|\pi_1|} \operatorname{sgn}(\pi_{|\pi_1|}) + \cdots + c_{|\pi_i|} \operatorname{sgn}(\pi_{|\pi_i|})$ and $(c_1, \dots ,c_n) = (1, 2, \dots, 2^{n-1})$. The actual value of the c-tuple for Andersen's statistic does not matter so long as no sums or differences of any subset of the $c_i$'s is zero. The choice of powers of $2$ is just a convenient choice.
This returns the number of strictly positive values in the $x$-tuple. This is related to the discrete arcsin distribution. The number of signed permutations with value equal to $k$ is given by $\binom{2k}{k} \binom{2n-2k}{n-k} \frac{n!}{2^n}$. This statistic is equidistributed with Sparre Andersen's `Position of Maximum' statistic.
Map
bar
Description
Return the signed permutation with all signs reversed.
Map
to permutation
Description
Sends the set partition to the permutation obtained by considering the blocks as increasing cycles.
Map
to signed permutation
Description
The signed permutation with all signs positive.
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!