Processing math: 100%

Identifier
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
click to show known generating functions       
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.
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=11 is 11, because 0011 has no occurrences of 10. The words 1010 and 01010 have image 00.