Identifier
-
Mp00224:
Binary words
—runsort⟶
Binary words
Mp00104: Binary words —reverse⟶ Binary words
Mp00269: Binary words —flag zeros to zeros⟶ Binary words
St001491: Binary words ⟶ ℤ
Values
1 => 1 => 1 => 1 => 1
00 => 00 => 00 => 01 => 1
11 => 11 => 11 => 11 => 2
000 => 000 => 000 => 011 => 1
001 => 001 => 100 => 010 => 1
010 => 001 => 100 => 010 => 1
011 => 011 => 110 => 001 => 1
100 => 001 => 100 => 010 => 1
101 => 011 => 110 => 001 => 1
110 => 011 => 110 => 001 => 1
111 => 111 => 111 => 111 => 3
0000 => 0000 => 0000 => 0111 => 2
0001 => 0001 => 1000 => 0110 => 2
0010 => 0001 => 1000 => 0110 => 2
0011 => 0011 => 1100 => 0101 => 0
0100 => 0001 => 1000 => 0110 => 2
0110 => 0011 => 1100 => 0101 => 0
0111 => 0111 => 1110 => 0011 => 1
1000 => 0001 => 1000 => 0110 => 2
1001 => 0011 => 1100 => 0101 => 0
1010 => 0011 => 1100 => 0101 => 0
1011 => 0111 => 1110 => 0011 => 1
1100 => 0011 => 1100 => 0101 => 0
1101 => 0111 => 1110 => 0011 => 1
1110 => 0111 => 1110 => 0011 => 1
1111 => 1111 => 1111 => 1111 => 4
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 indecomposable projective-injective modules in the algebra corresponding to a subset.
Let An=K[x]/(xn).
We associate to a nonempty subset S of an (n-1)-set the module MS, which is the direct sum of An-modules with indecomposable non-projective direct summands of dimension i when i is in S (note that such modules have vector space dimension at most n-1). Then the corresponding algebra associated to S is the stable endomorphism ring of MS. We decode the subset as a binary word so that for example the subset S={1,3} of {1,2,3} is decoded as 101.
Let An=K[x]/(xn).
We associate to a nonempty subset S of an (n-1)-set the module MS, which is the direct sum of An-modules with indecomposable non-projective direct summands of dimension i when i is in S (note that such modules have vector space dimension at most n-1). Then the corresponding algebra associated to S is the stable endomorphism ring of MS. We decode the subset as a binary word so that for example the subset S={1,3} of {1,2,3} is decoded as 101.
Map
reverse
Description
Return the reversal of a binary word.
Map
runsort
Description
The word obtained by sorting the weakly increasing runs lexicographically.
Map
flag zeros to zeros
Description
Return a binary word of the same length, such that the number of zeros equals the number of occurrences of 10 in the word obtained from the original word by prepending the reverse of the complement.
For example, the image of the word w=1…1 is 1…1, because 0…01…1 has no occurrences of 10. The words 10…10 and 010…10 have image 0…0.
For example, the image of the word w=1…1 is 1…1, because 0…01…1 has no occurrences of 10. The words 10…10 and 010…10 have image 0…0.
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!