Your data matches 101 different statistics following compositions of up to 3 maps.
(click to perform a complete search on your data)
St000326: Binary words ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
0 => 2
1 => 1
00 => 3
01 => 2
10 => 1
11 => 1
000 => 4
001 => 3
010 => 2
011 => 2
100 => 1
101 => 1
110 => 1
111 => 1
0000 => 5
0001 => 4
0010 => 3
0011 => 3
0100 => 2
0101 => 2
0110 => 2
0111 => 2
1000 => 1
1001 => 1
1010 => 1
1011 => 1
1100 => 1
1101 => 1
1110 => 1
1111 => 1
00000 => 6
00001 => 5
00010 => 4
00011 => 4
00100 => 3
00101 => 3
00110 => 3
00111 => 3
01000 => 2
01001 => 2
01010 => 2
01011 => 2
01100 => 2
01101 => 2
01110 => 2
01111 => 2
10000 => 1
10001 => 1
10010 => 1
10011 => 1
Description
The position of the first one in a binary word after appending a 1 at the end. Regarding the binary word as a subset of $\{1,\dots,n,n+1\}$ that contains $n+1$, this is the minimal element of the set.
St000297: Binary words ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
0 => 0 = 1 - 1
1 => 1 = 2 - 1
00 => 0 = 1 - 1
01 => 0 = 1 - 1
10 => 1 = 2 - 1
11 => 2 = 3 - 1
000 => 0 = 1 - 1
001 => 0 = 1 - 1
010 => 0 = 1 - 1
011 => 0 = 1 - 1
100 => 1 = 2 - 1
101 => 1 = 2 - 1
110 => 2 = 3 - 1
111 => 3 = 4 - 1
0000 => 0 = 1 - 1
0001 => 0 = 1 - 1
0010 => 0 = 1 - 1
0011 => 0 = 1 - 1
0100 => 0 = 1 - 1
0101 => 0 = 1 - 1
0110 => 0 = 1 - 1
0111 => 0 = 1 - 1
1000 => 1 = 2 - 1
1001 => 1 = 2 - 1
1010 => 1 = 2 - 1
1011 => 1 = 2 - 1
1100 => 2 = 3 - 1
1101 => 2 = 3 - 1
1110 => 3 = 4 - 1
1111 => 4 = 5 - 1
00000 => 0 = 1 - 1
00001 => 0 = 1 - 1
00010 => 0 = 1 - 1
00011 => 0 = 1 - 1
00100 => 0 = 1 - 1
00101 => 0 = 1 - 1
00110 => 0 = 1 - 1
00111 => 0 = 1 - 1
01000 => 0 = 1 - 1
01001 => 0 = 1 - 1
01010 => 0 = 1 - 1
01011 => 0 = 1 - 1
01100 => 0 = 1 - 1
01101 => 0 = 1 - 1
01110 => 0 = 1 - 1
01111 => 0 = 1 - 1
10000 => 1 = 2 - 1
10001 => 1 = 2 - 1
10010 => 1 = 2 - 1
10011 => 1 = 2 - 1
Description
The number of leading ones in a binary word.
Matching statistic: St000382
Mp00178: Binary words to compositionInteger compositions
St000382: Integer compositions ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
0 => [2] => 2
1 => [1,1] => 1
00 => [3] => 3
01 => [2,1] => 2
10 => [1,2] => 1
11 => [1,1,1] => 1
000 => [4] => 4
001 => [3,1] => 3
010 => [2,2] => 2
011 => [2,1,1] => 2
100 => [1,3] => 1
101 => [1,2,1] => 1
110 => [1,1,2] => 1
111 => [1,1,1,1] => 1
0000 => [5] => 5
0001 => [4,1] => 4
0010 => [3,2] => 3
0011 => [3,1,1] => 3
0100 => [2,3] => 2
0101 => [2,2,1] => 2
0110 => [2,1,2] => 2
0111 => [2,1,1,1] => 2
1000 => [1,4] => 1
1001 => [1,3,1] => 1
1010 => [1,2,2] => 1
1011 => [1,2,1,1] => 1
1100 => [1,1,3] => 1
1101 => [1,1,2,1] => 1
1110 => [1,1,1,2] => 1
1111 => [1,1,1,1,1] => 1
00000 => [6] => 6
00001 => [5,1] => 5
00010 => [4,2] => 4
00011 => [4,1,1] => 4
00100 => [3,3] => 3
00101 => [3,2,1] => 3
00110 => [3,1,2] => 3
00111 => [3,1,1,1] => 3
01000 => [2,4] => 2
01001 => [2,3,1] => 2
01010 => [2,2,2] => 2
01011 => [2,2,1,1] => 2
01100 => [2,1,3] => 2
01101 => [2,1,2,1] => 2
01110 => [2,1,1,2] => 2
01111 => [2,1,1,1,1] => 2
10000 => [1,5] => 1
10001 => [1,4,1] => 1
10010 => [1,3,2] => 1
10011 => [1,3,1,1] => 1
Description
The first part of an integer composition.
Mp00178: Binary words to compositionInteger compositions
St000383: Integer compositions ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
0 => [2] => 2
1 => [1,1] => 1
00 => [3] => 3
01 => [2,1] => 1
10 => [1,2] => 2
11 => [1,1,1] => 1
000 => [4] => 4
001 => [3,1] => 1
010 => [2,2] => 2
011 => [2,1,1] => 1
100 => [1,3] => 3
101 => [1,2,1] => 1
110 => [1,1,2] => 2
111 => [1,1,1,1] => 1
0000 => [5] => 5
0001 => [4,1] => 1
0010 => [3,2] => 2
0011 => [3,1,1] => 1
0100 => [2,3] => 3
0101 => [2,2,1] => 1
0110 => [2,1,2] => 2
0111 => [2,1,1,1] => 1
1000 => [1,4] => 4
1001 => [1,3,1] => 1
1010 => [1,2,2] => 2
1011 => [1,2,1,1] => 1
1100 => [1,1,3] => 3
1101 => [1,1,2,1] => 1
1110 => [1,1,1,2] => 2
1111 => [1,1,1,1,1] => 1
00000 => [6] => 6
00001 => [5,1] => 1
00010 => [4,2] => 2
00011 => [4,1,1] => 1
00100 => [3,3] => 3
00101 => [3,2,1] => 1
00110 => [3,1,2] => 2
00111 => [3,1,1,1] => 1
01000 => [2,4] => 4
01001 => [2,3,1] => 1
01010 => [2,2,2] => 2
01011 => [2,2,1,1] => 1
01100 => [2,1,3] => 3
01101 => [2,1,2,1] => 1
01110 => [2,1,1,2] => 2
01111 => [2,1,1,1,1] => 1
10000 => [1,5] => 5
10001 => [1,4,1] => 1
10010 => [1,3,2] => 2
10011 => [1,3,1,1] => 1
Description
The last part of an integer composition.
Mp00178: Binary words to compositionInteger compositions
Mp00231: Integer compositions bounce pathDyck paths
St000025: Dyck paths ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
0 => [2] => [1,1,0,0]
=> 2
1 => [1,1] => [1,0,1,0]
=> 1
00 => [3] => [1,1,1,0,0,0]
=> 3
01 => [2,1] => [1,1,0,0,1,0]
=> 2
10 => [1,2] => [1,0,1,1,0,0]
=> 1
11 => [1,1,1] => [1,0,1,0,1,0]
=> 1
000 => [4] => [1,1,1,1,0,0,0,0]
=> 4
001 => [3,1] => [1,1,1,0,0,0,1,0]
=> 3
010 => [2,2] => [1,1,0,0,1,1,0,0]
=> 2
011 => [2,1,1] => [1,1,0,0,1,0,1,0]
=> 2
100 => [1,3] => [1,0,1,1,1,0,0,0]
=> 1
101 => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 1
110 => [1,1,2] => [1,0,1,0,1,1,0,0]
=> 1
111 => [1,1,1,1] => [1,0,1,0,1,0,1,0]
=> 1
0000 => [5] => [1,1,1,1,1,0,0,0,0,0]
=> 5
0001 => [4,1] => [1,1,1,1,0,0,0,0,1,0]
=> 4
0010 => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 3
0011 => [3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> 3
0100 => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> 2
0101 => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> 2
0110 => [2,1,2] => [1,1,0,0,1,0,1,1,0,0]
=> 2
0111 => [2,1,1,1] => [1,1,0,0,1,0,1,0,1,0]
=> 2
1000 => [1,4] => [1,0,1,1,1,1,0,0,0,0]
=> 1
1001 => [1,3,1] => [1,0,1,1,1,0,0,0,1,0]
=> 1
1010 => [1,2,2] => [1,0,1,1,0,0,1,1,0,0]
=> 1
1011 => [1,2,1,1] => [1,0,1,1,0,0,1,0,1,0]
=> 1
1100 => [1,1,3] => [1,0,1,0,1,1,1,0,0,0]
=> 1
1101 => [1,1,2,1] => [1,0,1,0,1,1,0,0,1,0]
=> 1
1110 => [1,1,1,2] => [1,0,1,0,1,0,1,1,0,0]
=> 1
1111 => [1,1,1,1,1] => [1,0,1,0,1,0,1,0,1,0]
=> 1
00000 => [6] => [1,1,1,1,1,1,0,0,0,0,0,0]
=> 6
00001 => [5,1] => [1,1,1,1,1,0,0,0,0,0,1,0]
=> 5
00010 => [4,2] => [1,1,1,1,0,0,0,0,1,1,0,0]
=> 4
00011 => [4,1,1] => [1,1,1,1,0,0,0,0,1,0,1,0]
=> 4
00100 => [3,3] => [1,1,1,0,0,0,1,1,1,0,0,0]
=> 3
00101 => [3,2,1] => [1,1,1,0,0,0,1,1,0,0,1,0]
=> 3
00110 => [3,1,2] => [1,1,1,0,0,0,1,0,1,1,0,0]
=> 3
00111 => [3,1,1,1] => [1,1,1,0,0,0,1,0,1,0,1,0]
=> 3
01000 => [2,4] => [1,1,0,0,1,1,1,1,0,0,0,0]
=> 2
01001 => [2,3,1] => [1,1,0,0,1,1,1,0,0,0,1,0]
=> 2
01010 => [2,2,2] => [1,1,0,0,1,1,0,0,1,1,0,0]
=> 2
01011 => [2,2,1,1] => [1,1,0,0,1,1,0,0,1,0,1,0]
=> 2
01100 => [2,1,3] => [1,1,0,0,1,0,1,1,1,0,0,0]
=> 2
01101 => [2,1,2,1] => [1,1,0,0,1,0,1,1,0,0,1,0]
=> 2
01110 => [2,1,1,2] => [1,1,0,0,1,0,1,0,1,1,0,0]
=> 2
01111 => [2,1,1,1,1] => [1,1,0,0,1,0,1,0,1,0,1,0]
=> 2
10000 => [1,5] => [1,0,1,1,1,1,1,0,0,0,0,0]
=> 1
10001 => [1,4,1] => [1,0,1,1,1,1,0,0,0,0,1,0]
=> 1
10010 => [1,3,2] => [1,0,1,1,1,0,0,0,1,1,0,0]
=> 1
10011 => [1,3,1,1] => [1,0,1,1,1,0,0,0,1,0,1,0]
=> 1
Description
The number of initial rises of a Dyck path. In other words, this is the height of the first peak of $D$.
Mp00178: Binary words to compositionInteger compositions
Mp00231: Integer compositions bounce pathDyck paths
St000026: Dyck paths ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
0 => [2] => [1,1,0,0]
=> 2
1 => [1,1] => [1,0,1,0]
=> 1
00 => [3] => [1,1,1,0,0,0]
=> 3
01 => [2,1] => [1,1,0,0,1,0]
=> 2
10 => [1,2] => [1,0,1,1,0,0]
=> 1
11 => [1,1,1] => [1,0,1,0,1,0]
=> 1
000 => [4] => [1,1,1,1,0,0,0,0]
=> 4
001 => [3,1] => [1,1,1,0,0,0,1,0]
=> 3
010 => [2,2] => [1,1,0,0,1,1,0,0]
=> 2
011 => [2,1,1] => [1,1,0,0,1,0,1,0]
=> 2
100 => [1,3] => [1,0,1,1,1,0,0,0]
=> 1
101 => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 1
110 => [1,1,2] => [1,0,1,0,1,1,0,0]
=> 1
111 => [1,1,1,1] => [1,0,1,0,1,0,1,0]
=> 1
0000 => [5] => [1,1,1,1,1,0,0,0,0,0]
=> 5
0001 => [4,1] => [1,1,1,1,0,0,0,0,1,0]
=> 4
0010 => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 3
0011 => [3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> 3
0100 => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> 2
0101 => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> 2
0110 => [2,1,2] => [1,1,0,0,1,0,1,1,0,0]
=> 2
0111 => [2,1,1,1] => [1,1,0,0,1,0,1,0,1,0]
=> 2
1000 => [1,4] => [1,0,1,1,1,1,0,0,0,0]
=> 1
1001 => [1,3,1] => [1,0,1,1,1,0,0,0,1,0]
=> 1
1010 => [1,2,2] => [1,0,1,1,0,0,1,1,0,0]
=> 1
1011 => [1,2,1,1] => [1,0,1,1,0,0,1,0,1,0]
=> 1
1100 => [1,1,3] => [1,0,1,0,1,1,1,0,0,0]
=> 1
1101 => [1,1,2,1] => [1,0,1,0,1,1,0,0,1,0]
=> 1
1110 => [1,1,1,2] => [1,0,1,0,1,0,1,1,0,0]
=> 1
1111 => [1,1,1,1,1] => [1,0,1,0,1,0,1,0,1,0]
=> 1
00000 => [6] => [1,1,1,1,1,1,0,0,0,0,0,0]
=> 6
00001 => [5,1] => [1,1,1,1,1,0,0,0,0,0,1,0]
=> 5
00010 => [4,2] => [1,1,1,1,0,0,0,0,1,1,0,0]
=> 4
00011 => [4,1,1] => [1,1,1,1,0,0,0,0,1,0,1,0]
=> 4
00100 => [3,3] => [1,1,1,0,0,0,1,1,1,0,0,0]
=> 3
00101 => [3,2,1] => [1,1,1,0,0,0,1,1,0,0,1,0]
=> 3
00110 => [3,1,2] => [1,1,1,0,0,0,1,0,1,1,0,0]
=> 3
00111 => [3,1,1,1] => [1,1,1,0,0,0,1,0,1,0,1,0]
=> 3
01000 => [2,4] => [1,1,0,0,1,1,1,1,0,0,0,0]
=> 2
01001 => [2,3,1] => [1,1,0,0,1,1,1,0,0,0,1,0]
=> 2
01010 => [2,2,2] => [1,1,0,0,1,1,0,0,1,1,0,0]
=> 2
01011 => [2,2,1,1] => [1,1,0,0,1,1,0,0,1,0,1,0]
=> 2
01100 => [2,1,3] => [1,1,0,0,1,0,1,1,1,0,0,0]
=> 2
01101 => [2,1,2,1] => [1,1,0,0,1,0,1,1,0,0,1,0]
=> 2
01110 => [2,1,1,2] => [1,1,0,0,1,0,1,0,1,1,0,0]
=> 2
01111 => [2,1,1,1,1] => [1,1,0,0,1,0,1,0,1,0,1,0]
=> 2
10000 => [1,5] => [1,0,1,1,1,1,1,0,0,0,0,0]
=> 1
10001 => [1,4,1] => [1,0,1,1,1,1,0,0,0,0,1,0]
=> 1
10010 => [1,3,2] => [1,0,1,1,1,0,0,0,1,1,0,0]
=> 1
10011 => [1,3,1,1] => [1,0,1,1,1,0,0,0,1,0,1,0]
=> 1
Description
The position of the first return of a Dyck path.
Mp00178: Binary words to compositionInteger compositions
Mp00184: Integer compositions to threshold graphGraphs
St000273: Graphs ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
0 => [2] => ([],2)
=> 2
1 => [1,1] => ([(0,1)],2)
=> 1
00 => [3] => ([],3)
=> 3
01 => [2,1] => ([(0,2),(1,2)],3)
=> 1
10 => [1,2] => ([(1,2)],3)
=> 2
11 => [1,1,1] => ([(0,1),(0,2),(1,2)],3)
=> 1
000 => [4] => ([],4)
=> 4
001 => [3,1] => ([(0,3),(1,3),(2,3)],4)
=> 1
010 => [2,2] => ([(1,3),(2,3)],4)
=> 2
011 => [2,1,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 1
100 => [1,3] => ([(2,3)],4)
=> 3
101 => [1,2,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 1
110 => [1,1,2] => ([(1,2),(1,3),(2,3)],4)
=> 2
111 => [1,1,1,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 1
0000 => [5] => ([],5)
=> 5
0001 => [4,1] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 1
0010 => [3,2] => ([(1,4),(2,4),(3,4)],5)
=> 2
0011 => [3,1,1] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
0100 => [2,3] => ([(2,4),(3,4)],5)
=> 3
0101 => [2,2,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
0110 => [2,1,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
0111 => [2,1,1,1] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
1000 => [1,4] => ([(3,4)],5)
=> 4
1001 => [1,3,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
1010 => [1,2,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> 2
1011 => [1,2,1,1] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
1100 => [1,1,3] => ([(2,3),(2,4),(3,4)],5)
=> 3
1101 => [1,1,2,1] => ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
1110 => [1,1,1,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
1111 => [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
00000 => [6] => ([],6)
=> 6
00001 => [5,1] => ([(0,5),(1,5),(2,5),(3,5),(4,5)],6)
=> 1
00010 => [4,2] => ([(1,5),(2,5),(3,5),(4,5)],6)
=> 2
00011 => [4,1,1] => ([(0,4),(0,5),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 1
00100 => [3,3] => ([(2,5),(3,5),(4,5)],6)
=> 3
00101 => [3,2,1] => ([(0,5),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 1
00110 => [3,1,2] => ([(1,4),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 2
00111 => [3,1,1,1] => ([(0,3),(0,4),(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 1
01000 => [2,4] => ([(3,5),(4,5)],6)
=> 4
01001 => [2,3,1] => ([(0,5),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 1
01010 => [2,2,2] => ([(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 2
01011 => [2,2,1,1] => ([(0,4),(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 1
01100 => [2,1,3] => ([(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 3
01101 => [2,1,2,1] => ([(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 1
01110 => [2,1,1,2] => ([(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 2
01111 => [2,1,1,1,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
10000 => [1,5] => ([(4,5)],6)
=> 5
10001 => [1,4,1] => ([(0,5),(1,5),(2,5),(3,4),(3,5),(4,5)],6)
=> 1
10010 => [1,3,2] => ([(1,5),(2,5),(3,4),(3,5),(4,5)],6)
=> 2
10011 => [1,3,1,1] => ([(0,4),(0,5),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 1
Description
The domination number of a graph. The domination number of a graph is given by the minimum size of a dominating set of vertices. A dominating set of vertices is a subset of the vertex set of such that every vertex is either in this subset or adjacent to an element of this subset.
Mp00178: Binary words to compositionInteger compositions
Mp00184: Integer compositions to threshold graphGraphs
St000286: Graphs ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
0 => [2] => ([],2)
=> 1
1 => [1,1] => ([(0,1)],2)
=> 2
00 => [3] => ([],3)
=> 1
01 => [2,1] => ([(0,2),(1,2)],3)
=> 2
10 => [1,2] => ([(1,2)],3)
=> 1
11 => [1,1,1] => ([(0,1),(0,2),(1,2)],3)
=> 3
000 => [4] => ([],4)
=> 1
001 => [3,1] => ([(0,3),(1,3),(2,3)],4)
=> 2
010 => [2,2] => ([(1,3),(2,3)],4)
=> 1
011 => [2,1,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 3
100 => [1,3] => ([(2,3)],4)
=> 1
101 => [1,2,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 2
110 => [1,1,2] => ([(1,2),(1,3),(2,3)],4)
=> 1
111 => [1,1,1,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 4
0000 => [5] => ([],5)
=> 1
0001 => [4,1] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 2
0010 => [3,2] => ([(1,4),(2,4),(3,4)],5)
=> 1
0011 => [3,1,1] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 3
0100 => [2,3] => ([(2,4),(3,4)],5)
=> 1
0101 => [2,2,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
0110 => [2,1,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
0111 => [2,1,1,1] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 4
1000 => [1,4] => ([(3,4)],5)
=> 1
1001 => [1,3,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
1010 => [1,2,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> 1
1011 => [1,2,1,1] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 3
1100 => [1,1,3] => ([(2,3),(2,4),(3,4)],5)
=> 1
1101 => [1,1,2,1] => ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
1110 => [1,1,1,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
1111 => [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)
=> 5
00000 => [6] => ([],6)
=> 1
00001 => [5,1] => ([(0,5),(1,5),(2,5),(3,5),(4,5)],6)
=> 2
00010 => [4,2] => ([(1,5),(2,5),(3,5),(4,5)],6)
=> 1
00011 => [4,1,1] => ([(0,4),(0,5),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 3
00100 => [3,3] => ([(2,5),(3,5),(4,5)],6)
=> 1
00101 => [3,2,1] => ([(0,5),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 2
00110 => [3,1,2] => ([(1,4),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 1
00111 => [3,1,1,1] => ([(0,3),(0,4),(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 4
01000 => [2,4] => ([(3,5),(4,5)],6)
=> 1
01001 => [2,3,1] => ([(0,5),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 2
01010 => [2,2,2] => ([(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 1
01011 => [2,2,1,1] => ([(0,4),(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 3
01100 => [2,1,3] => ([(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 1
01101 => [2,1,2,1] => ([(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 2
01110 => [2,1,1,2] => ([(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 1
01111 => [2,1,1,1,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)
=> 5
10000 => [1,5] => ([(4,5)],6)
=> 1
10001 => [1,4,1] => ([(0,5),(1,5),(2,5),(3,4),(3,5),(4,5)],6)
=> 2
10010 => [1,3,2] => ([(1,5),(2,5),(3,4),(3,5),(4,5)],6)
=> 1
10011 => [1,3,1,1] => ([(0,4),(0,5),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 3
Description
The number of connected components of the complement of a graph. The complement of a graph is the graph on the same vertex set with complementary edges.
Mp00178: Binary words to compositionInteger compositions
Mp00184: Integer compositions to threshold graphGraphs
St000287: Graphs ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
0 => [2] => ([],2)
=> 2
1 => [1,1] => ([(0,1)],2)
=> 1
00 => [3] => ([],3)
=> 3
01 => [2,1] => ([(0,2),(1,2)],3)
=> 1
10 => [1,2] => ([(1,2)],3)
=> 2
11 => [1,1,1] => ([(0,1),(0,2),(1,2)],3)
=> 1
000 => [4] => ([],4)
=> 4
001 => [3,1] => ([(0,3),(1,3),(2,3)],4)
=> 1
010 => [2,2] => ([(1,3),(2,3)],4)
=> 2
011 => [2,1,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 1
100 => [1,3] => ([(2,3)],4)
=> 3
101 => [1,2,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 1
110 => [1,1,2] => ([(1,2),(1,3),(2,3)],4)
=> 2
111 => [1,1,1,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 1
0000 => [5] => ([],5)
=> 5
0001 => [4,1] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 1
0010 => [3,2] => ([(1,4),(2,4),(3,4)],5)
=> 2
0011 => [3,1,1] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
0100 => [2,3] => ([(2,4),(3,4)],5)
=> 3
0101 => [2,2,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
0110 => [2,1,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
0111 => [2,1,1,1] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
1000 => [1,4] => ([(3,4)],5)
=> 4
1001 => [1,3,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
1010 => [1,2,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> 2
1011 => [1,2,1,1] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
1100 => [1,1,3] => ([(2,3),(2,4),(3,4)],5)
=> 3
1101 => [1,1,2,1] => ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
1110 => [1,1,1,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
1111 => [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
00000 => [6] => ([],6)
=> 6
00001 => [5,1] => ([(0,5),(1,5),(2,5),(3,5),(4,5)],6)
=> 1
00010 => [4,2] => ([(1,5),(2,5),(3,5),(4,5)],6)
=> 2
00011 => [4,1,1] => ([(0,4),(0,5),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 1
00100 => [3,3] => ([(2,5),(3,5),(4,5)],6)
=> 3
00101 => [3,2,1] => ([(0,5),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 1
00110 => [3,1,2] => ([(1,4),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 2
00111 => [3,1,1,1] => ([(0,3),(0,4),(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 1
01000 => [2,4] => ([(3,5),(4,5)],6)
=> 4
01001 => [2,3,1] => ([(0,5),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 1
01010 => [2,2,2] => ([(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 2
01011 => [2,2,1,1] => ([(0,4),(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 1
01100 => [2,1,3] => ([(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 3
01101 => [2,1,2,1] => ([(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 1
01110 => [2,1,1,2] => ([(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 2
01111 => [2,1,1,1,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
10000 => [1,5] => ([(4,5)],6)
=> 5
10001 => [1,4,1] => ([(0,5),(1,5),(2,5),(3,4),(3,5),(4,5)],6)
=> 1
10010 => [1,3,2] => ([(1,5),(2,5),(3,4),(3,5),(4,5)],6)
=> 2
10011 => [1,3,1,1] => ([(0,4),(0,5),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 1
Description
The number of connected components of a graph.
Matching statistic: St000363
Mp00178: Binary words to compositionInteger compositions
Mp00184: Integer compositions to threshold graphGraphs
St000363: Graphs ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
0 => [2] => ([],2)
=> 1
1 => [1,1] => ([(0,1)],2)
=> 2
00 => [3] => ([],3)
=> 1
01 => [2,1] => ([(0,2),(1,2)],3)
=> 1
10 => [1,2] => ([(1,2)],3)
=> 2
11 => [1,1,1] => ([(0,1),(0,2),(1,2)],3)
=> 3
000 => [4] => ([],4)
=> 1
001 => [3,1] => ([(0,3),(1,3),(2,3)],4)
=> 1
010 => [2,2] => ([(1,3),(2,3)],4)
=> 1
011 => [2,1,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 1
100 => [1,3] => ([(2,3)],4)
=> 2
101 => [1,2,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 2
110 => [1,1,2] => ([(1,2),(1,3),(2,3)],4)
=> 3
111 => [1,1,1,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 4
0000 => [5] => ([],5)
=> 1
0001 => [4,1] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 1
0010 => [3,2] => ([(1,4),(2,4),(3,4)],5)
=> 1
0011 => [3,1,1] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
0100 => [2,3] => ([(2,4),(3,4)],5)
=> 1
0101 => [2,2,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
0110 => [2,1,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
0111 => [2,1,1,1] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
1000 => [1,4] => ([(3,4)],5)
=> 2
1001 => [1,3,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
1010 => [1,2,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> 2
1011 => [1,2,1,1] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
1100 => [1,1,3] => ([(2,3),(2,4),(3,4)],5)
=> 3
1101 => [1,1,2,1] => ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 3
1110 => [1,1,1,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 4
1111 => [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)
=> 5
00000 => [6] => ([],6)
=> 1
00001 => [5,1] => ([(0,5),(1,5),(2,5),(3,5),(4,5)],6)
=> 1
00010 => [4,2] => ([(1,5),(2,5),(3,5),(4,5)],6)
=> 1
00011 => [4,1,1] => ([(0,4),(0,5),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 1
00100 => [3,3] => ([(2,5),(3,5),(4,5)],6)
=> 1
00101 => [3,2,1] => ([(0,5),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 1
00110 => [3,1,2] => ([(1,4),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 1
00111 => [3,1,1,1] => ([(0,3),(0,4),(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 1
01000 => [2,4] => ([(3,5),(4,5)],6)
=> 1
01001 => [2,3,1] => ([(0,5),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 1
01010 => [2,2,2] => ([(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 1
01011 => [2,2,1,1] => ([(0,4),(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 1
01100 => [2,1,3] => ([(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 1
01101 => [2,1,2,1] => ([(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 1
01110 => [2,1,1,2] => ([(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 1
01111 => [2,1,1,1,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
10000 => [1,5] => ([(4,5)],6)
=> 2
10001 => [1,4,1] => ([(0,5),(1,5),(2,5),(3,4),(3,5),(4,5)],6)
=> 2
10010 => [1,3,2] => ([(1,5),(2,5),(3,4),(3,5),(4,5)],6)
=> 2
10011 => [1,3,1,1] => ([(0,4),(0,5),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 2
Description
The number of minimal vertex covers of a graph. A '''vertex cover''' of a graph $G$ is a subset $S$ of the vertices of $G$ such that each edge of $G$ contains at least one vertex of $S$. A vertex cover is minimal if it contains the least possible number of vertices. This is also the leading coefficient of the clique polynomial of the complement of $G$. This is also the number of independent sets of maximal cardinality of $G$.
The following 91 statistics, ordered by result quality, also match your data. Click on any of them to see the details.
St000544The cop number of a graph. St000678The number of up steps after the last double rise of a Dyck path. St000773The multiplicity of the largest Laplacian eigenvalue in a graph. St000916The packing number of a graph. St001135The projective dimension of the first simple module in the Nakayama algebra corresponding to the Dyck path. St001184Number of indecomposable injective modules with grade at least 1 in the corresponding Nakayama algebra. St001201The grade of the simple module $S_0$ in the special CNakayama algebra corresponding to the Dyck path. St001316The domatic number of a graph. St001322The size of a minimal independent dominating set in a graph. St001339The irredundance number of a graph. St001363The Euler characteristic of a graph according to Knill. St001829The common independence number of a graph. St000261The edge connectivity of a graph. St000262The vertex connectivity of a graph. St000310The minimal degree of a vertex of a graph. St000439The position of the first down step of a Dyck path. St001367The smallest number which does not occur as degree of a vertex in a graph. St001479The number of bridges of a graph. St001826The maximal number of leaves on a vertex of a graph. St000007The number of saliances of the permutation. St000010The length of the partition. St000011The number of touch points (or returns) of a Dyck path. St000054The first entry of the permutation. St000061The number of nodes on the left branch of a binary tree. St000066The column of the unique '1' in the first row of the alternating sign matrix. St000160The multiplicity of the smallest part of a partition. St000314The number of left-to-right-maxima of a permutation. St000335The difference of lower and upper interactions. St000501The size of the first part in the decomposition of a permutation. St000504The cardinality of the first block of a set partition. St000505The biggest entry in the block containing the 1. St000542The number of left-to-right-minima of a permutation. St000553The number of blocks of a graph. St000617The number of global maxima of a Dyck path. St000654The first descent of a permutation. St000740The last entry of a permutation. St000759The smallest missing part in an integer partition. St000772The multiplicity of the largest distance Laplacian eigenvalue in a connected graph. St000823The number of unsplittable factors of the set partition. St000838The number of terminal right-hand endpoints when the vertices are written in order. St000971The smallest closer of a set partition. St000990The first ascent of a permutation. St000991The number of right-to-left minima of a permutation. St000993The multiplicity of the largest part of an integer partition. St001050The number of terminal closers of a set partition. St001202Call a CNakayama algebra (a Nakayama algebra with a cyclic quiver) with Kupisch series $L=[c_0,c_1,...,c_{n−1}]$ such that $n=c_0 < c_i$ for all $i > 0$ a special CNakayama algebra. St001390The number of bumps occurring when Schensted-inserting the letter 1 of a permutation. St001481The minimal height of a peak of a Dyck path. St001733The number of weak left to right maxima of a Dyck path. St000051The size of the left subtree of a binary tree. St000090The variation of a composition. St000541The number of indices greater than or equal to 2 of a permutation such that all smaller indices appear to its right. St000738The first entry in the last row of a standard tableau. St000989The number of final rises of a permutation. St001176The size of a partition minus its first part. St001185The number of indecomposable injective modules of grade at least 2 in the corresponding Nakayama algebra. St001226The number of integers i such that the radical of the i-th indecomposable projective module has vanishing first extension group with the Jacobson radical J in the corresponding Nakayama algebra. St001274The number of indecomposable injective modules with projective dimension equal to two. St001640The number of ascent tops in the permutation such that all smaller elements appear before. St001657The number of twos in an integer partition. St000475The number of parts equal to 1 in a partition. St000667The greatest common divisor of the parts of the partition. St001571The Cartan determinant of the integer partition. St001933The largest multiplicity of a part in an integer partition. St000208Number of integral Gelfand-Tsetlin polytopes with prescribed top row and integer partition weight. St000456The monochromatic index of a connected graph. St000704The number of semistandard tableaux on a given integer partition with minimal maximal entry. St000755The number of real roots of the characteristic polynomial of a linear recurrence associated with an integer partition. St001128The exponens consonantiae of a partition. St001389The number of partitions of the same length below the given integer partition. St001527The cyclic permutation representation number of an integer partition. St001568The smallest positive integer that does not appear twice in the partition. St001605The number of colourings of a cycle such that the multiplicities of colours are given by a partition. St000260The radius of a connected graph. St000193The row of the unique '1' in the first column of the alternating sign matrix. St000338The number of pixed points of a permutation. St000668The least common multiple of the parts of the partition. St000708The product of the parts of an integer partition. St000770The major index of an integer partition when read from bottom to top. St000815The number of semistandard Young tableaux of partition weight of given shape. St000933The number of multipartitions of sizes given by an integer partition. St000937The number of positive values of the symmetric group character corresponding to the partition. St000939The number of characters of the symmetric group whose value on the partition is positive. St001232The number of indecomposable modules with projective dimension 2 for Nakayama algebras with global dimension at most 2. St001603The number of colourings of a polygon such that the multiplicities of a colour are given by a partition. St001630The global dimension of the incidence algebra of the lattice over the rational numbers. St001878The projective dimension of the simple modules corresponding to the minimum of L in the incidence algebra of the lattice L. St001557The number of inversions of the second entry of a permutation. St001330The hat guessing number of a graph. St000454The largest eigenvalue of a graph if it is integral. St001816Eigenvalues of the top-to-random operator acting on a simple module.