Your data matches 11 different statistics following compositions of up to 3 maps.
(click to perform a complete search on your data)
St000630: Binary words ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
0 => 1
1 => 1
00 => 1
01 => 2
10 => 2
11 => 1
000 => 1
001 => 2
010 => 1
011 => 2
100 => 2
101 => 1
110 => 2
111 => 1
0000 => 1
0001 => 2
0010 => 2
0011 => 2
0100 => 2
0101 => 2
0110 => 1
0111 => 2
1000 => 2
1001 => 1
1010 => 2
1011 => 2
1100 => 2
1101 => 2
1110 => 2
1111 => 1
00000 => 1
00001 => 2
00010 => 2
00011 => 2
00100 => 1
00101 => 2
00110 => 2
00111 => 2
01000 => 2
01001 => 2
01010 => 1
01011 => 2
01100 => 2
01101 => 2
01110 => 1
01111 => 2
10000 => 2
10001 => 1
10010 => 2
10011 => 2
Description
The length of the shortest palindromic decomposition of a binary word. A palindromic decomposition (paldec for short) of a word $w=a_1,\dots,a_n$ is any list of factors $p_1,\dots,p_k$ such that $w=p_1\dots p_k$ and each $p_i$ is a palindrome, i.e. coincides with itself read backwards.
Matching statistic: St000526
Mp00178: Binary words to compositionInteger compositions
Mp00180: Integer compositions to ribbonSkew partitions
Mp00185: Skew partitions cell posetPosets
St000526: Posets ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
0 => [2] => [[2],[]]
=> ([(0,1)],2)
=> 1
1 => [1,1] => [[1,1],[]]
=> ([(0,1)],2)
=> 1
00 => [3] => [[3],[]]
=> ([(0,2),(2,1)],3)
=> 1
01 => [2,1] => [[2,2],[1]]
=> ([(0,2),(1,2)],3)
=> 2
10 => [1,2] => [[2,1],[]]
=> ([(0,1),(0,2)],3)
=> 2
11 => [1,1,1] => [[1,1,1],[]]
=> ([(0,2),(2,1)],3)
=> 1
000 => [4] => [[4],[]]
=> ([(0,3),(2,1),(3,2)],4)
=> 1
001 => [3,1] => [[3,3],[2]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
010 => [2,2] => [[3,2],[1]]
=> ([(0,3),(1,2),(1,3)],4)
=> 1
011 => [2,1,1] => [[2,2,2],[1,1]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
100 => [1,3] => [[3,1],[]]
=> ([(0,2),(0,3),(3,1)],4)
=> 2
101 => [1,2,1] => [[2,2,1],[1]]
=> ([(0,3),(1,2),(1,3)],4)
=> 1
110 => [1,1,2] => [[2,1,1],[]]
=> ([(0,2),(0,3),(3,1)],4)
=> 2
111 => [1,1,1,1] => [[1,1,1,1],[]]
=> ([(0,3),(2,1),(3,2)],4)
=> 1
0000 => [5] => [[5],[]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 1
0001 => [4,1] => [[4,4],[3]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> 2
0010 => [3,2] => [[4,3],[2]]
=> ([(0,3),(1,2),(1,4),(3,4)],5)
=> 2
0011 => [3,1,1] => [[3,3,3],[2,2]]
=> ([(0,3),(1,2),(2,4),(3,4)],5)
=> 2
0100 => [2,3] => [[4,2],[1]]
=> ([(0,4),(1,2),(1,4),(2,3)],5)
=> 2
0101 => [2,2,1] => [[3,3,2],[2,1]]
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> 2
0110 => [2,1,2] => [[3,2,2],[1,1]]
=> ([(0,4),(1,2),(1,3),(3,4)],5)
=> 1
0111 => [2,1,1,1] => [[2,2,2,2],[1,1,1]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> 2
1000 => [1,4] => [[4,1],[]]
=> ([(0,2),(0,4),(3,1),(4,3)],5)
=> 2
1001 => [1,3,1] => [[3,3,1],[2]]
=> ([(0,4),(1,2),(1,3),(3,4)],5)
=> 1
1010 => [1,2,2] => [[3,2,1],[1]]
=> ([(0,3),(0,4),(1,2),(1,4)],5)
=> 2
1011 => [1,2,1,1] => [[2,2,2,1],[1,1]]
=> ([(0,3),(1,2),(1,4),(3,4)],5)
=> 2
1100 => [1,1,3] => [[3,1,1],[]]
=> ([(0,3),(0,4),(3,2),(4,1)],5)
=> 2
1101 => [1,1,2,1] => [[2,2,1,1],[1]]
=> ([(0,4),(1,2),(1,4),(2,3)],5)
=> 2
1110 => [1,1,1,2] => [[2,1,1,1],[]]
=> ([(0,2),(0,4),(3,1),(4,3)],5)
=> 2
1111 => [1,1,1,1,1] => [[1,1,1,1,1],[]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 1
00000 => [6] => [[6],[]]
=> ([(0,5),(2,4),(3,2),(4,1),(5,3)],6)
=> 1
00001 => [5,1] => [[5,5],[4]]
=> ([(0,5),(1,4),(2,5),(3,2),(4,3)],6)
=> 2
00010 => [4,2] => [[5,4],[3]]
=> ([(0,4),(1,3),(1,5),(2,5),(4,2)],6)
=> 2
00011 => [4,1,1] => [[4,4,4],[3,3]]
=> ([(0,3),(1,4),(2,5),(3,5),(4,2)],6)
=> 2
00100 => [3,3] => [[5,3],[2]]
=> ([(0,3),(1,4),(1,5),(3,5),(4,2)],6)
=> 1
00101 => [3,2,1] => [[4,4,3],[3,2]]
=> ([(0,4),(1,4),(1,5),(2,3),(3,5)],6)
=> 2
00110 => [3,1,2] => [[4,3,3],[2,2]]
=> ([(0,4),(1,2),(1,3),(3,5),(4,5)],6)
=> 2
00111 => [3,1,1,1] => [[3,3,3,3],[2,2,2]]
=> ([(0,3),(1,4),(2,5),(3,5),(4,2)],6)
=> 2
01000 => [2,4] => [[5,2],[1]]
=> ([(0,5),(1,4),(1,5),(3,2),(4,3)],6)
=> 2
01001 => [2,3,1] => [[4,4,2],[3,1]]
=> ([(0,5),(1,4),(2,3),(2,4),(3,5)],6)
=> 2
01010 => [2,2,2] => [[4,3,2],[2,1]]
=> ([(0,4),(1,4),(1,5),(2,3),(2,5)],6)
=> 1
01011 => [2,2,1,1] => [[3,3,3,2],[2,2,1]]
=> ([(0,4),(1,4),(1,5),(2,3),(3,5)],6)
=> 2
01100 => [2,1,3] => [[4,2,2],[1,1]]
=> ([(0,5),(1,3),(1,4),(3,5),(4,2)],6)
=> 2
01101 => [2,1,2,1] => [[3,3,2,2],[2,1,1]]
=> ([(0,5),(1,4),(2,3),(2,4),(3,5)],6)
=> 2
01110 => [2,1,1,2] => [[3,2,2,2],[1,1,1]]
=> ([(0,5),(1,2),(1,4),(3,5),(4,3)],6)
=> 1
01111 => [2,1,1,1,1] => [[2,2,2,2,2],[1,1,1,1]]
=> ([(0,5),(1,4),(2,5),(3,2),(4,3)],6)
=> 2
10000 => [1,5] => [[5,1],[]]
=> ([(0,2),(0,5),(3,4),(4,1),(5,3)],6)
=> 2
10001 => [1,4,1] => [[4,4,1],[3]]
=> ([(0,5),(1,2),(1,4),(3,5),(4,3)],6)
=> 1
10010 => [1,3,2] => [[4,3,1],[2]]
=> ([(0,4),(0,5),(1,2),(1,3),(3,5)],6)
=> 2
10011 => [1,3,1,1] => [[3,3,3,1],[2,2]]
=> ([(0,4),(1,2),(1,3),(3,5),(4,5)],6)
=> 2
Description
The number of posets with combinatorially isomorphic order polytopes.
Mp00178: Binary words to compositionInteger compositions
Mp00231: Integer compositions bounce pathDyck paths
Mp00023: Dyck paths to non-crossing permutationPermutations
St000402: Permutations ⟶ ℤResult quality: 97% values known / values provided: 97%distinct values known / distinct values provided: 100%
Values
0 => [2] => [1,1,0,0]
=> [2,1] => 1
1 => [1,1] => [1,0,1,0]
=> [1,2] => 1
00 => [3] => [1,1,1,0,0,0]
=> [3,2,1] => 1
01 => [2,1] => [1,1,0,0,1,0]
=> [2,1,3] => 2
10 => [1,2] => [1,0,1,1,0,0]
=> [1,3,2] => 2
11 => [1,1,1] => [1,0,1,0,1,0]
=> [1,2,3] => 1
000 => [4] => [1,1,1,1,0,0,0,0]
=> [4,3,2,1] => 1
001 => [3,1] => [1,1,1,0,0,0,1,0]
=> [3,2,1,4] => 2
010 => [2,2] => [1,1,0,0,1,1,0,0]
=> [2,1,4,3] => 1
011 => [2,1,1] => [1,1,0,0,1,0,1,0]
=> [2,1,3,4] => 2
100 => [1,3] => [1,0,1,1,1,0,0,0]
=> [1,4,3,2] => 2
101 => [1,2,1] => [1,0,1,1,0,0,1,0]
=> [1,3,2,4] => 1
110 => [1,1,2] => [1,0,1,0,1,1,0,0]
=> [1,2,4,3] => 2
111 => [1,1,1,1] => [1,0,1,0,1,0,1,0]
=> [1,2,3,4] => 1
0000 => [5] => [1,1,1,1,1,0,0,0,0,0]
=> [5,4,3,2,1] => 1
0001 => [4,1] => [1,1,1,1,0,0,0,0,1,0]
=> [4,3,2,1,5] => 2
0010 => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> [3,2,1,5,4] => 2
0011 => [3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> [3,2,1,4,5] => 2
0100 => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> [2,1,5,4,3] => 2
0101 => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> [2,1,4,3,5] => 2
0110 => [2,1,2] => [1,1,0,0,1,0,1,1,0,0]
=> [2,1,3,5,4] => 1
0111 => [2,1,1,1] => [1,1,0,0,1,0,1,0,1,0]
=> [2,1,3,4,5] => 2
1000 => [1,4] => [1,0,1,1,1,1,0,0,0,0]
=> [1,5,4,3,2] => 2
1001 => [1,3,1] => [1,0,1,1,1,0,0,0,1,0]
=> [1,4,3,2,5] => 1
1010 => [1,2,2] => [1,0,1,1,0,0,1,1,0,0]
=> [1,3,2,5,4] => 2
1011 => [1,2,1,1] => [1,0,1,1,0,0,1,0,1,0]
=> [1,3,2,4,5] => 2
1100 => [1,1,3] => [1,0,1,0,1,1,1,0,0,0]
=> [1,2,5,4,3] => 2
1101 => [1,1,2,1] => [1,0,1,0,1,1,0,0,1,0]
=> [1,2,4,3,5] => 2
1110 => [1,1,1,2] => [1,0,1,0,1,0,1,1,0,0]
=> [1,2,3,5,4] => 2
1111 => [1,1,1,1,1] => [1,0,1,0,1,0,1,0,1,0]
=> [1,2,3,4,5] => 1
00000 => [6] => [1,1,1,1,1,1,0,0,0,0,0,0]
=> [6,5,4,3,2,1] => 1
00001 => [5,1] => [1,1,1,1,1,0,0,0,0,0,1,0]
=> [5,4,3,2,1,6] => 2
00010 => [4,2] => [1,1,1,1,0,0,0,0,1,1,0,0]
=> [4,3,2,1,6,5] => 2
00011 => [4,1,1] => [1,1,1,1,0,0,0,0,1,0,1,0]
=> [4,3,2,1,5,6] => 2
00100 => [3,3] => [1,1,1,0,0,0,1,1,1,0,0,0]
=> [3,2,1,6,5,4] => 1
00101 => [3,2,1] => [1,1,1,0,0,0,1,1,0,0,1,0]
=> [3,2,1,5,4,6] => 2
00110 => [3,1,2] => [1,1,1,0,0,0,1,0,1,1,0,0]
=> [3,2,1,4,6,5] => 2
00111 => [3,1,1,1] => [1,1,1,0,0,0,1,0,1,0,1,0]
=> [3,2,1,4,5,6] => 2
01000 => [2,4] => [1,1,0,0,1,1,1,1,0,0,0,0]
=> [2,1,6,5,4,3] => 2
01001 => [2,3,1] => [1,1,0,0,1,1,1,0,0,0,1,0]
=> [2,1,5,4,3,6] => 2
01010 => [2,2,2] => [1,1,0,0,1,1,0,0,1,1,0,0]
=> [2,1,4,3,6,5] => 1
01011 => [2,2,1,1] => [1,1,0,0,1,1,0,0,1,0,1,0]
=> [2,1,4,3,5,6] => 2
01100 => [2,1,3] => [1,1,0,0,1,0,1,1,1,0,0,0]
=> [2,1,3,6,5,4] => 2
01101 => [2,1,2,1] => [1,1,0,0,1,0,1,1,0,0,1,0]
=> [2,1,3,5,4,6] => 2
01110 => [2,1,1,2] => [1,1,0,0,1,0,1,0,1,1,0,0]
=> [2,1,3,4,6,5] => 1
01111 => [2,1,1,1,1] => [1,1,0,0,1,0,1,0,1,0,1,0]
=> [2,1,3,4,5,6] => 2
10000 => [1,5] => [1,0,1,1,1,1,1,0,0,0,0,0]
=> [1,6,5,4,3,2] => 2
10001 => [1,4,1] => [1,0,1,1,1,1,0,0,0,0,1,0]
=> [1,5,4,3,2,6] => 1
10010 => [1,3,2] => [1,0,1,1,1,0,0,0,1,1,0,0]
=> [1,4,3,2,6,5] => 2
10011 => [1,3,1,1] => [1,0,1,1,1,0,0,0,1,0,1,0]
=> [1,4,3,2,5,6] => 2
010101 => [2,2,2,1] => [1,1,0,0,1,1,0,0,1,1,0,0,1,0]
=> [2,1,4,3,6,5,7] => ? = 2
011100 => [2,1,1,3] => [1,1,0,0,1,0,1,0,1,1,1,0,0,0]
=> [2,1,3,4,7,6,5] => ? = 2
Description
Half the size of the symmetry class of a permutation. The symmetry class of a permutation $\pi$ is the set of all permutations that can be obtained from $\pi$ by the three elementary operations '''inverse''' ([[Mp00066]]), '''reverse''' ([[Mp00064]]), and '''complement''' ([[Mp00069]]). This statistic is undefined for the unique permutation on one element, because its value would be $1/2$.
Matching statistic: St000260
Mp00135: Binary words rotate front-to-backBinary words
Mp00097: Binary words delta morphismInteger compositions
Mp00184: Integer compositions to threshold graphGraphs
St000260: Graphs ⟶ ℤResult quality: 51% values known / values provided: 51%distinct values known / distinct values provided: 100%
Values
0 => 0 => [1] => ([],1)
=> 0 = 1 - 1
1 => 1 => [1] => ([],1)
=> 0 = 1 - 1
00 => 00 => [2] => ([],2)
=> ? = 1 - 1
01 => 10 => [1,1] => ([(0,1)],2)
=> 1 = 2 - 1
10 => 01 => [1,1] => ([(0,1)],2)
=> 1 = 2 - 1
11 => 11 => [2] => ([],2)
=> ? = 1 - 1
000 => 000 => [3] => ([],3)
=> ? = 1 - 1
001 => 010 => [1,1,1] => ([(0,1),(0,2),(1,2)],3)
=> 1 = 2 - 1
010 => 100 => [1,2] => ([(1,2)],3)
=> ? = 1 - 1
011 => 110 => [2,1] => ([(0,2),(1,2)],3)
=> 1 = 2 - 1
100 => 001 => [2,1] => ([(0,2),(1,2)],3)
=> 1 = 2 - 1
101 => 011 => [1,2] => ([(1,2)],3)
=> ? = 1 - 1
110 => 101 => [1,1,1] => ([(0,1),(0,2),(1,2)],3)
=> 1 = 2 - 1
111 => 111 => [3] => ([],3)
=> ? = 1 - 1
0000 => 0000 => [4] => ([],4)
=> ? = 1 - 1
0001 => 0010 => [2,1,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 1 = 2 - 1
0010 => 0100 => [1,1,2] => ([(1,2),(1,3),(2,3)],4)
=> ? = 2 - 1
0011 => 0110 => [1,2,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 1 = 2 - 1
0100 => 1000 => [1,3] => ([(2,3)],4)
=> ? = 2 - 1
0101 => 1010 => [1,1,1,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 1 = 2 - 1
0110 => 1100 => [2,2] => ([(1,3),(2,3)],4)
=> ? = 1 - 1
0111 => 1110 => [3,1] => ([(0,3),(1,3),(2,3)],4)
=> 1 = 2 - 1
1000 => 0001 => [3,1] => ([(0,3),(1,3),(2,3)],4)
=> 1 = 2 - 1
1001 => 0011 => [2,2] => ([(1,3),(2,3)],4)
=> ? = 1 - 1
1010 => 0101 => [1,1,1,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 1 = 2 - 1
1011 => 0111 => [1,3] => ([(2,3)],4)
=> ? = 2 - 1
1100 => 1001 => [1,2,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 1 = 2 - 1
1101 => 1011 => [1,1,2] => ([(1,2),(1,3),(2,3)],4)
=> ? = 2 - 1
1110 => 1101 => [2,1,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 1 = 2 - 1
1111 => 1111 => [4] => ([],4)
=> ? = 1 - 1
00000 => 00000 => [5] => ([],5)
=> ? = 1 - 1
00001 => 00010 => [3,1,1] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1 = 2 - 1
00010 => 00100 => [2,1,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? = 2 - 1
00011 => 00110 => [2,2,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1 = 2 - 1
00100 => 01000 => [1,1,3] => ([(2,3),(2,4),(3,4)],5)
=> ? = 1 - 1
00101 => 01010 => [1,1,1,1,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1 = 2 - 1
00110 => 01100 => [1,2,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ? = 2 - 1
00111 => 01110 => [1,3,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> 1 = 2 - 1
01000 => 10000 => [1,4] => ([(3,4)],5)
=> ? = 2 - 1
01001 => 10010 => [1,2,1,1] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1 = 2 - 1
01010 => 10100 => [1,1,1,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? = 1 - 1
01011 => 10110 => [1,1,2,1] => ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1 = 2 - 1
01100 => 11000 => [2,3] => ([(2,4),(3,4)],5)
=> ? = 2 - 1
01101 => 11010 => [2,1,1,1] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1 = 2 - 1
01110 => 11100 => [3,2] => ([(1,4),(2,4),(3,4)],5)
=> ? = 1 - 1
01111 => 11110 => [4,1] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 1 = 2 - 1
10000 => 00001 => [4,1] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 1 = 2 - 1
10001 => 00011 => [3,2] => ([(1,4),(2,4),(3,4)],5)
=> ? = 1 - 1
10010 => 00101 => [2,1,1,1] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1 = 2 - 1
10011 => 00111 => [2,3] => ([(2,4),(3,4)],5)
=> ? = 2 - 1
10100 => 01001 => [1,1,2,1] => ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1 = 2 - 1
10101 => 01011 => [1,1,1,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? = 1 - 1
10110 => 01101 => [1,2,1,1] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1 = 2 - 1
10111 => 01111 => [1,4] => ([(3,4)],5)
=> ? = 2 - 1
11000 => 10001 => [1,3,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> 1 = 2 - 1
11001 => 10011 => [1,2,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ? = 2 - 1
11010 => 10101 => [1,1,1,1,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1 = 2 - 1
11011 => 10111 => [1,1,3] => ([(2,3),(2,4),(3,4)],5)
=> ? = 1 - 1
11100 => 11001 => [2,2,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1 = 2 - 1
11101 => 11011 => [2,1,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? = 2 - 1
11110 => 11101 => [3,1,1] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1 = 2 - 1
11111 => 11111 => [5] => ([],5)
=> ? = 1 - 1
010101 => 101010 => [1,1,1,1,1,1] => ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 1 = 2 - 1
011100 => 111000 => [3,3] => ([(2,5),(3,5),(4,5)],6)
=> ? = 2 - 1
110001 => 100011 => [1,3,2] => ([(1,5),(2,5),(3,4),(3,5),(4,5)],6)
=> ? = 2 - 1
Description
The radius of a connected graph. This is the minimum eccentricity of any vertex.
Mp00262: Binary words poset of factorsPosets
Mp00195: Posets order idealsLattices
St001624: Lattices ⟶ ℤResult quality: 18% values known / values provided: 18%distinct values known / distinct values provided: 100%
Values
0 => ([(0,1)],2)
=> ([(0,2),(2,1)],3)
=> 1
1 => ([(0,1)],2)
=> ([(0,2),(2,1)],3)
=> 1
00 => ([(0,2),(2,1)],3)
=> ([(0,3),(2,1),(3,2)],4)
=> 1
01 => ([(0,1),(0,2),(1,3),(2,3)],4)
=> ([(0,4),(1,5),(2,5),(4,1),(4,2),(5,3)],6)
=> 2
10 => ([(0,1),(0,2),(1,3),(2,3)],4)
=> ([(0,4),(1,5),(2,5),(4,1),(4,2),(5,3)],6)
=> 2
11 => ([(0,2),(2,1)],3)
=> ([(0,3),(2,1),(3,2)],4)
=> 1
000 => ([(0,3),(2,1),(3,2)],4)
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 1
001 => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> ([(0,6),(1,7),(2,9),(4,8),(5,1),(5,9),(6,2),(6,5),(7,8),(8,3),(9,4),(9,7)],10)
=> ? = 2
010 => ([(0,1),(0,2),(1,4),(1,5),(2,4),(2,5),(4,3),(5,3)],6)
=> ([(0,6),(1,8),(2,8),(3,7),(4,7),(6,1),(6,2),(7,5),(8,3),(8,4)],9)
=> ? = 1
011 => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> ([(0,6),(1,7),(2,9),(4,8),(5,1),(5,9),(6,2),(6,5),(7,8),(8,3),(9,4),(9,7)],10)
=> ? = 2
100 => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> ([(0,6),(1,7),(2,9),(4,8),(5,1),(5,9),(6,2),(6,5),(7,8),(8,3),(9,4),(9,7)],10)
=> ? = 2
101 => ([(0,1),(0,2),(1,4),(1,5),(2,4),(2,5),(4,3),(5,3)],6)
=> ([(0,6),(1,8),(2,8),(3,7),(4,7),(6,1),(6,2),(7,5),(8,3),(8,4)],9)
=> ? = 1
110 => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> ([(0,6),(1,7),(2,9),(4,8),(5,1),(5,9),(6,2),(6,5),(7,8),(8,3),(9,4),(9,7)],10)
=> ? = 2
111 => ([(0,3),(2,1),(3,2)],4)
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 1
0000 => ([(0,4),(2,3),(3,1),(4,2)],5)
=> ([(0,5),(2,4),(3,2),(4,1),(5,3)],6)
=> 1
0001 => ([(0,2),(0,4),(1,6),(2,5),(3,1),(3,7),(4,3),(4,5),(5,7),(7,6)],8)
=> ([(0,8),(1,14),(3,13),(4,12),(5,11),(6,7),(6,12),(7,5),(7,9),(8,4),(8,6),(9,11),(9,13),(10,14),(11,10),(12,3),(12,9),(13,1),(13,10),(14,2)],15)
=> ? = 2
0010 => ([(0,2),(0,3),(1,6),(2,7),(2,8),(3,1),(3,7),(3,8),(5,4),(6,4),(7,5),(8,5),(8,6)],9)
=> ([(0,9),(2,14),(2,15),(3,13),(3,14),(4,17),(5,12),(6,11),(7,10),(8,7),(8,17),(9,4),(9,8),(10,13),(10,15),(11,16),(12,16),(13,18),(14,6),(14,18),(15,5),(15,18),(16,1),(17,2),(17,3),(17,10),(18,11),(18,12)],19)
=> ? = 2
0011 => ([(0,3),(0,4),(1,7),(2,6),(3,2),(3,5),(4,1),(4,5),(5,6),(5,7),(6,8),(7,8)],9)
=> ([(0,9),(2,16),(2,17),(3,13),(4,12),(5,10),(6,11),(7,5),(7,15),(8,6),(8,15),(9,7),(9,8),(10,14),(10,16),(11,14),(11,17),(12,18),(13,18),(14,19),(15,2),(15,10),(15,11),(16,4),(16,19),(17,3),(17,19),(18,1),(19,12),(19,13)],20)
=> ? = 2
0100 => ([(0,2),(0,3),(1,6),(2,7),(2,8),(3,1),(3,7),(3,8),(5,4),(6,4),(7,5),(8,5),(8,6)],9)
=> ([(0,9),(2,14),(2,15),(3,13),(3,14),(4,17),(5,12),(6,11),(7,10),(8,7),(8,17),(9,4),(9,8),(10,13),(10,15),(11,16),(12,16),(13,18),(14,6),(14,18),(15,5),(15,18),(16,1),(17,2),(17,3),(17,10),(18,11),(18,12)],19)
=> ? = 2
0101 => ([(0,1),(0,2),(1,6),(1,7),(2,6),(2,7),(4,3),(5,3),(6,4),(6,5),(7,4),(7,5)],8)
=> ([(0,8),(2,11),(3,11),(4,9),(5,9),(6,10),(7,10),(8,2),(8,3),(9,1),(10,4),(10,5),(11,6),(11,7)],12)
=> ? = 2
0110 => ([(0,2),(0,3),(1,5),(1,6),(2,7),(2,8),(3,1),(3,7),(3,8),(5,4),(6,4),(7,6),(8,5)],9)
=> ([(0,9),(2,17),(3,11),(3,15),(4,11),(4,14),(5,12),(6,13),(7,10),(8,7),(8,17),(9,2),(9,8),(10,14),(10,15),(11,18),(12,16),(13,16),(14,5),(14,18),(15,6),(15,18),(16,1),(17,3),(17,4),(17,10),(18,12),(18,13)],19)
=> ? = 1
0111 => ([(0,2),(0,4),(1,6),(2,5),(3,1),(3,7),(4,3),(4,5),(5,7),(7,6)],8)
=> ([(0,8),(1,14),(3,13),(4,12),(5,11),(6,7),(6,12),(7,5),(7,9),(8,4),(8,6),(9,11),(9,13),(10,14),(11,10),(12,3),(12,9),(13,1),(13,10),(14,2)],15)
=> ? = 2
1000 => ([(0,2),(0,4),(1,6),(2,5),(3,1),(3,7),(4,3),(4,5),(5,7),(7,6)],8)
=> ([(0,8),(1,14),(3,13),(4,12),(5,11),(6,7),(6,12),(7,5),(7,9),(8,4),(8,6),(9,11),(9,13),(10,14),(11,10),(12,3),(12,9),(13,1),(13,10),(14,2)],15)
=> ? = 2
1001 => ([(0,2),(0,3),(1,5),(1,6),(2,7),(2,8),(3,1),(3,7),(3,8),(5,4),(6,4),(7,6),(8,5)],9)
=> ([(0,9),(2,17),(3,11),(3,15),(4,11),(4,14),(5,12),(6,13),(7,10),(8,7),(8,17),(9,2),(9,8),(10,14),(10,15),(11,18),(12,16),(13,16),(14,5),(14,18),(15,6),(15,18),(16,1),(17,3),(17,4),(17,10),(18,12),(18,13)],19)
=> ? = 1
1010 => ([(0,1),(0,2),(1,6),(1,7),(2,6),(2,7),(4,3),(5,3),(6,4),(6,5),(7,4),(7,5)],8)
=> ([(0,8),(2,11),(3,11),(4,9),(5,9),(6,10),(7,10),(8,2),(8,3),(9,1),(10,4),(10,5),(11,6),(11,7)],12)
=> ? = 2
1011 => ([(0,2),(0,3),(1,6),(2,7),(2,8),(3,1),(3,7),(3,8),(5,4),(6,4),(7,5),(8,5),(8,6)],9)
=> ([(0,9),(2,14),(2,15),(3,13),(3,14),(4,17),(5,12),(6,11),(7,10),(8,7),(8,17),(9,4),(9,8),(10,13),(10,15),(11,16),(12,16),(13,18),(14,6),(14,18),(15,5),(15,18),(16,1),(17,2),(17,3),(17,10),(18,11),(18,12)],19)
=> ? = 2
1100 => ([(0,3),(0,4),(1,7),(2,6),(3,2),(3,5),(4,1),(4,5),(5,6),(5,7),(6,8),(7,8)],9)
=> ([(0,9),(2,16),(2,17),(3,13),(4,12),(5,10),(6,11),(7,5),(7,15),(8,6),(8,15),(9,7),(9,8),(10,14),(10,16),(11,14),(11,17),(12,18),(13,18),(14,19),(15,2),(15,10),(15,11),(16,4),(16,19),(17,3),(17,19),(18,1),(19,12),(19,13)],20)
=> ? = 2
1101 => ([(0,2),(0,3),(1,6),(2,7),(2,8),(3,1),(3,7),(3,8),(5,4),(6,4),(7,5),(8,5),(8,6)],9)
=> ([(0,9),(2,14),(2,15),(3,13),(3,14),(4,17),(5,12),(6,11),(7,10),(8,7),(8,17),(9,4),(9,8),(10,13),(10,15),(11,16),(12,16),(13,18),(14,6),(14,18),(15,5),(15,18),(16,1),(17,2),(17,3),(17,10),(18,11),(18,12)],19)
=> ? = 2
1110 => ([(0,2),(0,4),(1,6),(2,5),(3,1),(3,7),(4,3),(4,5),(5,7),(7,6)],8)
=> ([(0,8),(1,14),(3,13),(4,12),(5,11),(6,7),(6,12),(7,5),(7,9),(8,4),(8,6),(9,11),(9,13),(10,14),(11,10),(12,3),(12,9),(13,1),(13,10),(14,2)],15)
=> ? = 2
1111 => ([(0,4),(2,3),(3,1),(4,2)],5)
=> ([(0,5),(2,4),(3,2),(4,1),(5,3)],6)
=> 1
00000 => ([(0,5),(2,4),(3,2),(4,1),(5,3)],6)
=> ([(0,6),(2,3),(3,5),(4,2),(5,1),(6,4)],7)
=> 1
00001 => ([(0,2),(0,5),(1,7),(2,6),(3,4),(3,9),(4,1),(4,8),(5,3),(5,6),(6,9),(8,7),(9,8)],10)
=> ?
=> ? = 2
00010 => ([(0,3),(0,4),(1,2),(1,11),(2,8),(3,9),(3,10),(4,1),(4,9),(4,10),(6,7),(7,5),(8,5),(9,6),(10,6),(10,11),(11,7),(11,8)],12)
=> ?
=> ? = 2
00011 => ([(0,4),(0,5),(1,9),(2,3),(2,11),(3,8),(4,1),(4,10),(5,2),(5,10),(7,6),(8,6),(9,7),(10,9),(10,11),(11,7),(11,8)],12)
=> ?
=> ? = 2
00100 => ([(0,2),(0,3),(1,5),(1,6),(2,10),(2,11),(3,1),(3,10),(3,11),(5,8),(6,7),(7,4),(8,4),(9,7),(9,8),(10,6),(10,9),(11,5),(11,9)],12)
=> ?
=> ? = 1
00101 => ([(0,2),(0,3),(1,8),(2,10),(2,11),(3,1),(3,10),(3,11),(5,6),(6,4),(7,4),(8,7),(9,6),(9,7),(10,5),(10,9),(11,5),(11,8),(11,9)],12)
=> ?
=> ? = 2
00110 => ([(0,3),(0,4),(1,9),(2,6),(2,11),(3,2),(3,10),(3,12),(4,1),(4,10),(4,12),(6,7),(7,5),(8,5),(9,8),(10,6),(11,7),(11,8),(12,9),(12,11)],13)
=> ?
=> ? = 2
00111 => ([(0,4),(0,5),(1,9),(2,3),(2,11),(3,8),(4,1),(4,10),(5,2),(5,10),(7,6),(8,6),(9,7),(10,9),(10,11),(11,7),(11,8)],12)
=> ?
=> ? = 2
01000 => ([(0,3),(0,4),(1,2),(1,11),(2,8),(3,9),(3,10),(4,1),(4,9),(4,10),(6,7),(7,5),(8,5),(9,6),(10,6),(10,11),(11,7),(11,8)],12)
=> ?
=> ? = 2
01001 => ([(0,2),(0,3),(1,5),(1,9),(2,10),(2,11),(3,1),(3,10),(3,11),(5,7),(6,8),(7,4),(8,4),(9,7),(9,8),(10,5),(10,6),(11,6),(11,9)],12)
=> ?
=> ? = 2
01010 => ([(0,1),(0,2),(1,8),(1,9),(2,8),(2,9),(4,3),(5,3),(6,4),(6,5),(7,4),(7,5),(8,6),(8,7),(9,6),(9,7)],10)
=> ([(0,10),(2,14),(3,14),(4,11),(5,11),(6,13),(7,13),(8,12),(9,12),(10,2),(10,3),(11,1),(12,6),(12,7),(13,4),(13,5),(14,8),(14,9)],15)
=> ? = 1
01011 => ([(0,2),(0,3),(1,8),(2,10),(2,11),(3,1),(3,10),(3,11),(5,6),(6,4),(7,4),(8,7),(9,6),(9,7),(10,5),(10,9),(11,5),(11,8),(11,9)],12)
=> ?
=> ? = 2
01100 => ([(0,3),(0,4),(1,9),(2,6),(2,11),(3,2),(3,10),(3,12),(4,1),(4,10),(4,12),(6,7),(7,5),(8,5),(9,8),(10,6),(11,7),(11,8),(12,9),(12,11)],13)
=> ?
=> ? = 2
01101 => ([(0,2),(0,3),(1,5),(1,9),(2,10),(2,11),(3,1),(3,10),(3,11),(5,7),(6,8),(7,4),(8,4),(9,7),(9,8),(10,5),(10,6),(11,6),(11,9)],12)
=> ?
=> ? = 2
01110 => ([(0,3),(0,4),(1,2),(1,10),(1,11),(2,8),(2,9),(3,6),(3,7),(4,1),(4,6),(4,7),(6,11),(7,10),(8,5),(9,5),(10,8),(11,9)],12)
=> ?
=> ? = 1
01111 => ([(0,2),(0,5),(1,7),(2,6),(3,4),(3,9),(4,1),(4,8),(5,3),(5,6),(6,9),(8,7),(9,8)],10)
=> ?
=> ? = 2
10000 => ([(0,2),(0,5),(1,7),(2,6),(3,4),(3,9),(4,1),(4,8),(5,3),(5,6),(6,9),(8,7),(9,8)],10)
=> ?
=> ? = 2
10001 => ([(0,3),(0,4),(1,2),(1,10),(1,11),(2,8),(2,9),(3,6),(3,7),(4,1),(4,6),(4,7),(6,11),(7,10),(8,5),(9,5),(10,8),(11,9)],12)
=> ?
=> ? = 1
10010 => ([(0,2),(0,3),(1,5),(1,9),(2,10),(2,11),(3,1),(3,10),(3,11),(5,7),(6,8),(7,4),(8,4),(9,7),(9,8),(10,5),(10,6),(11,6),(11,9)],12)
=> ?
=> ? = 2
10011 => ([(0,3),(0,4),(1,9),(2,6),(2,11),(3,2),(3,10),(3,12),(4,1),(4,10),(4,12),(6,7),(7,5),(8,5),(9,8),(10,6),(11,7),(11,8),(12,9),(12,11)],13)
=> ?
=> ? = 2
10100 => ([(0,2),(0,3),(1,8),(2,10),(2,11),(3,1),(3,10),(3,11),(5,6),(6,4),(7,4),(8,7),(9,6),(9,7),(10,5),(10,9),(11,5),(11,8),(11,9)],12)
=> ?
=> ? = 2
10101 => ([(0,1),(0,2),(1,8),(1,9),(2,8),(2,9),(4,3),(5,3),(6,4),(6,5),(7,4),(7,5),(8,6),(8,7),(9,6),(9,7)],10)
=> ([(0,10),(2,14),(3,14),(4,11),(5,11),(6,13),(7,13),(8,12),(9,12),(10,2),(10,3),(11,1),(12,6),(12,7),(13,4),(13,5),(14,8),(14,9)],15)
=> ? = 1
10110 => ([(0,2),(0,3),(1,5),(1,9),(2,10),(2,11),(3,1),(3,10),(3,11),(5,7),(6,8),(7,4),(8,4),(9,7),(9,8),(10,5),(10,6),(11,6),(11,9)],12)
=> ?
=> ? = 2
10111 => ([(0,3),(0,4),(1,2),(1,11),(2,8),(3,9),(3,10),(4,1),(4,9),(4,10),(6,7),(7,5),(8,5),(9,6),(10,6),(10,11),(11,7),(11,8)],12)
=> ?
=> ? = 2
11000 => ([(0,4),(0,5),(1,9),(2,3),(2,11),(3,8),(4,1),(4,10),(5,2),(5,10),(7,6),(8,6),(9,7),(10,9),(10,11),(11,7),(11,8)],12)
=> ?
=> ? = 2
11001 => ([(0,3),(0,4),(1,9),(2,6),(2,11),(3,2),(3,10),(3,12),(4,1),(4,10),(4,12),(6,7),(7,5),(8,5),(9,8),(10,6),(11,7),(11,8),(12,9),(12,11)],13)
=> ?
=> ? = 2
11010 => ([(0,2),(0,3),(1,8),(2,10),(2,11),(3,1),(3,10),(3,11),(5,6),(6,4),(7,4),(8,7),(9,6),(9,7),(10,5),(10,9),(11,5),(11,8),(11,9)],12)
=> ?
=> ? = 2
11011 => ([(0,2),(0,3),(1,5),(1,6),(2,10),(2,11),(3,1),(3,10),(3,11),(5,8),(6,7),(7,4),(8,4),(9,7),(9,8),(10,6),(10,9),(11,5),(11,9)],12)
=> ?
=> ? = 1
11100 => ([(0,4),(0,5),(1,9),(2,3),(2,11),(3,8),(4,1),(4,10),(5,2),(5,10),(7,6),(8,6),(9,7),(10,9),(10,11),(11,7),(11,8)],12)
=> ?
=> ? = 2
11101 => ([(0,3),(0,4),(1,2),(1,11),(2,8),(3,9),(3,10),(4,1),(4,9),(4,10),(6,7),(7,5),(8,5),(9,6),(10,6),(10,11),(11,7),(11,8)],12)
=> ?
=> ? = 2
11110 => ([(0,2),(0,5),(1,7),(2,6),(3,4),(3,9),(4,1),(4,8),(5,3),(5,6),(6,9),(8,7),(9,8)],10)
=> ?
=> ? = 2
11111 => ([(0,5),(2,4),(3,2),(4,1),(5,3)],6)
=> ([(0,6),(2,3),(3,5),(4,2),(5,1),(6,4)],7)
=> 1
Description
The breadth of a lattice. The '''breadth''' of a lattice is the least integer $b$ such that any join $x_1\vee x_2\vee\cdots\vee x_n$, with $n > b$, can be expressed as a join over a proper subset of $\{x_1,x_2,\ldots,x_n\}$.
Mp00262: Binary words poset of factorsPosets
Mp00074: Posets to graphGraphs
St001644: Graphs ⟶ ℤResult quality: 18% values known / values provided: 18%distinct values known / distinct values provided: 100%
Values
0 => ([(0,1)],2)
=> ([(0,1)],2)
=> 1
1 => ([(0,1)],2)
=> ([(0,1)],2)
=> 1
00 => ([(0,2),(2,1)],3)
=> ([(0,2),(1,2)],3)
=> 1
01 => ([(0,1),(0,2),(1,3),(2,3)],4)
=> ([(0,2),(0,3),(1,2),(1,3)],4)
=> 2
10 => ([(0,1),(0,2),(1,3),(2,3)],4)
=> ([(0,2),(0,3),(1,2),(1,3)],4)
=> 2
11 => ([(0,2),(2,1)],3)
=> ([(0,2),(1,2)],3)
=> 1
000 => ([(0,3),(2,1),(3,2)],4)
=> ([(0,3),(1,2),(2,3)],4)
=> 1
001 => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> ([(0,3),(0,5),(1,2),(1,5),(2,4),(3,4),(4,5)],6)
=> ? = 2
010 => ([(0,1),(0,2),(1,4),(1,5),(2,4),(2,5),(4,3),(5,3)],6)
=> ([(0,4),(0,5),(1,2),(1,3),(2,4),(2,5),(3,4),(3,5)],6)
=> ? = 1
011 => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> ([(0,3),(0,5),(1,2),(1,5),(2,4),(3,4),(4,5)],6)
=> ? = 2
100 => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> ([(0,3),(0,5),(1,2),(1,5),(2,4),(3,4),(4,5)],6)
=> ? = 2
101 => ([(0,1),(0,2),(1,4),(1,5),(2,4),(2,5),(4,3),(5,3)],6)
=> ([(0,4),(0,5),(1,2),(1,3),(2,4),(2,5),(3,4),(3,5)],6)
=> ? = 1
110 => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> ([(0,3),(0,5),(1,2),(1,5),(2,4),(3,4),(4,5)],6)
=> ? = 2
111 => ([(0,3),(2,1),(3,2)],4)
=> ([(0,3),(1,2),(2,3)],4)
=> 1
0000 => ([(0,4),(2,3),(3,1),(4,2)],5)
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> 1
0001 => ([(0,2),(0,4),(1,6),(2,5),(3,1),(3,7),(4,3),(4,5),(5,7),(7,6)],8)
=> ([(0,3),(0,7),(1,2),(1,4),(2,5),(3,6),(4,5),(4,6),(5,7),(6,7)],8)
=> ? = 2
0010 => ([(0,2),(0,3),(1,6),(2,7),(2,8),(3,1),(3,7),(3,8),(5,4),(6,4),(7,5),(8,5),(8,6)],9)
=> ([(0,5),(0,8),(1,4),(1,6),(2,6),(2,8),(3,4),(3,5),(3,8),(4,7),(5,7),(6,7),(7,8)],9)
=> ? = 2
0011 => ([(0,3),(0,4),(1,7),(2,6),(3,2),(3,5),(4,1),(4,5),(5,6),(5,7),(6,8),(7,8)],9)
=> ([(0,6),(0,7),(1,4),(1,5),(2,5),(2,7),(3,4),(3,6),(4,8),(5,8),(6,8),(7,8)],9)
=> ? = 2
0100 => ([(0,2),(0,3),(1,6),(2,7),(2,8),(3,1),(3,7),(3,8),(5,4),(6,4),(7,5),(8,5),(8,6)],9)
=> ([(0,5),(0,8),(1,4),(1,6),(2,6),(2,8),(3,4),(3,5),(3,8),(4,7),(5,7),(6,7),(7,8)],9)
=> ? = 2
0101 => ([(0,1),(0,2),(1,6),(1,7),(2,6),(2,7),(4,3),(5,3),(6,4),(6,5),(7,4),(7,5)],8)
=> ([(0,4),(0,5),(1,2),(1,3),(2,6),(2,7),(3,6),(3,7),(4,6),(4,7),(5,6),(5,7)],8)
=> ? = 2
0110 => ([(0,2),(0,3),(1,5),(1,6),(2,7),(2,8),(3,1),(3,7),(3,8),(5,4),(6,4),(7,6),(8,5)],9)
=> ([(0,5),(0,6),(1,7),(1,8),(2,5),(2,6),(2,8),(3,6),(3,7),(3,8),(4,5),(4,7),(4,8)],9)
=> ? = 1
0111 => ([(0,2),(0,4),(1,6),(2,5),(3,1),(3,7),(4,3),(4,5),(5,7),(7,6)],8)
=> ([(0,3),(0,7),(1,2),(1,4),(2,5),(3,6),(4,5),(4,6),(5,7),(6,7)],8)
=> ? = 2
1000 => ([(0,2),(0,4),(1,6),(2,5),(3,1),(3,7),(4,3),(4,5),(5,7),(7,6)],8)
=> ([(0,3),(0,7),(1,2),(1,4),(2,5),(3,6),(4,5),(4,6),(5,7),(6,7)],8)
=> ? = 2
1001 => ([(0,2),(0,3),(1,5),(1,6),(2,7),(2,8),(3,1),(3,7),(3,8),(5,4),(6,4),(7,6),(8,5)],9)
=> ([(0,5),(0,6),(1,7),(1,8),(2,5),(2,6),(2,8),(3,6),(3,7),(3,8),(4,5),(4,7),(4,8)],9)
=> ? = 1
1010 => ([(0,1),(0,2),(1,6),(1,7),(2,6),(2,7),(4,3),(5,3),(6,4),(6,5),(7,4),(7,5)],8)
=> ([(0,4),(0,5),(1,2),(1,3),(2,6),(2,7),(3,6),(3,7),(4,6),(4,7),(5,6),(5,7)],8)
=> ? = 2
1011 => ([(0,2),(0,3),(1,6),(2,7),(2,8),(3,1),(3,7),(3,8),(5,4),(6,4),(7,5),(8,5),(8,6)],9)
=> ([(0,5),(0,8),(1,4),(1,6),(2,6),(2,8),(3,4),(3,5),(3,8),(4,7),(5,7),(6,7),(7,8)],9)
=> ? = 2
1100 => ([(0,3),(0,4),(1,7),(2,6),(3,2),(3,5),(4,1),(4,5),(5,6),(5,7),(6,8),(7,8)],9)
=> ([(0,6),(0,7),(1,4),(1,5),(2,5),(2,7),(3,4),(3,6),(4,8),(5,8),(6,8),(7,8)],9)
=> ? = 2
1101 => ([(0,2),(0,3),(1,6),(2,7),(2,8),(3,1),(3,7),(3,8),(5,4),(6,4),(7,5),(8,5),(8,6)],9)
=> ([(0,5),(0,8),(1,4),(1,6),(2,6),(2,8),(3,4),(3,5),(3,8),(4,7),(5,7),(6,7),(7,8)],9)
=> ? = 2
1110 => ([(0,2),(0,4),(1,6),(2,5),(3,1),(3,7),(4,3),(4,5),(5,7),(7,6)],8)
=> ([(0,3),(0,7),(1,2),(1,4),(2,5),(3,6),(4,5),(4,6),(5,7),(6,7)],8)
=> ? = 2
1111 => ([(0,4),(2,3),(3,1),(4,2)],5)
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> 1
00000 => ([(0,5),(2,4),(3,2),(4,1),(5,3)],6)
=> ([(0,5),(1,4),(2,3),(2,4),(3,5)],6)
=> 1
00001 => ([(0,2),(0,5),(1,7),(2,6),(3,4),(3,9),(4,1),(4,8),(5,3),(5,6),(6,9),(8,7),(9,8)],10)
=> ([(0,3),(0,7),(1,2),(1,6),(2,8),(3,9),(4,5),(4,8),(4,9),(5,6),(5,7),(6,8),(7,9)],10)
=> ? = 2
00010 => ([(0,3),(0,4),(1,2),(1,11),(2,8),(3,9),(3,10),(4,1),(4,9),(4,10),(6,7),(7,5),(8,5),(9,6),(10,6),(10,11),(11,7),(11,8)],12)
=> ([(0,7),(0,11),(1,5),(1,8),(2,6),(2,8),(3,4),(3,7),(3,11),(4,5),(4,9),(5,10),(6,10),(6,11),(7,9),(8,10),(9,10),(9,11)],12)
=> ? = 2
00011 => ([(0,4),(0,5),(1,9),(2,3),(2,11),(3,8),(4,1),(4,10),(5,2),(5,10),(7,6),(8,6),(9,7),(10,9),(10,11),(11,7),(11,8)],12)
=> ([(0,5),(0,9),(1,4),(1,9),(2,6),(2,8),(3,7),(3,8),(4,6),(4,10),(5,7),(5,10),(6,11),(7,11),(8,11),(9,10),(10,11)],12)
=> ? = 2
00100 => ([(0,2),(0,3),(1,5),(1,6),(2,10),(2,11),(3,1),(3,10),(3,11),(5,8),(6,7),(7,4),(8,4),(9,7),(9,8),(10,6),(10,9),(11,5),(11,9)],12)
=> ([(0,7),(0,11),(1,5),(1,6),(2,3),(2,4),(2,11),(3,6),(3,9),(4,5),(4,8),(5,10),(6,10),(7,8),(7,9),(8,10),(8,11),(9,10),(9,11)],12)
=> ? = 1
00101 => ([(0,2),(0,3),(1,8),(2,10),(2,11),(3,1),(3,10),(3,11),(5,6),(6,4),(7,4),(8,7),(9,6),(9,7),(10,5),(10,9),(11,5),(11,8),(11,9)],12)
=> ([(0,5),(0,6),(1,7),(1,10),(2,4),(2,10),(3,6),(3,8),(3,11),(4,5),(4,11),(5,9),(6,9),(7,8),(7,11),(8,9),(8,10),(9,11),(10,11)],12)
=> ? = 2
00110 => ([(0,3),(0,4),(1,9),(2,6),(2,11),(3,2),(3,10),(3,12),(4,1),(4,10),(4,12),(6,7),(7,5),(8,5),(9,8),(10,6),(11,7),(11,8),(12,9),(12,11)],13)
=> ([(0,11),(0,12),(1,8),(1,12),(2,6),(2,7),(3,4),(3,11),(3,12),(4,5),(4,6),(5,9),(5,11),(6,9),(7,8),(7,9),(8,10),(9,10),(10,11),(10,12)],13)
=> ? = 2
00111 => ([(0,4),(0,5),(1,9),(2,3),(2,11),(3,8),(4,1),(4,10),(5,2),(5,10),(7,6),(8,6),(9,7),(10,9),(10,11),(11,7),(11,8)],12)
=> ([(0,5),(0,9),(1,4),(1,9),(2,6),(2,8),(3,7),(3,8),(4,6),(4,10),(5,7),(5,10),(6,11),(7,11),(8,11),(9,10),(10,11)],12)
=> ? = 2
01000 => ([(0,3),(0,4),(1,2),(1,11),(2,8),(3,9),(3,10),(4,1),(4,9),(4,10),(6,7),(7,5),(8,5),(9,6),(10,6),(10,11),(11,7),(11,8)],12)
=> ([(0,7),(0,11),(1,5),(1,8),(2,6),(2,8),(3,4),(3,7),(3,11),(4,5),(4,9),(5,10),(6,10),(6,11),(7,9),(8,10),(9,10),(9,11)],12)
=> ? = 2
01001 => ([(0,2),(0,3),(1,5),(1,9),(2,10),(2,11),(3,1),(3,10),(3,11),(5,7),(6,8),(7,4),(8,4),(9,7),(9,8),(10,5),(10,6),(11,6),(11,9)],12)
=> ([(0,7),(0,11),(1,5),(1,6),(2,3),(2,10),(2,11),(3,5),(3,8),(4,6),(4,8),(4,9),(5,10),(6,10),(7,8),(7,9),(8,11),(9,10),(9,11)],12)
=> ? = 2
01010 => ([(0,1),(0,2),(1,8),(1,9),(2,8),(2,9),(4,3),(5,3),(6,4),(6,5),(7,4),(7,5),(8,6),(8,7),(9,6),(9,7)],10)
=> ([(0,4),(0,5),(1,2),(1,3),(2,6),(2,7),(3,6),(3,7),(4,8),(4,9),(5,8),(5,9),(6,8),(6,9),(7,8),(7,9)],10)
=> ? = 1
01011 => ([(0,2),(0,3),(1,8),(2,10),(2,11),(3,1),(3,10),(3,11),(5,6),(6,4),(7,4),(8,7),(9,6),(9,7),(10,5),(10,9),(11,5),(11,8),(11,9)],12)
=> ([(0,5),(0,6),(1,7),(1,10),(2,4),(2,10),(3,6),(3,8),(3,11),(4,5),(4,11),(5,9),(6,9),(7,8),(7,11),(8,9),(8,10),(9,11),(10,11)],12)
=> ? = 2
01100 => ([(0,3),(0,4),(1,9),(2,6),(2,11),(3,2),(3,10),(3,12),(4,1),(4,10),(4,12),(6,7),(7,5),(8,5),(9,8),(10,6),(11,7),(11,8),(12,9),(12,11)],13)
=> ([(0,11),(0,12),(1,8),(1,12),(2,6),(2,7),(3,4),(3,11),(3,12),(4,5),(4,6),(5,9),(5,11),(6,9),(7,8),(7,9),(8,10),(9,10),(10,11),(10,12)],13)
=> ? = 2
01101 => ([(0,2),(0,3),(1,5),(1,9),(2,10),(2,11),(3,1),(3,10),(3,11),(5,7),(6,8),(7,4),(8,4),(9,7),(9,8),(10,5),(10,6),(11,6),(11,9)],12)
=> ([(0,7),(0,11),(1,5),(1,6),(2,3),(2,10),(2,11),(3,5),(3,8),(4,6),(4,8),(4,9),(5,10),(6,10),(7,8),(7,9),(8,11),(9,10),(9,11)],12)
=> ? = 2
01110 => ([(0,3),(0,4),(1,2),(1,10),(1,11),(2,8),(2,9),(3,6),(3,7),(4,1),(4,6),(4,7),(6,11),(7,10),(8,5),(9,5),(10,8),(11,9)],12)
=> ([(0,9),(0,11),(1,7),(1,8),(2,5),(2,9),(2,11),(3,4),(3,9),(3,11),(4,7),(4,10),(5,8),(5,10),(6,7),(6,8),(6,10),(10,11)],12)
=> ? = 1
01111 => ([(0,2),(0,5),(1,7),(2,6),(3,4),(3,9),(4,1),(4,8),(5,3),(5,6),(6,9),(8,7),(9,8)],10)
=> ([(0,3),(0,7),(1,2),(1,6),(2,8),(3,9),(4,5),(4,8),(4,9),(5,6),(5,7),(6,8),(7,9)],10)
=> ? = 2
10000 => ([(0,2),(0,5),(1,7),(2,6),(3,4),(3,9),(4,1),(4,8),(5,3),(5,6),(6,9),(8,7),(9,8)],10)
=> ([(0,3),(0,7),(1,2),(1,6),(2,8),(3,9),(4,5),(4,8),(4,9),(5,6),(5,7),(6,8),(7,9)],10)
=> ? = 2
10001 => ([(0,3),(0,4),(1,2),(1,10),(1,11),(2,8),(2,9),(3,6),(3,7),(4,1),(4,6),(4,7),(6,11),(7,10),(8,5),(9,5),(10,8),(11,9)],12)
=> ([(0,9),(0,11),(1,7),(1,8),(2,5),(2,9),(2,11),(3,4),(3,9),(3,11),(4,7),(4,10),(5,8),(5,10),(6,7),(6,8),(6,10),(10,11)],12)
=> ? = 1
10010 => ([(0,2),(0,3),(1,5),(1,9),(2,10),(2,11),(3,1),(3,10),(3,11),(5,7),(6,8),(7,4),(8,4),(9,7),(9,8),(10,5),(10,6),(11,6),(11,9)],12)
=> ([(0,7),(0,11),(1,5),(1,6),(2,3),(2,10),(2,11),(3,5),(3,8),(4,6),(4,8),(4,9),(5,10),(6,10),(7,8),(7,9),(8,11),(9,10),(9,11)],12)
=> ? = 2
10011 => ([(0,3),(0,4),(1,9),(2,6),(2,11),(3,2),(3,10),(3,12),(4,1),(4,10),(4,12),(6,7),(7,5),(8,5),(9,8),(10,6),(11,7),(11,8),(12,9),(12,11)],13)
=> ([(0,11),(0,12),(1,8),(1,12),(2,6),(2,7),(3,4),(3,11),(3,12),(4,5),(4,6),(5,9),(5,11),(6,9),(7,8),(7,9),(8,10),(9,10),(10,11),(10,12)],13)
=> ? = 2
10100 => ([(0,2),(0,3),(1,8),(2,10),(2,11),(3,1),(3,10),(3,11),(5,6),(6,4),(7,4),(8,7),(9,6),(9,7),(10,5),(10,9),(11,5),(11,8),(11,9)],12)
=> ([(0,5),(0,6),(1,7),(1,10),(2,4),(2,10),(3,6),(3,8),(3,11),(4,5),(4,11),(5,9),(6,9),(7,8),(7,11),(8,9),(8,10),(9,11),(10,11)],12)
=> ? = 2
10101 => ([(0,1),(0,2),(1,8),(1,9),(2,8),(2,9),(4,3),(5,3),(6,4),(6,5),(7,4),(7,5),(8,6),(8,7),(9,6),(9,7)],10)
=> ([(0,4),(0,5),(1,2),(1,3),(2,6),(2,7),(3,6),(3,7),(4,8),(4,9),(5,8),(5,9),(6,8),(6,9),(7,8),(7,9)],10)
=> ? = 1
10110 => ([(0,2),(0,3),(1,5),(1,9),(2,10),(2,11),(3,1),(3,10),(3,11),(5,7),(6,8),(7,4),(8,4),(9,7),(9,8),(10,5),(10,6),(11,6),(11,9)],12)
=> ([(0,7),(0,11),(1,5),(1,6),(2,3),(2,10),(2,11),(3,5),(3,8),(4,6),(4,8),(4,9),(5,10),(6,10),(7,8),(7,9),(8,11),(9,10),(9,11)],12)
=> ? = 2
10111 => ([(0,3),(0,4),(1,2),(1,11),(2,8),(3,9),(3,10),(4,1),(4,9),(4,10),(6,7),(7,5),(8,5),(9,6),(10,6),(10,11),(11,7),(11,8)],12)
=> ([(0,7),(0,11),(1,5),(1,8),(2,6),(2,8),(3,4),(3,7),(3,11),(4,5),(4,9),(5,10),(6,10),(6,11),(7,9),(8,10),(9,10),(9,11)],12)
=> ? = 2
11000 => ([(0,4),(0,5),(1,9),(2,3),(2,11),(3,8),(4,1),(4,10),(5,2),(5,10),(7,6),(8,6),(9,7),(10,9),(10,11),(11,7),(11,8)],12)
=> ([(0,5),(0,9),(1,4),(1,9),(2,6),(2,8),(3,7),(3,8),(4,6),(4,10),(5,7),(5,10),(6,11),(7,11),(8,11),(9,10),(10,11)],12)
=> ? = 2
11001 => ([(0,3),(0,4),(1,9),(2,6),(2,11),(3,2),(3,10),(3,12),(4,1),(4,10),(4,12),(6,7),(7,5),(8,5),(9,8),(10,6),(11,7),(11,8),(12,9),(12,11)],13)
=> ([(0,11),(0,12),(1,8),(1,12),(2,6),(2,7),(3,4),(3,11),(3,12),(4,5),(4,6),(5,9),(5,11),(6,9),(7,8),(7,9),(8,10),(9,10),(10,11),(10,12)],13)
=> ? = 2
11010 => ([(0,2),(0,3),(1,8),(2,10),(2,11),(3,1),(3,10),(3,11),(5,6),(6,4),(7,4),(8,7),(9,6),(9,7),(10,5),(10,9),(11,5),(11,8),(11,9)],12)
=> ([(0,5),(0,6),(1,7),(1,10),(2,4),(2,10),(3,6),(3,8),(3,11),(4,5),(4,11),(5,9),(6,9),(7,8),(7,11),(8,9),(8,10),(9,11),(10,11)],12)
=> ? = 2
11011 => ([(0,2),(0,3),(1,5),(1,6),(2,10),(2,11),(3,1),(3,10),(3,11),(5,8),(6,7),(7,4),(8,4),(9,7),(9,8),(10,6),(10,9),(11,5),(11,9)],12)
=> ([(0,7),(0,11),(1,5),(1,6),(2,3),(2,4),(2,11),(3,6),(3,9),(4,5),(4,8),(5,10),(6,10),(7,8),(7,9),(8,10),(8,11),(9,10),(9,11)],12)
=> ? = 1
11100 => ([(0,4),(0,5),(1,9),(2,3),(2,11),(3,8),(4,1),(4,10),(5,2),(5,10),(7,6),(8,6),(9,7),(10,9),(10,11),(11,7),(11,8)],12)
=> ([(0,5),(0,9),(1,4),(1,9),(2,6),(2,8),(3,7),(3,8),(4,6),(4,10),(5,7),(5,10),(6,11),(7,11),(8,11),(9,10),(10,11)],12)
=> ? = 2
11101 => ([(0,3),(0,4),(1,2),(1,11),(2,8),(3,9),(3,10),(4,1),(4,9),(4,10),(6,7),(7,5),(8,5),(9,6),(10,6),(10,11),(11,7),(11,8)],12)
=> ([(0,7),(0,11),(1,5),(1,8),(2,6),(2,8),(3,4),(3,7),(3,11),(4,5),(4,9),(5,10),(6,10),(6,11),(7,9),(8,10),(9,10),(9,11)],12)
=> ? = 2
11110 => ([(0,2),(0,5),(1,7),(2,6),(3,4),(3,9),(4,1),(4,8),(5,3),(5,6),(6,9),(8,7),(9,8)],10)
=> ([(0,3),(0,7),(1,2),(1,6),(2,8),(3,9),(4,5),(4,8),(4,9),(5,6),(5,7),(6,8),(7,9)],10)
=> ? = 2
11111 => ([(0,5),(2,4),(3,2),(4,1),(5,3)],6)
=> ([(0,5),(1,4),(2,3),(2,4),(3,5)],6)
=> 1
Description
The dimension of a graph. The dimension of a graph is the least integer $n$ such that there exists a representation of the graph in the Euclidean space of dimension $n$ with all vertices distinct and all edges having unit length. Edges are allowed to intersect, however.
Mp00262: Binary words poset of factorsPosets
Mp00074: Posets to graphGraphs
St001330: Graphs ⟶ ℤResult quality: 18% values known / values provided: 18%distinct values known / distinct values provided: 100%
Values
0 => ([(0,1)],2)
=> ([(0,1)],2)
=> 2 = 1 + 1
1 => ([(0,1)],2)
=> ([(0,1)],2)
=> 2 = 1 + 1
00 => ([(0,2),(2,1)],3)
=> ([(0,2),(1,2)],3)
=> 2 = 1 + 1
01 => ([(0,1),(0,2),(1,3),(2,3)],4)
=> ([(0,2),(0,3),(1,2),(1,3)],4)
=> 3 = 2 + 1
10 => ([(0,1),(0,2),(1,3),(2,3)],4)
=> ([(0,2),(0,3),(1,2),(1,3)],4)
=> 3 = 2 + 1
11 => ([(0,2),(2,1)],3)
=> ([(0,2),(1,2)],3)
=> 2 = 1 + 1
000 => ([(0,3),(2,1),(3,2)],4)
=> ([(0,3),(1,2),(2,3)],4)
=> 2 = 1 + 1
001 => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> ([(0,3),(0,5),(1,2),(1,5),(2,4),(3,4),(4,5)],6)
=> ? = 2 + 1
010 => ([(0,1),(0,2),(1,4),(1,5),(2,4),(2,5),(4,3),(5,3)],6)
=> ([(0,4),(0,5),(1,2),(1,3),(2,4),(2,5),(3,4),(3,5)],6)
=> ? = 1 + 1
011 => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> ([(0,3),(0,5),(1,2),(1,5),(2,4),(3,4),(4,5)],6)
=> ? = 2 + 1
100 => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> ([(0,3),(0,5),(1,2),(1,5),(2,4),(3,4),(4,5)],6)
=> ? = 2 + 1
101 => ([(0,1),(0,2),(1,4),(1,5),(2,4),(2,5),(4,3),(5,3)],6)
=> ([(0,4),(0,5),(1,2),(1,3),(2,4),(2,5),(3,4),(3,5)],6)
=> ? = 1 + 1
110 => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> ([(0,3),(0,5),(1,2),(1,5),(2,4),(3,4),(4,5)],6)
=> ? = 2 + 1
111 => ([(0,3),(2,1),(3,2)],4)
=> ([(0,3),(1,2),(2,3)],4)
=> 2 = 1 + 1
0000 => ([(0,4),(2,3),(3,1),(4,2)],5)
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> 2 = 1 + 1
0001 => ([(0,2),(0,4),(1,6),(2,5),(3,1),(3,7),(4,3),(4,5),(5,7),(7,6)],8)
=> ([(0,3),(0,7),(1,2),(1,4),(2,5),(3,6),(4,5),(4,6),(5,7),(6,7)],8)
=> ? = 2 + 1
0010 => ([(0,2),(0,3),(1,6),(2,7),(2,8),(3,1),(3,7),(3,8),(5,4),(6,4),(7,5),(8,5),(8,6)],9)
=> ([(0,5),(0,8),(1,4),(1,6),(2,6),(2,8),(3,4),(3,5),(3,8),(4,7),(5,7),(6,7),(7,8)],9)
=> ? = 2 + 1
0011 => ([(0,3),(0,4),(1,7),(2,6),(3,2),(3,5),(4,1),(4,5),(5,6),(5,7),(6,8),(7,8)],9)
=> ([(0,6),(0,7),(1,4),(1,5),(2,5),(2,7),(3,4),(3,6),(4,8),(5,8),(6,8),(7,8)],9)
=> ? = 2 + 1
0100 => ([(0,2),(0,3),(1,6),(2,7),(2,8),(3,1),(3,7),(3,8),(5,4),(6,4),(7,5),(8,5),(8,6)],9)
=> ([(0,5),(0,8),(1,4),(1,6),(2,6),(2,8),(3,4),(3,5),(3,8),(4,7),(5,7),(6,7),(7,8)],9)
=> ? = 2 + 1
0101 => ([(0,1),(0,2),(1,6),(1,7),(2,6),(2,7),(4,3),(5,3),(6,4),(6,5),(7,4),(7,5)],8)
=> ([(0,4),(0,5),(1,2),(1,3),(2,6),(2,7),(3,6),(3,7),(4,6),(4,7),(5,6),(5,7)],8)
=> ? = 2 + 1
0110 => ([(0,2),(0,3),(1,5),(1,6),(2,7),(2,8),(3,1),(3,7),(3,8),(5,4),(6,4),(7,6),(8,5)],9)
=> ([(0,5),(0,6),(1,7),(1,8),(2,5),(2,6),(2,8),(3,6),(3,7),(3,8),(4,5),(4,7),(4,8)],9)
=> ? = 1 + 1
0111 => ([(0,2),(0,4),(1,6),(2,5),(3,1),(3,7),(4,3),(4,5),(5,7),(7,6)],8)
=> ([(0,3),(0,7),(1,2),(1,4),(2,5),(3,6),(4,5),(4,6),(5,7),(6,7)],8)
=> ? = 2 + 1
1000 => ([(0,2),(0,4),(1,6),(2,5),(3,1),(3,7),(4,3),(4,5),(5,7),(7,6)],8)
=> ([(0,3),(0,7),(1,2),(1,4),(2,5),(3,6),(4,5),(4,6),(5,7),(6,7)],8)
=> ? = 2 + 1
1001 => ([(0,2),(0,3),(1,5),(1,6),(2,7),(2,8),(3,1),(3,7),(3,8),(5,4),(6,4),(7,6),(8,5)],9)
=> ([(0,5),(0,6),(1,7),(1,8),(2,5),(2,6),(2,8),(3,6),(3,7),(3,8),(4,5),(4,7),(4,8)],9)
=> ? = 1 + 1
1010 => ([(0,1),(0,2),(1,6),(1,7),(2,6),(2,7),(4,3),(5,3),(6,4),(6,5),(7,4),(7,5)],8)
=> ([(0,4),(0,5),(1,2),(1,3),(2,6),(2,7),(3,6),(3,7),(4,6),(4,7),(5,6),(5,7)],8)
=> ? = 2 + 1
1011 => ([(0,2),(0,3),(1,6),(2,7),(2,8),(3,1),(3,7),(3,8),(5,4),(6,4),(7,5),(8,5),(8,6)],9)
=> ([(0,5),(0,8),(1,4),(1,6),(2,6),(2,8),(3,4),(3,5),(3,8),(4,7),(5,7),(6,7),(7,8)],9)
=> ? = 2 + 1
1100 => ([(0,3),(0,4),(1,7),(2,6),(3,2),(3,5),(4,1),(4,5),(5,6),(5,7),(6,8),(7,8)],9)
=> ([(0,6),(0,7),(1,4),(1,5),(2,5),(2,7),(3,4),(3,6),(4,8),(5,8),(6,8),(7,8)],9)
=> ? = 2 + 1
1101 => ([(0,2),(0,3),(1,6),(2,7),(2,8),(3,1),(3,7),(3,8),(5,4),(6,4),(7,5),(8,5),(8,6)],9)
=> ([(0,5),(0,8),(1,4),(1,6),(2,6),(2,8),(3,4),(3,5),(3,8),(4,7),(5,7),(6,7),(7,8)],9)
=> ? = 2 + 1
1110 => ([(0,2),(0,4),(1,6),(2,5),(3,1),(3,7),(4,3),(4,5),(5,7),(7,6)],8)
=> ([(0,3),(0,7),(1,2),(1,4),(2,5),(3,6),(4,5),(4,6),(5,7),(6,7)],8)
=> ? = 2 + 1
1111 => ([(0,4),(2,3),(3,1),(4,2)],5)
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> 2 = 1 + 1
00000 => ([(0,5),(2,4),(3,2),(4,1),(5,3)],6)
=> ([(0,5),(1,4),(2,3),(2,4),(3,5)],6)
=> 2 = 1 + 1
00001 => ([(0,2),(0,5),(1,7),(2,6),(3,4),(3,9),(4,1),(4,8),(5,3),(5,6),(6,9),(8,7),(9,8)],10)
=> ([(0,3),(0,7),(1,2),(1,6),(2,8),(3,9),(4,5),(4,8),(4,9),(5,6),(5,7),(6,8),(7,9)],10)
=> ? = 2 + 1
00010 => ([(0,3),(0,4),(1,2),(1,11),(2,8),(3,9),(3,10),(4,1),(4,9),(4,10),(6,7),(7,5),(8,5),(9,6),(10,6),(10,11),(11,7),(11,8)],12)
=> ([(0,7),(0,11),(1,5),(1,8),(2,6),(2,8),(3,4),(3,7),(3,11),(4,5),(4,9),(5,10),(6,10),(6,11),(7,9),(8,10),(9,10),(9,11)],12)
=> ? = 2 + 1
00011 => ([(0,4),(0,5),(1,9),(2,3),(2,11),(3,8),(4,1),(4,10),(5,2),(5,10),(7,6),(8,6),(9,7),(10,9),(10,11),(11,7),(11,8)],12)
=> ([(0,5),(0,9),(1,4),(1,9),(2,6),(2,8),(3,7),(3,8),(4,6),(4,10),(5,7),(5,10),(6,11),(7,11),(8,11),(9,10),(10,11)],12)
=> ? = 2 + 1
00100 => ([(0,2),(0,3),(1,5),(1,6),(2,10),(2,11),(3,1),(3,10),(3,11),(5,8),(6,7),(7,4),(8,4),(9,7),(9,8),(10,6),(10,9),(11,5),(11,9)],12)
=> ([(0,7),(0,11),(1,5),(1,6),(2,3),(2,4),(2,11),(3,6),(3,9),(4,5),(4,8),(5,10),(6,10),(7,8),(7,9),(8,10),(8,11),(9,10),(9,11)],12)
=> ? = 1 + 1
00101 => ([(0,2),(0,3),(1,8),(2,10),(2,11),(3,1),(3,10),(3,11),(5,6),(6,4),(7,4),(8,7),(9,6),(9,7),(10,5),(10,9),(11,5),(11,8),(11,9)],12)
=> ([(0,5),(0,6),(1,7),(1,10),(2,4),(2,10),(3,6),(3,8),(3,11),(4,5),(4,11),(5,9),(6,9),(7,8),(7,11),(8,9),(8,10),(9,11),(10,11)],12)
=> ? = 2 + 1
00110 => ([(0,3),(0,4),(1,9),(2,6),(2,11),(3,2),(3,10),(3,12),(4,1),(4,10),(4,12),(6,7),(7,5),(8,5),(9,8),(10,6),(11,7),(11,8),(12,9),(12,11)],13)
=> ([(0,11),(0,12),(1,8),(1,12),(2,6),(2,7),(3,4),(3,11),(3,12),(4,5),(4,6),(5,9),(5,11),(6,9),(7,8),(7,9),(8,10),(9,10),(10,11),(10,12)],13)
=> ? = 2 + 1
00111 => ([(0,4),(0,5),(1,9),(2,3),(2,11),(3,8),(4,1),(4,10),(5,2),(5,10),(7,6),(8,6),(9,7),(10,9),(10,11),(11,7),(11,8)],12)
=> ([(0,5),(0,9),(1,4),(1,9),(2,6),(2,8),(3,7),(3,8),(4,6),(4,10),(5,7),(5,10),(6,11),(7,11),(8,11),(9,10),(10,11)],12)
=> ? = 2 + 1
01000 => ([(0,3),(0,4),(1,2),(1,11),(2,8),(3,9),(3,10),(4,1),(4,9),(4,10),(6,7),(7,5),(8,5),(9,6),(10,6),(10,11),(11,7),(11,8)],12)
=> ([(0,7),(0,11),(1,5),(1,8),(2,6),(2,8),(3,4),(3,7),(3,11),(4,5),(4,9),(5,10),(6,10),(6,11),(7,9),(8,10),(9,10),(9,11)],12)
=> ? = 2 + 1
01001 => ([(0,2),(0,3),(1,5),(1,9),(2,10),(2,11),(3,1),(3,10),(3,11),(5,7),(6,8),(7,4),(8,4),(9,7),(9,8),(10,5),(10,6),(11,6),(11,9)],12)
=> ([(0,7),(0,11),(1,5),(1,6),(2,3),(2,10),(2,11),(3,5),(3,8),(4,6),(4,8),(4,9),(5,10),(6,10),(7,8),(7,9),(8,11),(9,10),(9,11)],12)
=> ? = 2 + 1
01010 => ([(0,1),(0,2),(1,8),(1,9),(2,8),(2,9),(4,3),(5,3),(6,4),(6,5),(7,4),(7,5),(8,6),(8,7),(9,6),(9,7)],10)
=> ([(0,4),(0,5),(1,2),(1,3),(2,6),(2,7),(3,6),(3,7),(4,8),(4,9),(5,8),(5,9),(6,8),(6,9),(7,8),(7,9)],10)
=> ? = 1 + 1
01011 => ([(0,2),(0,3),(1,8),(2,10),(2,11),(3,1),(3,10),(3,11),(5,6),(6,4),(7,4),(8,7),(9,6),(9,7),(10,5),(10,9),(11,5),(11,8),(11,9)],12)
=> ([(0,5),(0,6),(1,7),(1,10),(2,4),(2,10),(3,6),(3,8),(3,11),(4,5),(4,11),(5,9),(6,9),(7,8),(7,11),(8,9),(8,10),(9,11),(10,11)],12)
=> ? = 2 + 1
01100 => ([(0,3),(0,4),(1,9),(2,6),(2,11),(3,2),(3,10),(3,12),(4,1),(4,10),(4,12),(6,7),(7,5),(8,5),(9,8),(10,6),(11,7),(11,8),(12,9),(12,11)],13)
=> ([(0,11),(0,12),(1,8),(1,12),(2,6),(2,7),(3,4),(3,11),(3,12),(4,5),(4,6),(5,9),(5,11),(6,9),(7,8),(7,9),(8,10),(9,10),(10,11),(10,12)],13)
=> ? = 2 + 1
01101 => ([(0,2),(0,3),(1,5),(1,9),(2,10),(2,11),(3,1),(3,10),(3,11),(5,7),(6,8),(7,4),(8,4),(9,7),(9,8),(10,5),(10,6),(11,6),(11,9)],12)
=> ([(0,7),(0,11),(1,5),(1,6),(2,3),(2,10),(2,11),(3,5),(3,8),(4,6),(4,8),(4,9),(5,10),(6,10),(7,8),(7,9),(8,11),(9,10),(9,11)],12)
=> ? = 2 + 1
01110 => ([(0,3),(0,4),(1,2),(1,10),(1,11),(2,8),(2,9),(3,6),(3,7),(4,1),(4,6),(4,7),(6,11),(7,10),(8,5),(9,5),(10,8),(11,9)],12)
=> ([(0,9),(0,11),(1,7),(1,8),(2,5),(2,9),(2,11),(3,4),(3,9),(3,11),(4,7),(4,10),(5,8),(5,10),(6,7),(6,8),(6,10),(10,11)],12)
=> ? = 1 + 1
01111 => ([(0,2),(0,5),(1,7),(2,6),(3,4),(3,9),(4,1),(4,8),(5,3),(5,6),(6,9),(8,7),(9,8)],10)
=> ([(0,3),(0,7),(1,2),(1,6),(2,8),(3,9),(4,5),(4,8),(4,9),(5,6),(5,7),(6,8),(7,9)],10)
=> ? = 2 + 1
10000 => ([(0,2),(0,5),(1,7),(2,6),(3,4),(3,9),(4,1),(4,8),(5,3),(5,6),(6,9),(8,7),(9,8)],10)
=> ([(0,3),(0,7),(1,2),(1,6),(2,8),(3,9),(4,5),(4,8),(4,9),(5,6),(5,7),(6,8),(7,9)],10)
=> ? = 2 + 1
10001 => ([(0,3),(0,4),(1,2),(1,10),(1,11),(2,8),(2,9),(3,6),(3,7),(4,1),(4,6),(4,7),(6,11),(7,10),(8,5),(9,5),(10,8),(11,9)],12)
=> ([(0,9),(0,11),(1,7),(1,8),(2,5),(2,9),(2,11),(3,4),(3,9),(3,11),(4,7),(4,10),(5,8),(5,10),(6,7),(6,8),(6,10),(10,11)],12)
=> ? = 1 + 1
10010 => ([(0,2),(0,3),(1,5),(1,9),(2,10),(2,11),(3,1),(3,10),(3,11),(5,7),(6,8),(7,4),(8,4),(9,7),(9,8),(10,5),(10,6),(11,6),(11,9)],12)
=> ([(0,7),(0,11),(1,5),(1,6),(2,3),(2,10),(2,11),(3,5),(3,8),(4,6),(4,8),(4,9),(5,10),(6,10),(7,8),(7,9),(8,11),(9,10),(9,11)],12)
=> ? = 2 + 1
10011 => ([(0,3),(0,4),(1,9),(2,6),(2,11),(3,2),(3,10),(3,12),(4,1),(4,10),(4,12),(6,7),(7,5),(8,5),(9,8),(10,6),(11,7),(11,8),(12,9),(12,11)],13)
=> ([(0,11),(0,12),(1,8),(1,12),(2,6),(2,7),(3,4),(3,11),(3,12),(4,5),(4,6),(5,9),(5,11),(6,9),(7,8),(7,9),(8,10),(9,10),(10,11),(10,12)],13)
=> ? = 2 + 1
10100 => ([(0,2),(0,3),(1,8),(2,10),(2,11),(3,1),(3,10),(3,11),(5,6),(6,4),(7,4),(8,7),(9,6),(9,7),(10,5),(10,9),(11,5),(11,8),(11,9)],12)
=> ([(0,5),(0,6),(1,7),(1,10),(2,4),(2,10),(3,6),(3,8),(3,11),(4,5),(4,11),(5,9),(6,9),(7,8),(7,11),(8,9),(8,10),(9,11),(10,11)],12)
=> ? = 2 + 1
10101 => ([(0,1),(0,2),(1,8),(1,9),(2,8),(2,9),(4,3),(5,3),(6,4),(6,5),(7,4),(7,5),(8,6),(8,7),(9,6),(9,7)],10)
=> ([(0,4),(0,5),(1,2),(1,3),(2,6),(2,7),(3,6),(3,7),(4,8),(4,9),(5,8),(5,9),(6,8),(6,9),(7,8),(7,9)],10)
=> ? = 1 + 1
10110 => ([(0,2),(0,3),(1,5),(1,9),(2,10),(2,11),(3,1),(3,10),(3,11),(5,7),(6,8),(7,4),(8,4),(9,7),(9,8),(10,5),(10,6),(11,6),(11,9)],12)
=> ([(0,7),(0,11),(1,5),(1,6),(2,3),(2,10),(2,11),(3,5),(3,8),(4,6),(4,8),(4,9),(5,10),(6,10),(7,8),(7,9),(8,11),(9,10),(9,11)],12)
=> ? = 2 + 1
10111 => ([(0,3),(0,4),(1,2),(1,11),(2,8),(3,9),(3,10),(4,1),(4,9),(4,10),(6,7),(7,5),(8,5),(9,6),(10,6),(10,11),(11,7),(11,8)],12)
=> ([(0,7),(0,11),(1,5),(1,8),(2,6),(2,8),(3,4),(3,7),(3,11),(4,5),(4,9),(5,10),(6,10),(6,11),(7,9),(8,10),(9,10),(9,11)],12)
=> ? = 2 + 1
11000 => ([(0,4),(0,5),(1,9),(2,3),(2,11),(3,8),(4,1),(4,10),(5,2),(5,10),(7,6),(8,6),(9,7),(10,9),(10,11),(11,7),(11,8)],12)
=> ([(0,5),(0,9),(1,4),(1,9),(2,6),(2,8),(3,7),(3,8),(4,6),(4,10),(5,7),(5,10),(6,11),(7,11),(8,11),(9,10),(10,11)],12)
=> ? = 2 + 1
11001 => ([(0,3),(0,4),(1,9),(2,6),(2,11),(3,2),(3,10),(3,12),(4,1),(4,10),(4,12),(6,7),(7,5),(8,5),(9,8),(10,6),(11,7),(11,8),(12,9),(12,11)],13)
=> ([(0,11),(0,12),(1,8),(1,12),(2,6),(2,7),(3,4),(3,11),(3,12),(4,5),(4,6),(5,9),(5,11),(6,9),(7,8),(7,9),(8,10),(9,10),(10,11),(10,12)],13)
=> ? = 2 + 1
11010 => ([(0,2),(0,3),(1,8),(2,10),(2,11),(3,1),(3,10),(3,11),(5,6),(6,4),(7,4),(8,7),(9,6),(9,7),(10,5),(10,9),(11,5),(11,8),(11,9)],12)
=> ([(0,5),(0,6),(1,7),(1,10),(2,4),(2,10),(3,6),(3,8),(3,11),(4,5),(4,11),(5,9),(6,9),(7,8),(7,11),(8,9),(8,10),(9,11),(10,11)],12)
=> ? = 2 + 1
11011 => ([(0,2),(0,3),(1,5),(1,6),(2,10),(2,11),(3,1),(3,10),(3,11),(5,8),(6,7),(7,4),(8,4),(9,7),(9,8),(10,6),(10,9),(11,5),(11,9)],12)
=> ([(0,7),(0,11),(1,5),(1,6),(2,3),(2,4),(2,11),(3,6),(3,9),(4,5),(4,8),(5,10),(6,10),(7,8),(7,9),(8,10),(8,11),(9,10),(9,11)],12)
=> ? = 1 + 1
11100 => ([(0,4),(0,5),(1,9),(2,3),(2,11),(3,8),(4,1),(4,10),(5,2),(5,10),(7,6),(8,6),(9,7),(10,9),(10,11),(11,7),(11,8)],12)
=> ([(0,5),(0,9),(1,4),(1,9),(2,6),(2,8),(3,7),(3,8),(4,6),(4,10),(5,7),(5,10),(6,11),(7,11),(8,11),(9,10),(10,11)],12)
=> ? = 2 + 1
11101 => ([(0,3),(0,4),(1,2),(1,11),(2,8),(3,9),(3,10),(4,1),(4,9),(4,10),(6,7),(7,5),(8,5),(9,6),(10,6),(10,11),(11,7),(11,8)],12)
=> ([(0,7),(0,11),(1,5),(1,8),(2,6),(2,8),(3,4),(3,7),(3,11),(4,5),(4,9),(5,10),(6,10),(6,11),(7,9),(8,10),(9,10),(9,11)],12)
=> ? = 2 + 1
11110 => ([(0,2),(0,5),(1,7),(2,6),(3,4),(3,9),(4,1),(4,8),(5,3),(5,6),(6,9),(8,7),(9,8)],10)
=> ([(0,3),(0,7),(1,2),(1,6),(2,8),(3,9),(4,5),(4,8),(4,9),(5,6),(5,7),(6,8),(7,9)],10)
=> ? = 2 + 1
11111 => ([(0,5),(2,4),(3,2),(4,1),(5,3)],6)
=> ([(0,5),(1,4),(2,3),(2,4),(3,5)],6)
=> 2 = 1 + 1
Description
The hat guessing number of a graph. Suppose that each vertex of a graph corresponds to a player, wearing a hat whose color is arbitrarily chosen from a set of $q$ possible colors. Each player can see the hat colors of his neighbors, but not his own hat color. All of the players are asked to guess their own hat colors simultaneously, according to a predetermined guessing strategy and the hat colors they see, where no communication between them is allowed. The hat guessing number $HG(G)$ of a graph $G$ is the largest integer $q$ such that there exists a guessing strategy guaranteeing at least one correct guess for any hat assignment of $q$ possible colors. Because it suffices that a single player guesses correctly, the hat guessing number of a graph is the maximum of the hat guessing numbers of its connected components.
Mp00262: Binary words poset of factorsPosets
Mp00195: Posets order idealsLattices
St001877: Lattices ⟶ ℤResult quality: 18% values known / values provided: 18%distinct values known / distinct values provided: 100%
Values
0 => ([(0,1)],2)
=> ([(0,2),(2,1)],3)
=> 0 = 1 - 1
1 => ([(0,1)],2)
=> ([(0,2),(2,1)],3)
=> 0 = 1 - 1
00 => ([(0,2),(2,1)],3)
=> ([(0,3),(2,1),(3,2)],4)
=> 0 = 1 - 1
01 => ([(0,1),(0,2),(1,3),(2,3)],4)
=> ([(0,4),(1,5),(2,5),(4,1),(4,2),(5,3)],6)
=> 1 = 2 - 1
10 => ([(0,1),(0,2),(1,3),(2,3)],4)
=> ([(0,4),(1,5),(2,5),(4,1),(4,2),(5,3)],6)
=> 1 = 2 - 1
11 => ([(0,2),(2,1)],3)
=> ([(0,3),(2,1),(3,2)],4)
=> 0 = 1 - 1
000 => ([(0,3),(2,1),(3,2)],4)
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 0 = 1 - 1
001 => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> ([(0,6),(1,7),(2,9),(4,8),(5,1),(5,9),(6,2),(6,5),(7,8),(8,3),(9,4),(9,7)],10)
=> ? = 2 - 1
010 => ([(0,1),(0,2),(1,4),(1,5),(2,4),(2,5),(4,3),(5,3)],6)
=> ([(0,6),(1,8),(2,8),(3,7),(4,7),(6,1),(6,2),(7,5),(8,3),(8,4)],9)
=> ? = 1 - 1
011 => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> ([(0,6),(1,7),(2,9),(4,8),(5,1),(5,9),(6,2),(6,5),(7,8),(8,3),(9,4),(9,7)],10)
=> ? = 2 - 1
100 => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> ([(0,6),(1,7),(2,9),(4,8),(5,1),(5,9),(6,2),(6,5),(7,8),(8,3),(9,4),(9,7)],10)
=> ? = 2 - 1
101 => ([(0,1),(0,2),(1,4),(1,5),(2,4),(2,5),(4,3),(5,3)],6)
=> ([(0,6),(1,8),(2,8),(3,7),(4,7),(6,1),(6,2),(7,5),(8,3),(8,4)],9)
=> ? = 1 - 1
110 => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> ([(0,6),(1,7),(2,9),(4,8),(5,1),(5,9),(6,2),(6,5),(7,8),(8,3),(9,4),(9,7)],10)
=> ? = 2 - 1
111 => ([(0,3),(2,1),(3,2)],4)
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 0 = 1 - 1
0000 => ([(0,4),(2,3),(3,1),(4,2)],5)
=> ([(0,5),(2,4),(3,2),(4,1),(5,3)],6)
=> 0 = 1 - 1
0001 => ([(0,2),(0,4),(1,6),(2,5),(3,1),(3,7),(4,3),(4,5),(5,7),(7,6)],8)
=> ([(0,8),(1,14),(3,13),(4,12),(5,11),(6,7),(6,12),(7,5),(7,9),(8,4),(8,6),(9,11),(9,13),(10,14),(11,10),(12,3),(12,9),(13,1),(13,10),(14,2)],15)
=> ? = 2 - 1
0010 => ([(0,2),(0,3),(1,6),(2,7),(2,8),(3,1),(3,7),(3,8),(5,4),(6,4),(7,5),(8,5),(8,6)],9)
=> ([(0,9),(2,14),(2,15),(3,13),(3,14),(4,17),(5,12),(6,11),(7,10),(8,7),(8,17),(9,4),(9,8),(10,13),(10,15),(11,16),(12,16),(13,18),(14,6),(14,18),(15,5),(15,18),(16,1),(17,2),(17,3),(17,10),(18,11),(18,12)],19)
=> ? = 2 - 1
0011 => ([(0,3),(0,4),(1,7),(2,6),(3,2),(3,5),(4,1),(4,5),(5,6),(5,7),(6,8),(7,8)],9)
=> ([(0,9),(2,16),(2,17),(3,13),(4,12),(5,10),(6,11),(7,5),(7,15),(8,6),(8,15),(9,7),(9,8),(10,14),(10,16),(11,14),(11,17),(12,18),(13,18),(14,19),(15,2),(15,10),(15,11),(16,4),(16,19),(17,3),(17,19),(18,1),(19,12),(19,13)],20)
=> ? = 2 - 1
0100 => ([(0,2),(0,3),(1,6),(2,7),(2,8),(3,1),(3,7),(3,8),(5,4),(6,4),(7,5),(8,5),(8,6)],9)
=> ([(0,9),(2,14),(2,15),(3,13),(3,14),(4,17),(5,12),(6,11),(7,10),(8,7),(8,17),(9,4),(9,8),(10,13),(10,15),(11,16),(12,16),(13,18),(14,6),(14,18),(15,5),(15,18),(16,1),(17,2),(17,3),(17,10),(18,11),(18,12)],19)
=> ? = 2 - 1
0101 => ([(0,1),(0,2),(1,6),(1,7),(2,6),(2,7),(4,3),(5,3),(6,4),(6,5),(7,4),(7,5)],8)
=> ([(0,8),(2,11),(3,11),(4,9),(5,9),(6,10),(7,10),(8,2),(8,3),(9,1),(10,4),(10,5),(11,6),(11,7)],12)
=> ? = 2 - 1
0110 => ([(0,2),(0,3),(1,5),(1,6),(2,7),(2,8),(3,1),(3,7),(3,8),(5,4),(6,4),(7,6),(8,5)],9)
=> ([(0,9),(2,17),(3,11),(3,15),(4,11),(4,14),(5,12),(6,13),(7,10),(8,7),(8,17),(9,2),(9,8),(10,14),(10,15),(11,18),(12,16),(13,16),(14,5),(14,18),(15,6),(15,18),(16,1),(17,3),(17,4),(17,10),(18,12),(18,13)],19)
=> ? = 1 - 1
0111 => ([(0,2),(0,4),(1,6),(2,5),(3,1),(3,7),(4,3),(4,5),(5,7),(7,6)],8)
=> ([(0,8),(1,14),(3,13),(4,12),(5,11),(6,7),(6,12),(7,5),(7,9),(8,4),(8,6),(9,11),(9,13),(10,14),(11,10),(12,3),(12,9),(13,1),(13,10),(14,2)],15)
=> ? = 2 - 1
1000 => ([(0,2),(0,4),(1,6),(2,5),(3,1),(3,7),(4,3),(4,5),(5,7),(7,6)],8)
=> ([(0,8),(1,14),(3,13),(4,12),(5,11),(6,7),(6,12),(7,5),(7,9),(8,4),(8,6),(9,11),(9,13),(10,14),(11,10),(12,3),(12,9),(13,1),(13,10),(14,2)],15)
=> ? = 2 - 1
1001 => ([(0,2),(0,3),(1,5),(1,6),(2,7),(2,8),(3,1),(3,7),(3,8),(5,4),(6,4),(7,6),(8,5)],9)
=> ([(0,9),(2,17),(3,11),(3,15),(4,11),(4,14),(5,12),(6,13),(7,10),(8,7),(8,17),(9,2),(9,8),(10,14),(10,15),(11,18),(12,16),(13,16),(14,5),(14,18),(15,6),(15,18),(16,1),(17,3),(17,4),(17,10),(18,12),(18,13)],19)
=> ? = 1 - 1
1010 => ([(0,1),(0,2),(1,6),(1,7),(2,6),(2,7),(4,3),(5,3),(6,4),(6,5),(7,4),(7,5)],8)
=> ([(0,8),(2,11),(3,11),(4,9),(5,9),(6,10),(7,10),(8,2),(8,3),(9,1),(10,4),(10,5),(11,6),(11,7)],12)
=> ? = 2 - 1
1011 => ([(0,2),(0,3),(1,6),(2,7),(2,8),(3,1),(3,7),(3,8),(5,4),(6,4),(7,5),(8,5),(8,6)],9)
=> ([(0,9),(2,14),(2,15),(3,13),(3,14),(4,17),(5,12),(6,11),(7,10),(8,7),(8,17),(9,4),(9,8),(10,13),(10,15),(11,16),(12,16),(13,18),(14,6),(14,18),(15,5),(15,18),(16,1),(17,2),(17,3),(17,10),(18,11),(18,12)],19)
=> ? = 2 - 1
1100 => ([(0,3),(0,4),(1,7),(2,6),(3,2),(3,5),(4,1),(4,5),(5,6),(5,7),(6,8),(7,8)],9)
=> ([(0,9),(2,16),(2,17),(3,13),(4,12),(5,10),(6,11),(7,5),(7,15),(8,6),(8,15),(9,7),(9,8),(10,14),(10,16),(11,14),(11,17),(12,18),(13,18),(14,19),(15,2),(15,10),(15,11),(16,4),(16,19),(17,3),(17,19),(18,1),(19,12),(19,13)],20)
=> ? = 2 - 1
1101 => ([(0,2),(0,3),(1,6),(2,7),(2,8),(3,1),(3,7),(3,8),(5,4),(6,4),(7,5),(8,5),(8,6)],9)
=> ([(0,9),(2,14),(2,15),(3,13),(3,14),(4,17),(5,12),(6,11),(7,10),(8,7),(8,17),(9,4),(9,8),(10,13),(10,15),(11,16),(12,16),(13,18),(14,6),(14,18),(15,5),(15,18),(16,1),(17,2),(17,3),(17,10),(18,11),(18,12)],19)
=> ? = 2 - 1
1110 => ([(0,2),(0,4),(1,6),(2,5),(3,1),(3,7),(4,3),(4,5),(5,7),(7,6)],8)
=> ([(0,8),(1,14),(3,13),(4,12),(5,11),(6,7),(6,12),(7,5),(7,9),(8,4),(8,6),(9,11),(9,13),(10,14),(11,10),(12,3),(12,9),(13,1),(13,10),(14,2)],15)
=> ? = 2 - 1
1111 => ([(0,4),(2,3),(3,1),(4,2)],5)
=> ([(0,5),(2,4),(3,2),(4,1),(5,3)],6)
=> 0 = 1 - 1
00000 => ([(0,5),(2,4),(3,2),(4,1),(5,3)],6)
=> ([(0,6),(2,3),(3,5),(4,2),(5,1),(6,4)],7)
=> 0 = 1 - 1
00001 => ([(0,2),(0,5),(1,7),(2,6),(3,4),(3,9),(4,1),(4,8),(5,3),(5,6),(6,9),(8,7),(9,8)],10)
=> ?
=> ? = 2 - 1
00010 => ([(0,3),(0,4),(1,2),(1,11),(2,8),(3,9),(3,10),(4,1),(4,9),(4,10),(6,7),(7,5),(8,5),(9,6),(10,6),(10,11),(11,7),(11,8)],12)
=> ?
=> ? = 2 - 1
00011 => ([(0,4),(0,5),(1,9),(2,3),(2,11),(3,8),(4,1),(4,10),(5,2),(5,10),(7,6),(8,6),(9,7),(10,9),(10,11),(11,7),(11,8)],12)
=> ?
=> ? = 2 - 1
00100 => ([(0,2),(0,3),(1,5),(1,6),(2,10),(2,11),(3,1),(3,10),(3,11),(5,8),(6,7),(7,4),(8,4),(9,7),(9,8),(10,6),(10,9),(11,5),(11,9)],12)
=> ?
=> ? = 1 - 1
00101 => ([(0,2),(0,3),(1,8),(2,10),(2,11),(3,1),(3,10),(3,11),(5,6),(6,4),(7,4),(8,7),(9,6),(9,7),(10,5),(10,9),(11,5),(11,8),(11,9)],12)
=> ?
=> ? = 2 - 1
00110 => ([(0,3),(0,4),(1,9),(2,6),(2,11),(3,2),(3,10),(3,12),(4,1),(4,10),(4,12),(6,7),(7,5),(8,5),(9,8),(10,6),(11,7),(11,8),(12,9),(12,11)],13)
=> ?
=> ? = 2 - 1
00111 => ([(0,4),(0,5),(1,9),(2,3),(2,11),(3,8),(4,1),(4,10),(5,2),(5,10),(7,6),(8,6),(9,7),(10,9),(10,11),(11,7),(11,8)],12)
=> ?
=> ? = 2 - 1
01000 => ([(0,3),(0,4),(1,2),(1,11),(2,8),(3,9),(3,10),(4,1),(4,9),(4,10),(6,7),(7,5),(8,5),(9,6),(10,6),(10,11),(11,7),(11,8)],12)
=> ?
=> ? = 2 - 1
01001 => ([(0,2),(0,3),(1,5),(1,9),(2,10),(2,11),(3,1),(3,10),(3,11),(5,7),(6,8),(7,4),(8,4),(9,7),(9,8),(10,5),(10,6),(11,6),(11,9)],12)
=> ?
=> ? = 2 - 1
01010 => ([(0,1),(0,2),(1,8),(1,9),(2,8),(2,9),(4,3),(5,3),(6,4),(6,5),(7,4),(7,5),(8,6),(8,7),(9,6),(9,7)],10)
=> ([(0,10),(2,14),(3,14),(4,11),(5,11),(6,13),(7,13),(8,12),(9,12),(10,2),(10,3),(11,1),(12,6),(12,7),(13,4),(13,5),(14,8),(14,9)],15)
=> ? = 1 - 1
01011 => ([(0,2),(0,3),(1,8),(2,10),(2,11),(3,1),(3,10),(3,11),(5,6),(6,4),(7,4),(8,7),(9,6),(9,7),(10,5),(10,9),(11,5),(11,8),(11,9)],12)
=> ?
=> ? = 2 - 1
01100 => ([(0,3),(0,4),(1,9),(2,6),(2,11),(3,2),(3,10),(3,12),(4,1),(4,10),(4,12),(6,7),(7,5),(8,5),(9,8),(10,6),(11,7),(11,8),(12,9),(12,11)],13)
=> ?
=> ? = 2 - 1
01101 => ([(0,2),(0,3),(1,5),(1,9),(2,10),(2,11),(3,1),(3,10),(3,11),(5,7),(6,8),(7,4),(8,4),(9,7),(9,8),(10,5),(10,6),(11,6),(11,9)],12)
=> ?
=> ? = 2 - 1
01110 => ([(0,3),(0,4),(1,2),(1,10),(1,11),(2,8),(2,9),(3,6),(3,7),(4,1),(4,6),(4,7),(6,11),(7,10),(8,5),(9,5),(10,8),(11,9)],12)
=> ?
=> ? = 1 - 1
01111 => ([(0,2),(0,5),(1,7),(2,6),(3,4),(3,9),(4,1),(4,8),(5,3),(5,6),(6,9),(8,7),(9,8)],10)
=> ?
=> ? = 2 - 1
10000 => ([(0,2),(0,5),(1,7),(2,6),(3,4),(3,9),(4,1),(4,8),(5,3),(5,6),(6,9),(8,7),(9,8)],10)
=> ?
=> ? = 2 - 1
10001 => ([(0,3),(0,4),(1,2),(1,10),(1,11),(2,8),(2,9),(3,6),(3,7),(4,1),(4,6),(4,7),(6,11),(7,10),(8,5),(9,5),(10,8),(11,9)],12)
=> ?
=> ? = 1 - 1
10010 => ([(0,2),(0,3),(1,5),(1,9),(2,10),(2,11),(3,1),(3,10),(3,11),(5,7),(6,8),(7,4),(8,4),(9,7),(9,8),(10,5),(10,6),(11,6),(11,9)],12)
=> ?
=> ? = 2 - 1
10011 => ([(0,3),(0,4),(1,9),(2,6),(2,11),(3,2),(3,10),(3,12),(4,1),(4,10),(4,12),(6,7),(7,5),(8,5),(9,8),(10,6),(11,7),(11,8),(12,9),(12,11)],13)
=> ?
=> ? = 2 - 1
10100 => ([(0,2),(0,3),(1,8),(2,10),(2,11),(3,1),(3,10),(3,11),(5,6),(6,4),(7,4),(8,7),(9,6),(9,7),(10,5),(10,9),(11,5),(11,8),(11,9)],12)
=> ?
=> ? = 2 - 1
10101 => ([(0,1),(0,2),(1,8),(1,9),(2,8),(2,9),(4,3),(5,3),(6,4),(6,5),(7,4),(7,5),(8,6),(8,7),(9,6),(9,7)],10)
=> ([(0,10),(2,14),(3,14),(4,11),(5,11),(6,13),(7,13),(8,12),(9,12),(10,2),(10,3),(11,1),(12,6),(12,7),(13,4),(13,5),(14,8),(14,9)],15)
=> ? = 1 - 1
10110 => ([(0,2),(0,3),(1,5),(1,9),(2,10),(2,11),(3,1),(3,10),(3,11),(5,7),(6,8),(7,4),(8,4),(9,7),(9,8),(10,5),(10,6),(11,6),(11,9)],12)
=> ?
=> ? = 2 - 1
10111 => ([(0,3),(0,4),(1,2),(1,11),(2,8),(3,9),(3,10),(4,1),(4,9),(4,10),(6,7),(7,5),(8,5),(9,6),(10,6),(10,11),(11,7),(11,8)],12)
=> ?
=> ? = 2 - 1
11000 => ([(0,4),(0,5),(1,9),(2,3),(2,11),(3,8),(4,1),(4,10),(5,2),(5,10),(7,6),(8,6),(9,7),(10,9),(10,11),(11,7),(11,8)],12)
=> ?
=> ? = 2 - 1
11001 => ([(0,3),(0,4),(1,9),(2,6),(2,11),(3,2),(3,10),(3,12),(4,1),(4,10),(4,12),(6,7),(7,5),(8,5),(9,8),(10,6),(11,7),(11,8),(12,9),(12,11)],13)
=> ?
=> ? = 2 - 1
11010 => ([(0,2),(0,3),(1,8),(2,10),(2,11),(3,1),(3,10),(3,11),(5,6),(6,4),(7,4),(8,7),(9,6),(9,7),(10,5),(10,9),(11,5),(11,8),(11,9)],12)
=> ?
=> ? = 2 - 1
11011 => ([(0,2),(0,3),(1,5),(1,6),(2,10),(2,11),(3,1),(3,10),(3,11),(5,8),(6,7),(7,4),(8,4),(9,7),(9,8),(10,6),(10,9),(11,5),(11,9)],12)
=> ?
=> ? = 1 - 1
11100 => ([(0,4),(0,5),(1,9),(2,3),(2,11),(3,8),(4,1),(4,10),(5,2),(5,10),(7,6),(8,6),(9,7),(10,9),(10,11),(11,7),(11,8)],12)
=> ?
=> ? = 2 - 1
11101 => ([(0,3),(0,4),(1,2),(1,11),(2,8),(3,9),(3,10),(4,1),(4,9),(4,10),(6,7),(7,5),(8,5),(9,6),(10,6),(10,11),(11,7),(11,8)],12)
=> ?
=> ? = 2 - 1
11110 => ([(0,2),(0,5),(1,7),(2,6),(3,4),(3,9),(4,1),(4,8),(5,3),(5,6),(6,9),(8,7),(9,8)],10)
=> ?
=> ? = 2 - 1
11111 => ([(0,5),(2,4),(3,2),(4,1),(5,3)],6)
=> ([(0,6),(2,3),(3,5),(4,2),(5,1),(6,4)],7)
=> 0 = 1 - 1
Description
Number of indecomposable injective modules with projective dimension 2.
Mp00262: Binary words poset of factorsPosets
Mp00198: Posets incomparability graphGraphs
St001738: Graphs ⟶ ℤResult quality: 15% values known / values provided: 15%distinct values known / distinct values provided: 100%
Values
0 => ([(0,1)],2)
=> ([],2)
=> 2 = 1 + 1
1 => ([(0,1)],2)
=> ([],2)
=> 2 = 1 + 1
00 => ([(0,2),(2,1)],3)
=> ([],3)
=> 2 = 1 + 1
01 => ([(0,1),(0,2),(1,3),(2,3)],4)
=> ([(2,3)],4)
=> 3 = 2 + 1
10 => ([(0,1),(0,2),(1,3),(2,3)],4)
=> ([(2,3)],4)
=> 3 = 2 + 1
11 => ([(0,2),(2,1)],3)
=> ([],3)
=> 2 = 1 + 1
000 => ([(0,3),(2,1),(3,2)],4)
=> ([],4)
=> 2 = 1 + 1
001 => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> ([(2,5),(3,4),(4,5)],6)
=> ? = 2 + 1
010 => ([(0,1),(0,2),(1,4),(1,5),(2,4),(2,5),(4,3),(5,3)],6)
=> ([(2,5),(3,4)],6)
=> ? = 1 + 1
011 => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> ([(2,5),(3,4),(4,5)],6)
=> ? = 2 + 1
100 => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> ([(2,5),(3,4),(4,5)],6)
=> ? = 2 + 1
101 => ([(0,1),(0,2),(1,4),(1,5),(2,4),(2,5),(4,3),(5,3)],6)
=> ([(2,5),(3,4)],6)
=> ? = 1 + 1
110 => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> ([(2,5),(3,4),(4,5)],6)
=> ? = 2 + 1
111 => ([(0,3),(2,1),(3,2)],4)
=> ([],4)
=> 2 = 1 + 1
0000 => ([(0,4),(2,3),(3,1),(4,2)],5)
=> ([],5)
=> 2 = 1 + 1
0001 => ([(0,2),(0,4),(1,6),(2,5),(3,1),(3,7),(4,3),(4,5),(5,7),(7,6)],8)
=> ([(2,7),(3,6),(4,5),(4,6),(5,7),(6,7)],8)
=> ? = 2 + 1
0010 => ([(0,2),(0,3),(1,6),(2,7),(2,8),(3,1),(3,7),(3,8),(5,4),(6,4),(7,5),(8,5),(8,6)],9)
=> ([(2,6),(3,4),(3,8),(4,7),(5,7),(5,8),(6,8),(7,8)],9)
=> ? = 2 + 1
0011 => ([(0,3),(0,4),(1,7),(2,6),(3,2),(3,5),(4,1),(4,5),(5,6),(5,7),(6,8),(7,8)],9)
=> ([(2,5),(2,8),(3,4),(3,8),(4,7),(5,7),(6,7),(6,8),(7,8)],9)
=> ? = 2 + 1
0100 => ([(0,2),(0,3),(1,6),(2,7),(2,8),(3,1),(3,7),(3,8),(5,4),(6,4),(7,5),(8,5),(8,6)],9)
=> ([(2,6),(3,4),(3,8),(4,7),(5,7),(5,8),(6,8),(7,8)],9)
=> ? = 2 + 1
0101 => ([(0,1),(0,2),(1,6),(1,7),(2,6),(2,7),(4,3),(5,3),(6,4),(6,5),(7,4),(7,5)],8)
=> ([(2,7),(3,6),(4,5)],8)
=> ? = 2 + 1
0110 => ([(0,2),(0,3),(1,5),(1,6),(2,7),(2,8),(3,1),(3,7),(3,8),(5,4),(6,4),(7,6),(8,5)],9)
=> ([(2,5),(3,4),(3,7),(4,6),(5,8),(6,7),(6,8),(7,8)],9)
=> ? = 1 + 1
0111 => ([(0,2),(0,4),(1,6),(2,5),(3,1),(3,7),(4,3),(4,5),(5,7),(7,6)],8)
=> ([(2,7),(3,6),(4,5),(4,6),(5,7),(6,7)],8)
=> ? = 2 + 1
1000 => ([(0,2),(0,4),(1,6),(2,5),(3,1),(3,7),(4,3),(4,5),(5,7),(7,6)],8)
=> ([(2,7),(3,6),(4,5),(4,6),(5,7),(6,7)],8)
=> ? = 2 + 1
1001 => ([(0,2),(0,3),(1,5),(1,6),(2,7),(2,8),(3,1),(3,7),(3,8),(5,4),(6,4),(7,6),(8,5)],9)
=> ([(2,5),(3,4),(3,7),(4,6),(5,8),(6,7),(6,8),(7,8)],9)
=> ? = 1 + 1
1010 => ([(0,1),(0,2),(1,6),(1,7),(2,6),(2,7),(4,3),(5,3),(6,4),(6,5),(7,4),(7,5)],8)
=> ([(2,7),(3,6),(4,5)],8)
=> ? = 2 + 1
1011 => ([(0,2),(0,3),(1,6),(2,7),(2,8),(3,1),(3,7),(3,8),(5,4),(6,4),(7,5),(8,5),(8,6)],9)
=> ([(2,6),(3,4),(3,8),(4,7),(5,7),(5,8),(6,8),(7,8)],9)
=> ? = 2 + 1
1100 => ([(0,3),(0,4),(1,7),(2,6),(3,2),(3,5),(4,1),(4,5),(5,6),(5,7),(6,8),(7,8)],9)
=> ([(2,5),(2,8),(3,4),(3,8),(4,7),(5,7),(6,7),(6,8),(7,8)],9)
=> ? = 2 + 1
1101 => ([(0,2),(0,3),(1,6),(2,7),(2,8),(3,1),(3,7),(3,8),(5,4),(6,4),(7,5),(8,5),(8,6)],9)
=> ([(2,6),(3,4),(3,8),(4,7),(5,7),(5,8),(6,8),(7,8)],9)
=> ? = 2 + 1
1110 => ([(0,2),(0,4),(1,6),(2,5),(3,1),(3,7),(4,3),(4,5),(5,7),(7,6)],8)
=> ([(2,7),(3,6),(4,5),(4,6),(5,7),(6,7)],8)
=> ? = 2 + 1
1111 => ([(0,4),(2,3),(3,1),(4,2)],5)
=> ([],5)
=> 2 = 1 + 1
00000 => ([(0,5),(2,4),(3,2),(4,1),(5,3)],6)
=> ([],6)
=> ? = 1 + 1
00001 => ([(0,2),(0,5),(1,7),(2,6),(3,4),(3,9),(4,1),(4,8),(5,3),(5,6),(6,9),(8,7),(9,8)],10)
=> ([(2,9),(3,8),(4,7),(4,8),(5,6),(5,9),(6,7),(6,8),(7,9),(8,9)],10)
=> ? = 2 + 1
00010 => ([(0,3),(0,4),(1,2),(1,11),(2,8),(3,9),(3,10),(4,1),(4,9),(4,10),(6,7),(7,5),(8,5),(9,6),(10,6),(10,11),(11,7),(11,8)],12)
=> ([(2,7),(3,6),(3,11),(4,8),(4,10),(4,11),(5,9),(5,10),(5,11),(6,8),(6,10),(7,9),(7,11),(8,9),(8,11),(9,10),(10,11)],12)
=> ? = 2 + 1
00011 => ([(0,4),(0,5),(1,9),(2,3),(2,11),(3,8),(4,1),(4,10),(5,2),(5,10),(7,6),(8,6),(9,7),(10,9),(10,11),(11,7),(11,8)],12)
=> ([(2,7),(2,11),(3,6),(3,10),(4,8),(4,10),(4,11),(5,9),(5,10),(5,11),(6,8),(6,11),(7,9),(7,10),(8,9),(8,10),(9,11),(10,11)],12)
=> ? = 2 + 1
00100 => ([(0,2),(0,3),(1,5),(1,6),(2,10),(2,11),(3,1),(3,10),(3,11),(5,8),(6,7),(7,4),(8,4),(9,7),(9,8),(10,6),(10,9),(11,5),(11,9)],12)
=> ([(2,5),(3,4),(3,10),(4,9),(5,11),(6,9),(6,10),(6,11),(7,8),(7,9),(7,11),(8,10),(8,11),(9,10)],12)
=> ? = 1 + 1
00101 => ([(0,2),(0,3),(1,8),(2,10),(2,11),(3,1),(3,10),(3,11),(5,6),(6,4),(7,4),(8,7),(9,6),(9,7),(10,5),(10,9),(11,5),(11,8),(11,9)],12)
=> ([(2,5),(3,6),(3,11),(4,7),(4,9),(5,11),(6,10),(6,11),(7,10),(7,11),(8,9),(8,10),(8,11),(9,10),(9,11)],12)
=> ? = 2 + 1
00110 => ([(0,3),(0,4),(1,9),(2,6),(2,11),(3,2),(3,10),(3,12),(4,1),(4,10),(4,12),(6,7),(7,5),(8,5),(9,8),(10,6),(11,7),(11,8),(12,9),(12,11)],13)
=> ([(2,3),(2,10),(3,12),(4,5),(4,8),(4,12),(5,9),(5,11),(6,8),(6,9),(6,11),(6,12),(7,9),(7,10),(7,11),(7,12),(8,9),(8,10),(8,11),(9,12),(10,11),(10,12),(11,12)],13)
=> ? = 2 + 1
00111 => ([(0,4),(0,5),(1,9),(2,3),(2,11),(3,8),(4,1),(4,10),(5,2),(5,10),(7,6),(8,6),(9,7),(10,9),(10,11),(11,7),(11,8)],12)
=> ([(2,7),(2,11),(3,6),(3,10),(4,8),(4,10),(4,11),(5,9),(5,10),(5,11),(6,8),(6,11),(7,9),(7,10),(8,9),(8,10),(9,11),(10,11)],12)
=> ? = 2 + 1
01000 => ([(0,3),(0,4),(1,2),(1,11),(2,8),(3,9),(3,10),(4,1),(4,9),(4,10),(6,7),(7,5),(8,5),(9,6),(10,6),(10,11),(11,7),(11,8)],12)
=> ([(2,7),(3,6),(3,11),(4,8),(4,10),(4,11),(5,9),(5,10),(5,11),(6,8),(6,10),(7,9),(7,11),(8,9),(8,11),(9,10),(10,11)],12)
=> ? = 2 + 1
01001 => ([(0,2),(0,3),(1,5),(1,9),(2,10),(2,11),(3,1),(3,10),(3,11),(5,7),(6,8),(7,4),(8,4),(9,7),(9,8),(10,5),(10,6),(11,6),(11,9)],12)
=> ([(2,5),(3,4),(3,11),(4,9),(5,10),(6,8),(6,9),(6,11),(7,8),(7,10),(7,11),(8,10),(9,10),(9,11)],12)
=> ? = 2 + 1
01010 => ([(0,1),(0,2),(1,8),(1,9),(2,8),(2,9),(4,3),(5,3),(6,4),(6,5),(7,4),(7,5),(8,6),(8,7),(9,6),(9,7)],10)
=> ([(2,9),(3,8),(4,7),(5,6)],10)
=> ? = 1 + 1
01011 => ([(0,2),(0,3),(1,8),(2,10),(2,11),(3,1),(3,10),(3,11),(5,6),(6,4),(7,4),(8,7),(9,6),(9,7),(10,5),(10,9),(11,5),(11,8),(11,9)],12)
=> ([(2,5),(3,6),(3,11),(4,7),(4,9),(5,11),(6,10),(6,11),(7,10),(7,11),(8,9),(8,10),(8,11),(9,10),(9,11)],12)
=> ? = 2 + 1
01100 => ([(0,3),(0,4),(1,9),(2,6),(2,11),(3,2),(3,10),(3,12),(4,1),(4,10),(4,12),(6,7),(7,5),(8,5),(9,8),(10,6),(11,7),(11,8),(12,9),(12,11)],13)
=> ([(2,3),(2,10),(3,12),(4,5),(4,8),(4,12),(5,9),(5,11),(6,8),(6,9),(6,11),(6,12),(7,9),(7,10),(7,11),(7,12),(8,9),(8,10),(8,11),(9,12),(10,11),(10,12),(11,12)],13)
=> ? = 2 + 1
01101 => ([(0,2),(0,3),(1,5),(1,9),(2,10),(2,11),(3,1),(3,10),(3,11),(5,7),(6,8),(7,4),(8,4),(9,7),(9,8),(10,5),(10,6),(11,6),(11,9)],12)
=> ([(2,5),(3,4),(3,11),(4,9),(5,10),(6,8),(6,9),(6,11),(7,8),(7,10),(7,11),(8,10),(9,10),(9,11)],12)
=> ? = 2 + 1
01110 => ([(0,3),(0,4),(1,2),(1,10),(1,11),(2,8),(2,9),(3,6),(3,7),(4,1),(4,6),(4,7),(6,11),(7,10),(8,5),(9,5),(10,8),(11,9)],12)
=> ([(2,6),(3,6),(3,9),(3,10),(4,5),(4,8),(4,10),(5,7),(5,9),(6,11),(7,8),(7,10),(7,11),(8,9),(8,11),(9,10),(9,11),(10,11)],12)
=> ? = 1 + 1
01111 => ([(0,2),(0,5),(1,7),(2,6),(3,4),(3,9),(4,1),(4,8),(5,3),(5,6),(6,9),(8,7),(9,8)],10)
=> ([(2,9),(3,8),(4,7),(4,8),(5,6),(5,9),(6,7),(6,8),(7,9),(8,9)],10)
=> ? = 2 + 1
10000 => ([(0,2),(0,5),(1,7),(2,6),(3,4),(3,9),(4,1),(4,8),(5,3),(5,6),(6,9),(8,7),(9,8)],10)
=> ([(2,9),(3,8),(4,7),(4,8),(5,6),(5,9),(6,7),(6,8),(7,9),(8,9)],10)
=> ? = 2 + 1
10001 => ([(0,3),(0,4),(1,2),(1,10),(1,11),(2,8),(2,9),(3,6),(3,7),(4,1),(4,6),(4,7),(6,11),(7,10),(8,5),(9,5),(10,8),(11,9)],12)
=> ([(2,6),(3,6),(3,9),(3,10),(4,5),(4,8),(4,10),(5,7),(5,9),(6,11),(7,8),(7,10),(7,11),(8,9),(8,11),(9,10),(9,11),(10,11)],12)
=> ? = 1 + 1
10010 => ([(0,2),(0,3),(1,5),(1,9),(2,10),(2,11),(3,1),(3,10),(3,11),(5,7),(6,8),(7,4),(8,4),(9,7),(9,8),(10,5),(10,6),(11,6),(11,9)],12)
=> ([(2,5),(3,4),(3,11),(4,9),(5,10),(6,8),(6,9),(6,11),(7,8),(7,10),(7,11),(8,10),(9,10),(9,11)],12)
=> ? = 2 + 1
10011 => ([(0,3),(0,4),(1,9),(2,6),(2,11),(3,2),(3,10),(3,12),(4,1),(4,10),(4,12),(6,7),(7,5),(8,5),(9,8),(10,6),(11,7),(11,8),(12,9),(12,11)],13)
=> ([(2,3),(2,10),(3,12),(4,5),(4,8),(4,12),(5,9),(5,11),(6,8),(6,9),(6,11),(6,12),(7,9),(7,10),(7,11),(7,12),(8,9),(8,10),(8,11),(9,12),(10,11),(10,12),(11,12)],13)
=> ? = 2 + 1
10100 => ([(0,2),(0,3),(1,8),(2,10),(2,11),(3,1),(3,10),(3,11),(5,6),(6,4),(7,4),(8,7),(9,6),(9,7),(10,5),(10,9),(11,5),(11,8),(11,9)],12)
=> ([(2,5),(3,6),(3,11),(4,7),(4,9),(5,11),(6,10),(6,11),(7,10),(7,11),(8,9),(8,10),(8,11),(9,10),(9,11)],12)
=> ? = 2 + 1
10101 => ([(0,1),(0,2),(1,8),(1,9),(2,8),(2,9),(4,3),(5,3),(6,4),(6,5),(7,4),(7,5),(8,6),(8,7),(9,6),(9,7)],10)
=> ([(2,9),(3,8),(4,7),(5,6)],10)
=> ? = 1 + 1
10110 => ([(0,2),(0,3),(1,5),(1,9),(2,10),(2,11),(3,1),(3,10),(3,11),(5,7),(6,8),(7,4),(8,4),(9,7),(9,8),(10,5),(10,6),(11,6),(11,9)],12)
=> ([(2,5),(3,4),(3,11),(4,9),(5,10),(6,8),(6,9),(6,11),(7,8),(7,10),(7,11),(8,10),(9,10),(9,11)],12)
=> ? = 2 + 1
10111 => ([(0,3),(0,4),(1,2),(1,11),(2,8),(3,9),(3,10),(4,1),(4,9),(4,10),(6,7),(7,5),(8,5),(9,6),(10,6),(10,11),(11,7),(11,8)],12)
=> ([(2,7),(3,6),(3,11),(4,8),(4,10),(4,11),(5,9),(5,10),(5,11),(6,8),(6,10),(7,9),(7,11),(8,9),(8,11),(9,10),(10,11)],12)
=> ? = 2 + 1
11000 => ([(0,4),(0,5),(1,9),(2,3),(2,11),(3,8),(4,1),(4,10),(5,2),(5,10),(7,6),(8,6),(9,7),(10,9),(10,11),(11,7),(11,8)],12)
=> ([(2,7),(2,11),(3,6),(3,10),(4,8),(4,10),(4,11),(5,9),(5,10),(5,11),(6,8),(6,11),(7,9),(7,10),(8,9),(8,10),(9,11),(10,11)],12)
=> ? = 2 + 1
11001 => ([(0,3),(0,4),(1,9),(2,6),(2,11),(3,2),(3,10),(3,12),(4,1),(4,10),(4,12),(6,7),(7,5),(8,5),(9,8),(10,6),(11,7),(11,8),(12,9),(12,11)],13)
=> ([(2,3),(2,10),(3,12),(4,5),(4,8),(4,12),(5,9),(5,11),(6,8),(6,9),(6,11),(6,12),(7,9),(7,10),(7,11),(7,12),(8,9),(8,10),(8,11),(9,12),(10,11),(10,12),(11,12)],13)
=> ? = 2 + 1
11010 => ([(0,2),(0,3),(1,8),(2,10),(2,11),(3,1),(3,10),(3,11),(5,6),(6,4),(7,4),(8,7),(9,6),(9,7),(10,5),(10,9),(11,5),(11,8),(11,9)],12)
=> ([(2,5),(3,6),(3,11),(4,7),(4,9),(5,11),(6,10),(6,11),(7,10),(7,11),(8,9),(8,10),(8,11),(9,10),(9,11)],12)
=> ? = 2 + 1
11011 => ([(0,2),(0,3),(1,5),(1,6),(2,10),(2,11),(3,1),(3,10),(3,11),(5,8),(6,7),(7,4),(8,4),(9,7),(9,8),(10,6),(10,9),(11,5),(11,9)],12)
=> ([(2,5),(3,4),(3,10),(4,9),(5,11),(6,9),(6,10),(6,11),(7,8),(7,9),(7,11),(8,10),(8,11),(9,10)],12)
=> ? = 1 + 1
11100 => ([(0,4),(0,5),(1,9),(2,3),(2,11),(3,8),(4,1),(4,10),(5,2),(5,10),(7,6),(8,6),(9,7),(10,9),(10,11),(11,7),(11,8)],12)
=> ([(2,7),(2,11),(3,6),(3,10),(4,8),(4,10),(4,11),(5,9),(5,10),(5,11),(6,8),(6,11),(7,9),(7,10),(8,9),(8,10),(9,11),(10,11)],12)
=> ? = 2 + 1
11101 => ([(0,3),(0,4),(1,2),(1,11),(2,8),(3,9),(3,10),(4,1),(4,9),(4,10),(6,7),(7,5),(8,5),(9,6),(10,6),(10,11),(11,7),(11,8)],12)
=> ([(2,7),(3,6),(3,11),(4,8),(4,10),(4,11),(5,9),(5,10),(5,11),(6,8),(6,10),(7,9),(7,11),(8,9),(8,11),(9,10),(10,11)],12)
=> ? = 2 + 1
Description
The minimal order of a graph which is not an induced subgraph of the given graph. For example, the graph with two isolated vertices is not an induced subgraph of the complete graph on three vertices. By contrast, the minimal number of vertices of a graph which is not a subgraph of a graph is one plus the clique number [[St000097]].
Matching statistic: St001118
Mp00158: Binary words alternating inverseBinary words
Mp00262: Binary words poset of factorsPosets
Mp00198: Posets incomparability graphGraphs
St001118: Graphs ⟶ ℤResult quality: 12% values known / values provided: 12%distinct values known / distinct values provided: 100%
Values
0 => 0 => ([(0,1)],2)
=> ([],2)
=> ? = 1
1 => 1 => ([(0,1)],2)
=> ([],2)
=> ? = 1
00 => 01 => ([(0,1),(0,2),(1,3),(2,3)],4)
=> ([(2,3)],4)
=> 1
01 => 00 => ([(0,2),(2,1)],3)
=> ([],3)
=> ? = 2
10 => 11 => ([(0,2),(2,1)],3)
=> ([],3)
=> ? = 2
11 => 10 => ([(0,1),(0,2),(1,3),(2,3)],4)
=> ([(2,3)],4)
=> 1
000 => 010 => ([(0,1),(0,2),(1,4),(1,5),(2,4),(2,5),(4,3),(5,3)],6)
=> ([(2,5),(3,4)],6)
=> 1
001 => 011 => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> ([(2,5),(3,4),(4,5)],6)
=> 2
010 => 000 => ([(0,3),(2,1),(3,2)],4)
=> ([],4)
=> ? = 1
011 => 001 => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> ([(2,5),(3,4),(4,5)],6)
=> 2
100 => 110 => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> ([(2,5),(3,4),(4,5)],6)
=> 2
101 => 111 => ([(0,3),(2,1),(3,2)],4)
=> ([],4)
=> ? = 1
110 => 100 => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> ([(2,5),(3,4),(4,5)],6)
=> 2
111 => 101 => ([(0,1),(0,2),(1,4),(1,5),(2,4),(2,5),(4,3),(5,3)],6)
=> ([(2,5),(3,4)],6)
=> 1
0000 => 0101 => ([(0,1),(0,2),(1,6),(1,7),(2,6),(2,7),(4,3),(5,3),(6,4),(6,5),(7,4),(7,5)],8)
=> ([(2,7),(3,6),(4,5)],8)
=> ? = 1
0001 => 0100 => ([(0,2),(0,3),(1,6),(2,7),(2,8),(3,1),(3,7),(3,8),(5,4),(6,4),(7,5),(8,5),(8,6)],9)
=> ([(2,6),(3,4),(3,8),(4,7),(5,7),(5,8),(6,8),(7,8)],9)
=> ? = 2
0010 => 0111 => ([(0,2),(0,4),(1,6),(2,5),(3,1),(3,7),(4,3),(4,5),(5,7),(7,6)],8)
=> ([(2,7),(3,6),(4,5),(4,6),(5,7),(6,7)],8)
=> ? = 2
0011 => 0110 => ([(0,2),(0,3),(1,5),(1,6),(2,7),(2,8),(3,1),(3,7),(3,8),(5,4),(6,4),(7,6),(8,5)],9)
=> ([(2,5),(3,4),(3,7),(4,6),(5,8),(6,7),(6,8),(7,8)],9)
=> ? = 2
0100 => 0001 => ([(0,2),(0,4),(1,6),(2,5),(3,1),(3,7),(4,3),(4,5),(5,7),(7,6)],8)
=> ([(2,7),(3,6),(4,5),(4,6),(5,7),(6,7)],8)
=> ? = 2
0101 => 0000 => ([(0,4),(2,3),(3,1),(4,2)],5)
=> ([],5)
=> ? = 2
0110 => 0011 => ([(0,3),(0,4),(1,7),(2,6),(3,2),(3,5),(4,1),(4,5),(5,6),(5,7),(6,8),(7,8)],9)
=> ([(2,5),(2,8),(3,4),(3,8),(4,7),(5,7),(6,7),(6,8),(7,8)],9)
=> ? = 1
0111 => 0010 => ([(0,2),(0,3),(1,6),(2,7),(2,8),(3,1),(3,7),(3,8),(5,4),(6,4),(7,5),(8,5),(8,6)],9)
=> ([(2,6),(3,4),(3,8),(4,7),(5,7),(5,8),(6,8),(7,8)],9)
=> ? = 2
1000 => 1101 => ([(0,2),(0,3),(1,6),(2,7),(2,8),(3,1),(3,7),(3,8),(5,4),(6,4),(7,5),(8,5),(8,6)],9)
=> ([(2,6),(3,4),(3,8),(4,7),(5,7),(5,8),(6,8),(7,8)],9)
=> ? = 2
1001 => 1100 => ([(0,3),(0,4),(1,7),(2,6),(3,2),(3,5),(4,1),(4,5),(5,6),(5,7),(6,8),(7,8)],9)
=> ([(2,5),(2,8),(3,4),(3,8),(4,7),(5,7),(6,7),(6,8),(7,8)],9)
=> ? = 1
1010 => 1111 => ([(0,4),(2,3),(3,1),(4,2)],5)
=> ([],5)
=> ? = 2
1011 => 1110 => ([(0,2),(0,4),(1,6),(2,5),(3,1),(3,7),(4,3),(4,5),(5,7),(7,6)],8)
=> ([(2,7),(3,6),(4,5),(4,6),(5,7),(6,7)],8)
=> ? = 2
1100 => 1001 => ([(0,2),(0,3),(1,5),(1,6),(2,7),(2,8),(3,1),(3,7),(3,8),(5,4),(6,4),(7,6),(8,5)],9)
=> ([(2,5),(3,4),(3,7),(4,6),(5,8),(6,7),(6,8),(7,8)],9)
=> ? = 2
1101 => 1000 => ([(0,2),(0,4),(1,6),(2,5),(3,1),(3,7),(4,3),(4,5),(5,7),(7,6)],8)
=> ([(2,7),(3,6),(4,5),(4,6),(5,7),(6,7)],8)
=> ? = 2
1110 => 1011 => ([(0,2),(0,3),(1,6),(2,7),(2,8),(3,1),(3,7),(3,8),(5,4),(6,4),(7,5),(8,5),(8,6)],9)
=> ([(2,6),(3,4),(3,8),(4,7),(5,7),(5,8),(6,8),(7,8)],9)
=> ? = 2
1111 => 1010 => ([(0,1),(0,2),(1,6),(1,7),(2,6),(2,7),(4,3),(5,3),(6,4),(6,5),(7,4),(7,5)],8)
=> ([(2,7),(3,6),(4,5)],8)
=> ? = 1
00000 => 01010 => ([(0,1),(0,2),(1,8),(1,9),(2,8),(2,9),(4,3),(5,3),(6,4),(6,5),(7,4),(7,5),(8,6),(8,7),(9,6),(9,7)],10)
=> ([(2,9),(3,8),(4,7),(5,6)],10)
=> ? = 1
00001 => 01011 => ([(0,2),(0,3),(1,8),(2,10),(2,11),(3,1),(3,10),(3,11),(5,6),(6,4),(7,4),(8,7),(9,6),(9,7),(10,5),(10,9),(11,5),(11,8),(11,9)],12)
=> ([(2,5),(3,6),(3,11),(4,7),(4,9),(5,11),(6,10),(6,11),(7,10),(7,11),(8,9),(8,10),(8,11),(9,10),(9,11)],12)
=> ? = 2
00010 => 01000 => ([(0,3),(0,4),(1,2),(1,11),(2,8),(3,9),(3,10),(4,1),(4,9),(4,10),(6,7),(7,5),(8,5),(9,6),(10,6),(10,11),(11,7),(11,8)],12)
=> ([(2,7),(3,6),(3,11),(4,8),(4,10),(4,11),(5,9),(5,10),(5,11),(6,8),(6,10),(7,9),(7,11),(8,9),(8,11),(9,10),(10,11)],12)
=> ? = 2
00011 => 01001 => ([(0,2),(0,3),(1,5),(1,9),(2,10),(2,11),(3,1),(3,10),(3,11),(5,7),(6,8),(7,4),(8,4),(9,7),(9,8),(10,5),(10,6),(11,6),(11,9)],12)
=> ([(2,5),(3,4),(3,11),(4,9),(5,10),(6,8),(6,9),(6,11),(7,8),(7,10),(7,11),(8,10),(9,10),(9,11)],12)
=> ? = 2
00100 => 01110 => ([(0,3),(0,4),(1,2),(1,10),(1,11),(2,8),(2,9),(3,6),(3,7),(4,1),(4,6),(4,7),(6,11),(7,10),(8,5),(9,5),(10,8),(11,9)],12)
=> ([(2,6),(3,6),(3,9),(3,10),(4,5),(4,8),(4,10),(5,7),(5,9),(6,11),(7,8),(7,10),(7,11),(8,9),(8,11),(9,10),(9,11),(10,11)],12)
=> ? = 1
00101 => 01111 => ([(0,2),(0,5),(1,7),(2,6),(3,4),(3,9),(4,1),(4,8),(5,3),(5,6),(6,9),(8,7),(9,8)],10)
=> ([(2,9),(3,8),(4,7),(4,8),(5,6),(5,9),(6,7),(6,8),(7,9),(8,9)],10)
=> ? = 2
00110 => 01100 => ([(0,3),(0,4),(1,9),(2,6),(2,11),(3,2),(3,10),(3,12),(4,1),(4,10),(4,12),(6,7),(7,5),(8,5),(9,8),(10,6),(11,7),(11,8),(12,9),(12,11)],13)
=> ([(2,3),(2,10),(3,12),(4,5),(4,8),(4,12),(5,9),(5,11),(6,8),(6,9),(6,11),(6,12),(7,9),(7,10),(7,11),(7,12),(8,9),(8,10),(8,11),(9,12),(10,11),(10,12),(11,12)],13)
=> ? = 2
00111 => 01101 => ([(0,2),(0,3),(1,5),(1,9),(2,10),(2,11),(3,1),(3,10),(3,11),(5,7),(6,8),(7,4),(8,4),(9,7),(9,8),(10,5),(10,6),(11,6),(11,9)],12)
=> ([(2,5),(3,4),(3,11),(4,9),(5,10),(6,8),(6,9),(6,11),(7,8),(7,10),(7,11),(8,10),(9,10),(9,11)],12)
=> ? = 2
01000 => 00010 => ([(0,3),(0,4),(1,2),(1,11),(2,8),(3,9),(3,10),(4,1),(4,9),(4,10),(6,7),(7,5),(8,5),(9,6),(10,6),(10,11),(11,7),(11,8)],12)
=> ([(2,7),(3,6),(3,11),(4,8),(4,10),(4,11),(5,9),(5,10),(5,11),(6,8),(6,10),(7,9),(7,11),(8,9),(8,11),(9,10),(10,11)],12)
=> ? = 2
01001 => 00011 => ([(0,4),(0,5),(1,9),(2,3),(2,11),(3,8),(4,1),(4,10),(5,2),(5,10),(7,6),(8,6),(9,7),(10,9),(10,11),(11,7),(11,8)],12)
=> ([(2,7),(2,11),(3,6),(3,10),(4,8),(4,10),(4,11),(5,9),(5,10),(5,11),(6,8),(6,11),(7,9),(7,10),(8,9),(8,10),(9,11),(10,11)],12)
=> ? = 2
01010 => 00000 => ([(0,5),(2,4),(3,2),(4,1),(5,3)],6)
=> ([],6)
=> ? = 1
01011 => 00001 => ([(0,2),(0,5),(1,7),(2,6),(3,4),(3,9),(4,1),(4,8),(5,3),(5,6),(6,9),(8,7),(9,8)],10)
=> ([(2,9),(3,8),(4,7),(4,8),(5,6),(5,9),(6,7),(6,8),(7,9),(8,9)],10)
=> ? = 2
01100 => 00110 => ([(0,3),(0,4),(1,9),(2,6),(2,11),(3,2),(3,10),(3,12),(4,1),(4,10),(4,12),(6,7),(7,5),(8,5),(9,8),(10,6),(11,7),(11,8),(12,9),(12,11)],13)
=> ([(2,3),(2,10),(3,12),(4,5),(4,8),(4,12),(5,9),(5,11),(6,8),(6,9),(6,11),(6,12),(7,9),(7,10),(7,11),(7,12),(8,9),(8,10),(8,11),(9,12),(10,11),(10,12),(11,12)],13)
=> ? = 2
01101 => 00111 => ([(0,4),(0,5),(1,9),(2,3),(2,11),(3,8),(4,1),(4,10),(5,2),(5,10),(7,6),(8,6),(9,7),(10,9),(10,11),(11,7),(11,8)],12)
=> ([(2,7),(2,11),(3,6),(3,10),(4,8),(4,10),(4,11),(5,9),(5,10),(5,11),(6,8),(6,11),(7,9),(7,10),(8,9),(8,10),(9,11),(10,11)],12)
=> ? = 2
01110 => 00100 => ([(0,2),(0,3),(1,5),(1,6),(2,10),(2,11),(3,1),(3,10),(3,11),(5,8),(6,7),(7,4),(8,4),(9,7),(9,8),(10,6),(10,9),(11,5),(11,9)],12)
=> ([(2,5),(3,4),(3,10),(4,9),(5,11),(6,9),(6,10),(6,11),(7,8),(7,9),(7,11),(8,10),(8,11),(9,10)],12)
=> ? = 1
01111 => 00101 => ([(0,2),(0,3),(1,8),(2,10),(2,11),(3,1),(3,10),(3,11),(5,6),(6,4),(7,4),(8,7),(9,6),(9,7),(10,5),(10,9),(11,5),(11,8),(11,9)],12)
=> ([(2,5),(3,6),(3,11),(4,7),(4,9),(5,11),(6,10),(6,11),(7,10),(7,11),(8,9),(8,10),(8,11),(9,10),(9,11)],12)
=> ? = 2
10000 => 11010 => ([(0,2),(0,3),(1,8),(2,10),(2,11),(3,1),(3,10),(3,11),(5,6),(6,4),(7,4),(8,7),(9,6),(9,7),(10,5),(10,9),(11,5),(11,8),(11,9)],12)
=> ([(2,5),(3,6),(3,11),(4,7),(4,9),(5,11),(6,10),(6,11),(7,10),(7,11),(8,9),(8,10),(8,11),(9,10),(9,11)],12)
=> ? = 2
10001 => 11011 => ([(0,2),(0,3),(1,5),(1,6),(2,10),(2,11),(3,1),(3,10),(3,11),(5,8),(6,7),(7,4),(8,4),(9,7),(9,8),(10,6),(10,9),(11,5),(11,9)],12)
=> ([(2,5),(3,4),(3,10),(4,9),(5,11),(6,9),(6,10),(6,11),(7,8),(7,9),(7,11),(8,10),(8,11),(9,10)],12)
=> ? = 1
10010 => 11000 => ([(0,4),(0,5),(1,9),(2,3),(2,11),(3,8),(4,1),(4,10),(5,2),(5,10),(7,6),(8,6),(9,7),(10,9),(10,11),(11,7),(11,8)],12)
=> ([(2,7),(2,11),(3,6),(3,10),(4,8),(4,10),(4,11),(5,9),(5,10),(5,11),(6,8),(6,11),(7,9),(7,10),(8,9),(8,10),(9,11),(10,11)],12)
=> ? = 2
10011 => 11001 => ([(0,3),(0,4),(1,9),(2,6),(2,11),(3,2),(3,10),(3,12),(4,1),(4,10),(4,12),(6,7),(7,5),(8,5),(9,8),(10,6),(11,7),(11,8),(12,9),(12,11)],13)
=> ([(2,3),(2,10),(3,12),(4,5),(4,8),(4,12),(5,9),(5,11),(6,8),(6,9),(6,11),(6,12),(7,9),(7,10),(7,11),(7,12),(8,9),(8,10),(8,11),(9,12),(10,11),(10,12),(11,12)],13)
=> ? = 2
10100 => 11110 => ([(0,2),(0,5),(1,7),(2,6),(3,4),(3,9),(4,1),(4,8),(5,3),(5,6),(6,9),(8,7),(9,8)],10)
=> ([(2,9),(3,8),(4,7),(4,8),(5,6),(5,9),(6,7),(6,8),(7,9),(8,9)],10)
=> ? = 2
10101 => 11111 => ([(0,5),(2,4),(3,2),(4,1),(5,3)],6)
=> ([],6)
=> ? = 1
10110 => 11100 => ([(0,4),(0,5),(1,9),(2,3),(2,11),(3,8),(4,1),(4,10),(5,2),(5,10),(7,6),(8,6),(9,7),(10,9),(10,11),(11,7),(11,8)],12)
=> ([(2,7),(2,11),(3,6),(3,10),(4,8),(4,10),(4,11),(5,9),(5,10),(5,11),(6,8),(6,11),(7,9),(7,10),(8,9),(8,10),(9,11),(10,11)],12)
=> ? = 2
10111 => 11101 => ([(0,3),(0,4),(1,2),(1,11),(2,8),(3,9),(3,10),(4,1),(4,9),(4,10),(6,7),(7,5),(8,5),(9,6),(10,6),(10,11),(11,7),(11,8)],12)
=> ([(2,7),(3,6),(3,11),(4,8),(4,10),(4,11),(5,9),(5,10),(5,11),(6,8),(6,10),(7,9),(7,11),(8,9),(8,11),(9,10),(10,11)],12)
=> ? = 2
11000 => 10010 => ([(0,2),(0,3),(1,5),(1,9),(2,10),(2,11),(3,1),(3,10),(3,11),(5,7),(6,8),(7,4),(8,4),(9,7),(9,8),(10,5),(10,6),(11,6),(11,9)],12)
=> ([(2,5),(3,4),(3,11),(4,9),(5,10),(6,8),(6,9),(6,11),(7,8),(7,10),(7,11),(8,10),(9,10),(9,11)],12)
=> ? = 2
11001 => 10011 => ([(0,3),(0,4),(1,9),(2,6),(2,11),(3,2),(3,10),(3,12),(4,1),(4,10),(4,12),(6,7),(7,5),(8,5),(9,8),(10,6),(11,7),(11,8),(12,9),(12,11)],13)
=> ([(2,3),(2,10),(3,12),(4,5),(4,8),(4,12),(5,9),(5,11),(6,8),(6,9),(6,11),(6,12),(7,9),(7,10),(7,11),(7,12),(8,9),(8,10),(8,11),(9,12),(10,11),(10,12),(11,12)],13)
=> ? = 2
11010 => 10000 => ([(0,2),(0,5),(1,7),(2,6),(3,4),(3,9),(4,1),(4,8),(5,3),(5,6),(6,9),(8,7),(9,8)],10)
=> ([(2,9),(3,8),(4,7),(4,8),(5,6),(5,9),(6,7),(6,8),(7,9),(8,9)],10)
=> ? = 2
11011 => 10001 => ([(0,3),(0,4),(1,2),(1,10),(1,11),(2,8),(2,9),(3,6),(3,7),(4,1),(4,6),(4,7),(6,11),(7,10),(8,5),(9,5),(10,8),(11,9)],12)
=> ([(2,6),(3,6),(3,9),(3,10),(4,5),(4,8),(4,10),(5,7),(5,9),(6,11),(7,8),(7,10),(7,11),(8,9),(8,11),(9,10),(9,11),(10,11)],12)
=> ? = 1
Description
The acyclic chromatic index of a graph. An acyclic edge coloring of a graph is a proper colouring of the edges of a graph such that the union of the edges colored with any two given colours is a forest. The smallest number of colours such that such a colouring exists is the acyclic chromatic index.
The following 1 statistic also match your data. Click on any of them to see the details.
St001875The number of simple modules with projective dimension at most 1.