searching the database
Your data matches 27 different statistics following compositions of up to 3 maps.
(click to perform a complete search on your data)
(click to perform a complete search on your data)
Matching statistic: St001090
St001090: Permutations ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
[1] => 0
[1,2] => 0
[2,1] => 1
[1,2,3] => 0
[1,3,2] => 1
[2,1,3] => 1
[2,3,1] => 2
[3,1,2] => 2
[3,2,1] => 1
[1,2,3,4] => 0
[1,2,4,3] => 1
[1,3,2,4] => 1
[1,3,4,2] => 2
[1,4,2,3] => 2
[1,4,3,2] => 1
[2,1,3,4] => 1
[2,1,4,3] => 1
[2,3,1,4] => 2
[2,3,4,1] => 3
[2,4,1,3] => 2
[2,4,3,1] => 2
[3,1,2,4] => 2
[3,1,4,2] => 2
[3,2,1,4] => 1
[3,2,4,1] => 3
[3,4,1,2] => 3
[3,4,2,1] => 3
[4,1,2,3] => 3
[4,1,3,2] => 3
[4,2,1,3] => 2
[4,2,3,1] => 3
[4,3,1,2] => 3
[4,3,2,1] => 1
[1,2,3,4,5] => 0
[1,2,3,5,4] => 1
[1,2,4,3,5] => 1
[1,2,4,5,3] => 2
[1,2,5,3,4] => 2
[1,2,5,4,3] => 1
[1,3,2,4,5] => 1
[1,3,2,5,4] => 1
[1,3,4,2,5] => 2
[1,3,4,5,2] => 3
[1,3,5,2,4] => 2
[1,3,5,4,2] => 2
[1,4,2,3,5] => 2
[1,4,2,5,3] => 2
[1,4,3,2,5] => 1
[1,4,3,5,2] => 3
[1,4,5,2,3] => 3
Description
The number of pop-stack-sorts needed to sort a permutation.
The pop-stack sorting operator is defined as follows. Process the permutation $\pi$ from left to right. If the stack is empty or its top element is smaller than the current element, empty the stack completely and append its elements to the output in reverse order. Next, push the current element onto the stack. After having processed the last entry, append the stack to the output in reverse order.
A permutation is $t$-pop-stack sortable if it is sortable using $t$ pop-stacks in series.
Matching statistic: St000777
(load all 43 compositions to match this statistic)
(load all 43 compositions to match this statistic)
Values
[1] => ([],1)
=> ([],1)
=> 1 = 0 + 1
[1,2] => ([],2)
=> ([],1)
=> 1 = 0 + 1
[2,1] => ([(0,1)],2)
=> ([(0,1)],2)
=> 2 = 1 + 1
[1,2,3] => ([],3)
=> ([],1)
=> 1 = 0 + 1
[1,3,2] => ([(1,2)],3)
=> ([(1,2)],3)
=> ? ∊ {2,2} + 1
[2,1,3] => ([(1,2)],3)
=> ([(1,2)],3)
=> ? ∊ {2,2} + 1
[2,3,1] => ([(0,2),(1,2)],3)
=> ([(0,1)],2)
=> 2 = 1 + 1
[3,1,2] => ([(0,2),(1,2)],3)
=> ([(0,1)],2)
=> 2 = 1 + 1
[3,2,1] => ([(0,1),(0,2),(1,2)],3)
=> ([(0,1),(0,2),(1,2)],3)
=> 2 = 1 + 1
[1,2,3,4] => ([],4)
=> ([],1)
=> 1 = 0 + 1
[1,2,4,3] => ([(2,3)],4)
=> ([(1,2)],3)
=> ? ∊ {2,2,2,2,2,2,2,2,3,3} + 1
[1,3,2,4] => ([(2,3)],4)
=> ([(1,2)],3)
=> ? ∊ {2,2,2,2,2,2,2,2,3,3} + 1
[1,3,4,2] => ([(1,3),(2,3)],4)
=> ([(1,2)],3)
=> ? ∊ {2,2,2,2,2,2,2,2,3,3} + 1
[1,4,2,3] => ([(1,3),(2,3)],4)
=> ([(1,2)],3)
=> ? ∊ {2,2,2,2,2,2,2,2,3,3} + 1
[1,4,3,2] => ([(1,2),(1,3),(2,3)],4)
=> ([(1,2),(1,3),(2,3)],4)
=> ? ∊ {2,2,2,2,2,2,2,2,3,3} + 1
[2,1,3,4] => ([(2,3)],4)
=> ([(1,2)],3)
=> ? ∊ {2,2,2,2,2,2,2,2,3,3} + 1
[2,1,4,3] => ([(0,3),(1,2)],4)
=> ([(0,3),(1,2)],4)
=> ? ∊ {2,2,2,2,2,2,2,2,3,3} + 1
[2,3,1,4] => ([(1,3),(2,3)],4)
=> ([(1,2)],3)
=> ? ∊ {2,2,2,2,2,2,2,2,3,3} + 1
[2,3,4,1] => ([(0,3),(1,3),(2,3)],4)
=> ([(0,1)],2)
=> 2 = 1 + 1
[2,4,1,3] => ([(0,3),(1,2),(2,3)],4)
=> ([(0,3),(1,2),(2,3)],4)
=> 4 = 3 + 1
[2,4,3,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> ([(0,3),(1,2),(1,3),(2,3)],4)
=> 4 = 3 + 1
[3,1,2,4] => ([(1,3),(2,3)],4)
=> ([(1,2)],3)
=> ? ∊ {2,2,2,2,2,2,2,2,3,3} + 1
[3,1,4,2] => ([(0,3),(1,2),(2,3)],4)
=> ([(0,3),(1,2),(2,3)],4)
=> 4 = 3 + 1
[3,2,1,4] => ([(1,2),(1,3),(2,3)],4)
=> ([(1,2),(1,3),(2,3)],4)
=> ? ∊ {2,2,2,2,2,2,2,2,3,3} + 1
[3,2,4,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> ([(0,3),(1,2),(1,3),(2,3)],4)
=> 4 = 3 + 1
[3,4,1,2] => ([(0,2),(0,3),(1,2),(1,3)],4)
=> ([(0,1)],2)
=> 2 = 1 + 1
[3,4,2,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(1,2)],3)
=> 2 = 1 + 1
[4,1,2,3] => ([(0,3),(1,3),(2,3)],4)
=> ([(0,1)],2)
=> 2 = 1 + 1
[4,1,3,2] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> ([(0,3),(1,2),(1,3),(2,3)],4)
=> 4 = 3 + 1
[4,2,1,3] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> ([(0,3),(1,2),(1,3),(2,3)],4)
=> 4 = 3 + 1
[4,2,3,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(1,2)],3)
=> 2 = 1 + 1
[4,3,1,2] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(1,2)],3)
=> 2 = 1 + 1
[4,3,2,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 2 = 1 + 1
[1,2,3,4,5] => ([],5)
=> ([],1)
=> 1 = 0 + 1
[1,2,3,5,4] => ([(3,4)],5)
=> ([(1,2)],3)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4} + 1
[1,2,4,3,5] => ([(3,4)],5)
=> ([(1,2)],3)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4} + 1
[1,2,4,5,3] => ([(2,4),(3,4)],5)
=> ([(1,2)],3)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4} + 1
[1,2,5,3,4] => ([(2,4),(3,4)],5)
=> ([(1,2)],3)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4} + 1
[1,2,5,4,3] => ([(2,3),(2,4),(3,4)],5)
=> ([(1,2),(1,3),(2,3)],4)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4} + 1
[1,3,2,4,5] => ([(3,4)],5)
=> ([(1,2)],3)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4} + 1
[1,3,2,5,4] => ([(1,4),(2,3)],5)
=> ([(1,4),(2,3)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4} + 1
[1,3,4,2,5] => ([(2,4),(3,4)],5)
=> ([(1,2)],3)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4} + 1
[1,3,4,5,2] => ([(1,4),(2,4),(3,4)],5)
=> ([(1,2)],3)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4} + 1
[1,3,5,2,4] => ([(1,4),(2,3),(3,4)],5)
=> ([(1,4),(2,3),(3,4)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4} + 1
[1,3,5,4,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ([(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4} + 1
[1,4,2,3,5] => ([(2,4),(3,4)],5)
=> ([(1,2)],3)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4} + 1
[1,4,2,5,3] => ([(1,4),(2,3),(3,4)],5)
=> ([(1,4),(2,3),(3,4)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4} + 1
[1,4,3,2,5] => ([(2,3),(2,4),(3,4)],5)
=> ([(1,2),(1,3),(2,3)],4)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4} + 1
[1,4,3,5,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ([(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4} + 1
[1,4,5,2,3] => ([(1,3),(1,4),(2,3),(2,4)],5)
=> ([(1,2)],3)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4} + 1
[1,4,5,3,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(1,2),(1,3),(2,3)],4)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4} + 1
[1,5,2,3,4] => ([(1,4),(2,4),(3,4)],5)
=> ([(1,2)],3)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4} + 1
[1,5,2,4,3] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ([(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4} + 1
[1,5,3,2,4] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ([(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4} + 1
[1,5,3,4,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(1,2),(1,3),(2,3)],4)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4} + 1
[1,5,4,2,3] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(1,2),(1,3),(2,3)],4)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4} + 1
[1,5,4,3,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4} + 1
[2,1,3,4,5] => ([(3,4)],5)
=> ([(1,2)],3)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4} + 1
[2,1,3,5,4] => ([(1,4),(2,3)],5)
=> ([(1,4),(2,3)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4} + 1
[2,1,4,3,5] => ([(1,4),(2,3)],5)
=> ([(1,4),(2,3)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4} + 1
[2,1,4,5,3] => ([(0,1),(2,4),(3,4)],5)
=> ([(0,3),(1,2)],4)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4} + 1
[2,1,5,3,4] => ([(0,1),(2,4),(3,4)],5)
=> ([(0,3),(1,2)],4)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4} + 1
[2,1,5,4,3] => ([(0,1),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4} + 1
[2,3,1,4,5] => ([(2,4),(3,4)],5)
=> ([(1,2)],3)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4} + 1
[2,3,1,5,4] => ([(0,1),(2,4),(3,4)],5)
=> ([(0,3),(1,2)],4)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4} + 1
[2,3,4,1,5] => ([(1,4),(2,4),(3,4)],5)
=> ([(1,2)],3)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4} + 1
[2,3,4,5,1] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> ([(0,1)],2)
=> 2 = 1 + 1
[2,3,5,1,4] => ([(0,4),(1,4),(2,3),(3,4)],5)
=> ([(0,3),(1,2),(2,3)],4)
=> 4 = 3 + 1
[2,3,5,4,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,3),(1,2),(1,3),(2,3)],4)
=> 4 = 3 + 1
[2,4,1,3,5] => ([(1,4),(2,3),(3,4)],5)
=> ([(1,4),(2,3),(3,4)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4} + 1
[2,4,1,5,3] => ([(0,4),(1,3),(2,3),(2,4)],5)
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> 5 = 4 + 1
[2,4,3,1,5] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ([(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4} + 1
[2,4,3,5,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,3),(1,2),(1,3),(2,3)],4)
=> 4 = 3 + 1
[2,4,5,1,3] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> ([(0,3),(1,2),(2,3)],4)
=> 4 = 3 + 1
[2,4,5,3,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,3),(1,2),(1,3),(2,3)],4)
=> 4 = 3 + 1
[2,5,1,3,4] => ([(0,4),(1,4),(2,3),(3,4)],5)
=> ([(0,3),(1,2),(2,3)],4)
=> 4 = 3 + 1
[2,5,1,4,3] => ([(0,3),(1,2),(1,4),(2,4),(3,4)],5)
=> ([(0,3),(1,2),(1,4),(2,4),(3,4)],5)
=> 5 = 4 + 1
[2,5,3,1,4] => ([(0,4),(1,3),(2,3),(2,4),(3,4)],5)
=> ([(0,4),(1,3),(2,3),(2,4),(3,4)],5)
=> 5 = 4 + 1
[2,5,3,4,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,3),(1,2),(1,3),(2,3)],4)
=> 4 = 3 + 1
[2,5,4,1,3] => ([(0,4),(1,2),(1,3),(2,3),(2,4),(3,4)],5)
=> ([(0,4),(1,2),(1,3),(2,3),(2,4),(3,4)],5)
=> 5 = 4 + 1
[2,5,4,3,1] => ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 4 = 3 + 1
[3,1,2,4,5] => ([(2,4),(3,4)],5)
=> ([(1,2)],3)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4} + 1
[3,1,2,5,4] => ([(0,1),(2,4),(3,4)],5)
=> ([(0,3),(1,2)],4)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4} + 1
[3,1,4,2,5] => ([(1,4),(2,3),(3,4)],5)
=> ([(1,4),(2,3),(3,4)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4} + 1
[3,1,4,5,2] => ([(0,4),(1,4),(2,3),(3,4)],5)
=> ([(0,3),(1,2),(2,3)],4)
=> 4 = 3 + 1
[3,1,5,2,4] => ([(0,4),(1,3),(2,3),(2,4)],5)
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> 5 = 4 + 1
[3,1,5,4,2] => ([(0,3),(1,2),(1,4),(2,4),(3,4)],5)
=> ([(0,3),(1,2),(1,4),(2,4),(3,4)],5)
=> 5 = 4 + 1
[3,2,1,4,5] => ([(2,3),(2,4),(3,4)],5)
=> ([(1,2),(1,3),(2,3)],4)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4} + 1
[3,2,4,5,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,3),(1,2),(1,3),(2,3)],4)
=> 4 = 3 + 1
[3,2,5,1,4] => ([(0,3),(1,2),(1,4),(2,4),(3,4)],5)
=> ([(0,3),(1,2),(1,4),(2,4),(3,4)],5)
=> 5 = 4 + 1
[3,2,5,4,1] => ([(0,3),(0,4),(1,2),(1,4),(2,4),(3,4)],5)
=> ([(0,3),(0,4),(1,2),(1,4),(2,4),(3,4)],5)
=> 4 = 3 + 1
[3,4,1,5,2] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> ([(0,3),(1,2),(2,3)],4)
=> 4 = 3 + 1
[3,4,2,5,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,3),(1,2),(1,3),(2,3)],4)
=> 4 = 3 + 1
[3,4,5,1,2] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4)],5)
=> ([(0,1)],2)
=> 2 = 1 + 1
[3,4,5,2,1] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(1,2)],3)
=> 2 = 1 + 1
[3,5,1,2,4] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> ([(0,3),(1,2),(2,3)],4)
=> 4 = 3 + 1
[3,5,1,4,2] => ([(0,1),(0,4),(1,3),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,4),(1,3),(2,3),(2,4),(3,4)],5)
=> 5 = 4 + 1
[3,5,2,1,4] => ([(0,4),(1,2),(1,3),(2,3),(2,4),(3,4)],5)
=> ([(0,4),(1,2),(1,3),(2,3),(2,4),(3,4)],5)
=> 5 = 4 + 1
[3,5,2,4,1] => ([(0,3),(0,4),(1,2),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3),(2,4),(3,4)],5)
=> 5 = 4 + 1
[3,5,4,1,2] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4)],5)
=> ([(0,3),(1,2),(1,3),(2,3)],4)
=> 4 = 3 + 1
Description
The number of distinct eigenvalues of the distance Laplacian of a connected graph.
Matching statistic: St000456
(load all 4 compositions to match this statistic)
(load all 4 compositions to match this statistic)
Mp00159: Permutations —Demazure product with inverse⟶ Permutations
Mp00087: Permutations —inverse first fundamental transformation⟶ Permutations
Mp00160: Permutations —graph of inversions⟶ Graphs
St000456: Graphs ⟶ ℤResult quality: 63% ●values known / values provided: 63%●distinct values known / distinct values provided: 83%
Mp00087: Permutations —inverse first fundamental transformation⟶ Permutations
Mp00160: Permutations —graph of inversions⟶ Graphs
St000456: Graphs ⟶ ℤResult quality: 63% ●values known / values provided: 63%●distinct values known / distinct values provided: 83%
Values
[1] => [1] => [1] => ([],1)
=> ? = 0
[1,2] => [1,2] => [1,2] => ([],2)
=> ? = 0
[2,1] => [2,1] => [2,1] => ([(0,1)],2)
=> 1
[1,2,3] => [1,2,3] => [1,2,3] => ([],3)
=> ? ∊ {0,2,2}
[1,3,2] => [1,3,2] => [1,3,2] => ([(1,2)],3)
=> ? ∊ {0,2,2}
[2,1,3] => [2,1,3] => [2,1,3] => ([(1,2)],3)
=> ? ∊ {0,2,2}
[2,3,1] => [3,2,1] => [2,3,1] => ([(0,2),(1,2)],3)
=> 1
[3,1,2] => [3,2,1] => [2,3,1] => ([(0,2),(1,2)],3)
=> 1
[3,2,1] => [3,2,1] => [2,3,1] => ([(0,2),(1,2)],3)
=> 1
[1,2,3,4] => [1,2,3,4] => [1,2,3,4] => ([],4)
=> ? ∊ {0,1,2,3,3,3,3,3,3,3,3}
[1,2,4,3] => [1,2,4,3] => [1,2,4,3] => ([(2,3)],4)
=> ? ∊ {0,1,2,3,3,3,3,3,3,3,3}
[1,3,2,4] => [1,3,2,4] => [1,3,2,4] => ([(2,3)],4)
=> ? ∊ {0,1,2,3,3,3,3,3,3,3,3}
[1,3,4,2] => [1,4,3,2] => [1,3,4,2] => ([(1,3),(2,3)],4)
=> ? ∊ {0,1,2,3,3,3,3,3,3,3,3}
[1,4,2,3] => [1,4,3,2] => [1,3,4,2] => ([(1,3),(2,3)],4)
=> ? ∊ {0,1,2,3,3,3,3,3,3,3,3}
[1,4,3,2] => [1,4,3,2] => [1,3,4,2] => ([(1,3),(2,3)],4)
=> ? ∊ {0,1,2,3,3,3,3,3,3,3,3}
[2,1,3,4] => [2,1,3,4] => [2,1,3,4] => ([(2,3)],4)
=> ? ∊ {0,1,2,3,3,3,3,3,3,3,3}
[2,1,4,3] => [2,1,4,3] => [2,1,4,3] => ([(0,3),(1,2)],4)
=> ? ∊ {0,1,2,3,3,3,3,3,3,3,3}
[2,3,1,4] => [3,2,1,4] => [2,3,1,4] => ([(1,3),(2,3)],4)
=> ? ∊ {0,1,2,3,3,3,3,3,3,3,3}
[2,3,4,1] => [4,2,3,1] => [2,3,4,1] => ([(0,3),(1,3),(2,3)],4)
=> 1
[2,4,1,3] => [3,4,1,2] => [3,1,4,2] => ([(0,3),(1,2),(2,3)],4)
=> 1
[2,4,3,1] => [4,3,2,1] => [3,2,4,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 2
[3,1,2,4] => [3,2,1,4] => [2,3,1,4] => ([(1,3),(2,3)],4)
=> ? ∊ {0,1,2,3,3,3,3,3,3,3,3}
[3,1,4,2] => [4,2,3,1] => [2,3,4,1] => ([(0,3),(1,3),(2,3)],4)
=> 1
[3,2,1,4] => [3,2,1,4] => [2,3,1,4] => ([(1,3),(2,3)],4)
=> ? ∊ {0,1,2,3,3,3,3,3,3,3,3}
[3,2,4,1] => [4,2,3,1] => [2,3,4,1] => ([(0,3),(1,3),(2,3)],4)
=> 1
[3,4,1,2] => [4,3,2,1] => [3,2,4,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 2
[3,4,2,1] => [4,3,2,1] => [3,2,4,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 2
[4,1,2,3] => [4,2,3,1] => [2,3,4,1] => ([(0,3),(1,3),(2,3)],4)
=> 1
[4,1,3,2] => [4,2,3,1] => [2,3,4,1] => ([(0,3),(1,3),(2,3)],4)
=> 1
[4,2,1,3] => [4,3,2,1] => [3,2,4,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 2
[4,2,3,1] => [4,3,2,1] => [3,2,4,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 2
[4,3,1,2] => [4,3,2,1] => [3,2,4,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 2
[4,3,2,1] => [4,3,2,1] => [3,2,4,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 2
[1,2,3,4,5] => [1,2,3,4,5] => [1,2,3,4,5] => ([],5)
=> ? ∊ {0,1,1,2,2,2,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,2,3,5,4] => [1,2,3,5,4] => [1,2,3,5,4] => ([(3,4)],5)
=> ? ∊ {0,1,1,2,2,2,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,2,4,3,5] => [1,2,4,3,5] => [1,2,4,3,5] => ([(3,4)],5)
=> ? ∊ {0,1,1,2,2,2,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,2,4,5,3] => [1,2,5,4,3] => [1,2,4,5,3] => ([(2,4),(3,4)],5)
=> ? ∊ {0,1,1,2,2,2,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,2,5,3,4] => [1,2,5,4,3] => [1,2,4,5,3] => ([(2,4),(3,4)],5)
=> ? ∊ {0,1,1,2,2,2,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,2,5,4,3] => [1,2,5,4,3] => [1,2,4,5,3] => ([(2,4),(3,4)],5)
=> ? ∊ {0,1,1,2,2,2,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,3,2,4,5] => [1,3,2,4,5] => [1,3,2,4,5] => ([(3,4)],5)
=> ? ∊ {0,1,1,2,2,2,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,3,2,5,4] => [1,3,2,5,4] => [1,3,2,5,4] => ([(1,4),(2,3)],5)
=> ? ∊ {0,1,1,2,2,2,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,3,4,2,5] => [1,4,3,2,5] => [1,3,4,2,5] => ([(2,4),(3,4)],5)
=> ? ∊ {0,1,1,2,2,2,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,3,4,5,2] => [1,5,3,4,2] => [1,3,4,5,2] => ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {0,1,1,2,2,2,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,3,5,2,4] => [1,4,5,2,3] => [1,4,2,5,3] => ([(1,4),(2,3),(3,4)],5)
=> ? ∊ {0,1,1,2,2,2,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,3,5,4,2] => [1,5,4,3,2] => [1,4,3,5,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {0,1,1,2,2,2,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,4,2,3,5] => [1,4,3,2,5] => [1,3,4,2,5] => ([(2,4),(3,4)],5)
=> ? ∊ {0,1,1,2,2,2,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,4,2,5,3] => [1,5,3,4,2] => [1,3,4,5,2] => ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {0,1,1,2,2,2,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,4,3,2,5] => [1,4,3,2,5] => [1,3,4,2,5] => ([(2,4),(3,4)],5)
=> ? ∊ {0,1,1,2,2,2,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,4,3,5,2] => [1,5,3,4,2] => [1,3,4,5,2] => ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {0,1,1,2,2,2,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,4,5,2,3] => [1,5,4,3,2] => [1,4,3,5,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {0,1,1,2,2,2,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,4,5,3,2] => [1,5,4,3,2] => [1,4,3,5,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {0,1,1,2,2,2,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,5,2,3,4] => [1,5,3,4,2] => [1,3,4,5,2] => ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {0,1,1,2,2,2,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,5,2,4,3] => [1,5,3,4,2] => [1,3,4,5,2] => ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {0,1,1,2,2,2,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,5,3,2,4] => [1,5,4,3,2] => [1,4,3,5,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {0,1,1,2,2,2,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,5,3,4,2] => [1,5,4,3,2] => [1,4,3,5,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {0,1,1,2,2,2,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,5,4,2,3] => [1,5,4,3,2] => [1,4,3,5,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {0,1,1,2,2,2,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,5,4,3,2] => [1,5,4,3,2] => [1,4,3,5,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {0,1,1,2,2,2,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[2,1,3,4,5] => [2,1,3,4,5] => [2,1,3,4,5] => ([(3,4)],5)
=> ? ∊ {0,1,1,2,2,2,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[2,1,3,5,4] => [2,1,3,5,4] => [2,1,3,5,4] => ([(1,4),(2,3)],5)
=> ? ∊ {0,1,1,2,2,2,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[2,1,4,3,5] => [2,1,4,3,5] => [2,1,4,3,5] => ([(1,4),(2,3)],5)
=> ? ∊ {0,1,1,2,2,2,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[2,1,4,5,3] => [2,1,5,4,3] => [2,1,4,5,3] => ([(0,1),(2,4),(3,4)],5)
=> ? ∊ {0,1,1,2,2,2,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[2,1,5,3,4] => [2,1,5,4,3] => [2,1,4,5,3] => ([(0,1),(2,4),(3,4)],5)
=> ? ∊ {0,1,1,2,2,2,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[2,1,5,4,3] => [2,1,5,4,3] => [2,1,4,5,3] => ([(0,1),(2,4),(3,4)],5)
=> ? ∊ {0,1,1,2,2,2,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[2,3,1,4,5] => [3,2,1,4,5] => [2,3,1,4,5] => ([(2,4),(3,4)],5)
=> ? ∊ {0,1,1,2,2,2,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[2,3,1,5,4] => [3,2,1,5,4] => [2,3,1,5,4] => ([(0,1),(2,4),(3,4)],5)
=> ? ∊ {0,1,1,2,2,2,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[2,3,4,1,5] => [4,2,3,1,5] => [2,3,4,1,5] => ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {0,1,1,2,2,2,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[2,3,4,5,1] => [5,2,3,4,1] => [2,3,4,5,1] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 1
[2,3,5,1,4] => [4,2,5,1,3] => [2,4,1,5,3] => ([(0,4),(1,3),(2,3),(2,4)],5)
=> 1
[2,3,5,4,1] => [5,2,4,3,1] => [2,4,3,5,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[2,4,1,3,5] => [3,4,1,2,5] => [3,1,4,2,5] => ([(1,4),(2,3),(3,4)],5)
=> ? ∊ {0,1,1,2,2,2,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[2,4,1,5,3] => [3,5,1,4,2] => [3,1,4,5,2] => ([(0,4),(1,4),(2,3),(3,4)],5)
=> 1
[2,4,3,5,1] => [5,3,2,4,1] => [3,2,4,5,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[2,4,5,1,3] => [4,5,3,1,2] => [3,4,1,5,2] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> 2
[2,4,5,3,1] => [5,4,3,2,1] => [3,4,2,5,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 3
[2,5,1,3,4] => [3,5,1,4,2] => [3,1,4,5,2] => ([(0,4),(1,4),(2,3),(3,4)],5)
=> 1
[2,5,1,4,3] => [3,5,1,4,2] => [3,1,4,5,2] => ([(0,4),(1,4),(2,3),(3,4)],5)
=> 1
[2,5,3,1,4] => [4,5,3,1,2] => [3,4,1,5,2] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> 2
[2,5,3,4,1] => [5,4,3,2,1] => [3,4,2,5,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 3
[2,5,4,1,3] => [4,5,3,1,2] => [3,4,1,5,2] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> 2
[2,5,4,3,1] => [5,4,3,2,1] => [3,4,2,5,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 3
[3,1,4,5,2] => [5,2,3,4,1] => [2,3,4,5,1] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 1
[3,1,5,2,4] => [4,2,5,1,3] => [2,4,1,5,3] => ([(0,4),(1,3),(2,3),(2,4)],5)
=> 1
[3,1,5,4,2] => [5,2,4,3,1] => [2,4,3,5,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[3,2,4,5,1] => [5,2,3,4,1] => [2,3,4,5,1] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 1
[3,2,5,1,4] => [4,2,5,1,3] => [2,4,1,5,3] => ([(0,4),(1,3),(2,3),(2,4)],5)
=> 1
[3,2,5,4,1] => [5,2,4,3,1] => [2,4,3,5,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[3,4,1,5,2] => [5,3,2,4,1] => [3,2,4,5,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[3,4,2,5,1] => [5,3,2,4,1] => [3,2,4,5,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[3,4,5,1,2] => [5,4,3,2,1] => [3,4,2,5,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 3
[3,4,5,2,1] => [5,4,3,2,1] => [3,4,2,5,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 3
[3,5,1,2,4] => [4,5,3,1,2] => [3,4,1,5,2] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> 2
[3,5,1,4,2] => [5,4,3,2,1] => [3,4,2,5,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 3
[3,5,2,1,4] => [4,5,3,1,2] => [3,4,1,5,2] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> 2
[3,5,2,4,1] => [5,4,3,2,1] => [3,4,2,5,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 3
[3,5,4,1,2] => [5,4,3,2,1] => [3,4,2,5,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 3
[3,5,4,2,1] => [5,4,3,2,1] => [3,4,2,5,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 3
[4,1,2,5,3] => [5,2,3,4,1] => [2,3,4,5,1] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 1
[4,1,3,5,2] => [5,2,3,4,1] => [2,3,4,5,1] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 1
[4,1,5,2,3] => [5,2,4,3,1] => [2,4,3,5,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[4,1,5,3,2] => [5,2,4,3,1] => [2,4,3,5,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
Description
The monochromatic index of a connected graph.
This is the maximal number of colours such that there is a colouring of the edges where any two vertices can be joined by a monochromatic path.
For example, a circle graph other than the triangle can be coloured with at most two colours: one edge blue, all the others red.
Matching statistic: St001232
(load all 28 compositions to match this statistic)
(load all 28 compositions to match this statistic)
Mp00071: Permutations —descent composition⟶ Integer compositions
Mp00315: Integer compositions —inverse Foata bijection⟶ Integer compositions
Mp00231: Integer compositions —bounce path⟶ Dyck paths
St001232: Dyck paths ⟶ ℤResult quality: 45% ●values known / values provided: 45%●distinct values known / distinct values provided: 100%
Mp00315: Integer compositions —inverse Foata bijection⟶ Integer compositions
Mp00231: Integer compositions —bounce path⟶ Dyck paths
St001232: Dyck paths ⟶ ℤResult quality: 45% ●values known / values provided: 45%●distinct values known / distinct values provided: 100%
Values
[1] => [1] => [1] => [1,0]
=> 0
[1,2] => [2] => [2] => [1,1,0,0]
=> 0
[2,1] => [1,1] => [1,1] => [1,0,1,0]
=> 1
[1,2,3] => [3] => [3] => [1,1,1,0,0,0]
=> 0
[1,3,2] => [2,1] => [2,1] => [1,1,0,0,1,0]
=> 1
[2,1,3] => [1,2] => [1,2] => [1,0,1,1,0,0]
=> 2
[2,3,1] => [2,1] => [2,1] => [1,1,0,0,1,0]
=> 1
[3,1,2] => [1,2] => [1,2] => [1,0,1,1,0,0]
=> 2
[3,2,1] => [1,1,1] => [1,1,1] => [1,0,1,0,1,0]
=> ? = 1
[1,2,3,4] => [4] => [4] => [1,1,1,1,0,0,0,0]
=> 0
[1,2,4,3] => [3,1] => [3,1] => [1,1,1,0,0,0,1,0]
=> 1
[1,3,2,4] => [2,2] => [2,2] => [1,1,0,0,1,1,0,0]
=> 2
[1,3,4,2] => [3,1] => [3,1] => [1,1,1,0,0,0,1,0]
=> 1
[1,4,2,3] => [2,2] => [2,2] => [1,1,0,0,1,1,0,0]
=> 2
[1,4,3,2] => [2,1,1] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 3
[2,1,3,4] => [1,3] => [1,3] => [1,0,1,1,1,0,0,0]
=> 3
[2,1,4,3] => [1,2,1] => [2,1,1] => [1,1,0,0,1,0,1,0]
=> ? ∊ {1,1,1,1,2,2,2,3,3}
[2,3,1,4] => [2,2] => [2,2] => [1,1,0,0,1,1,0,0]
=> 2
[2,3,4,1] => [3,1] => [3,1] => [1,1,1,0,0,0,1,0]
=> 1
[2,4,1,3] => [2,2] => [2,2] => [1,1,0,0,1,1,0,0]
=> 2
[2,4,3,1] => [2,1,1] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 3
[3,1,2,4] => [1,3] => [1,3] => [1,0,1,1,1,0,0,0]
=> 3
[3,1,4,2] => [1,2,1] => [2,1,1] => [1,1,0,0,1,0,1,0]
=> ? ∊ {1,1,1,1,2,2,2,3,3}
[3,2,1,4] => [1,1,2] => [1,1,2] => [1,0,1,0,1,1,0,0]
=> ? ∊ {1,1,1,1,2,2,2,3,3}
[3,2,4,1] => [1,2,1] => [2,1,1] => [1,1,0,0,1,0,1,0]
=> ? ∊ {1,1,1,1,2,2,2,3,3}
[3,4,1,2] => [2,2] => [2,2] => [1,1,0,0,1,1,0,0]
=> 2
[3,4,2,1] => [2,1,1] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 3
[4,1,2,3] => [1,3] => [1,3] => [1,0,1,1,1,0,0,0]
=> 3
[4,1,3,2] => [1,2,1] => [2,1,1] => [1,1,0,0,1,0,1,0]
=> ? ∊ {1,1,1,1,2,2,2,3,3}
[4,2,1,3] => [1,1,2] => [1,1,2] => [1,0,1,0,1,1,0,0]
=> ? ∊ {1,1,1,1,2,2,2,3,3}
[4,2,3,1] => [1,2,1] => [2,1,1] => [1,1,0,0,1,0,1,0]
=> ? ∊ {1,1,1,1,2,2,2,3,3}
[4,3,1,2] => [1,1,2] => [1,1,2] => [1,0,1,0,1,1,0,0]
=> ? ∊ {1,1,1,1,2,2,2,3,3}
[4,3,2,1] => [1,1,1,1] => [1,1,1,1] => [1,0,1,0,1,0,1,0]
=> ? ∊ {1,1,1,1,2,2,2,3,3}
[1,2,3,4,5] => [5] => [5] => [1,1,1,1,1,0,0,0,0,0]
=> 0
[1,2,3,5,4] => [4,1] => [4,1] => [1,1,1,1,0,0,0,0,1,0]
=> 1
[1,2,4,3,5] => [3,2] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 2
[1,2,4,5,3] => [4,1] => [4,1] => [1,1,1,1,0,0,0,0,1,0]
=> 1
[1,2,5,3,4] => [3,2] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 2
[1,2,5,4,3] => [3,1,1] => [1,3,1] => [1,0,1,1,1,0,0,0,1,0]
=> 4
[1,3,2,4,5] => [2,3] => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> 3
[1,3,2,5,4] => [2,2,1] => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> 3
[1,3,4,2,5] => [3,2] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 2
[1,3,4,5,2] => [4,1] => [4,1] => [1,1,1,1,0,0,0,0,1,0]
=> 1
[1,3,5,2,4] => [3,2] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 2
[1,3,5,4,2] => [3,1,1] => [1,3,1] => [1,0,1,1,1,0,0,0,1,0]
=> 4
[1,4,2,3,5] => [2,3] => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> 3
[1,4,2,5,3] => [2,2,1] => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> 3
[1,4,3,2,5] => [2,1,2] => [2,1,2] => [1,1,0,0,1,0,1,1,0,0]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4}
[1,4,3,5,2] => [2,2,1] => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> 3
[1,4,5,2,3] => [3,2] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 2
[1,4,5,3,2] => [3,1,1] => [1,3,1] => [1,0,1,1,1,0,0,0,1,0]
=> 4
[1,5,2,3,4] => [2,3] => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> 3
[1,5,2,4,3] => [2,2,1] => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> 3
[1,5,3,2,4] => [2,1,2] => [2,1,2] => [1,1,0,0,1,0,1,1,0,0]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4}
[1,5,3,4,2] => [2,2,1] => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> 3
[1,5,4,2,3] => [2,1,2] => [2,1,2] => [1,1,0,0,1,0,1,1,0,0]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4}
[1,5,4,3,2] => [2,1,1,1] => [1,1,2,1] => [1,0,1,0,1,1,0,0,1,0]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4}
[2,1,3,4,5] => [1,4] => [1,4] => [1,0,1,1,1,1,0,0,0,0]
=> 4
[2,1,3,5,4] => [1,3,1] => [3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4}
[2,1,4,3,5] => [1,2,2] => [1,2,2] => [1,0,1,1,0,0,1,1,0,0]
=> 4
[2,1,4,5,3] => [1,3,1] => [3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4}
[2,1,5,3,4] => [1,2,2] => [1,2,2] => [1,0,1,1,0,0,1,1,0,0]
=> 4
[2,1,5,4,3] => [1,2,1,1] => [1,2,1,1] => [1,0,1,1,0,0,1,0,1,0]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4}
[2,3,1,4,5] => [2,3] => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> 3
[2,3,1,5,4] => [2,2,1] => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> 3
[2,3,4,1,5] => [3,2] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 2
[2,3,4,5,1] => [4,1] => [4,1] => [1,1,1,1,0,0,0,0,1,0]
=> 1
[2,4,3,1,5] => [2,1,2] => [2,1,2] => [1,1,0,0,1,0,1,1,0,0]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4}
[2,5,3,1,4] => [2,1,2] => [2,1,2] => [1,1,0,0,1,0,1,1,0,0]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4}
[2,5,4,1,3] => [2,1,2] => [2,1,2] => [1,1,0,0,1,0,1,1,0,0]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4}
[2,5,4,3,1] => [2,1,1,1] => [1,1,2,1] => [1,0,1,0,1,1,0,0,1,0]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4}
[3,1,2,5,4] => [1,3,1] => [3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4}
[3,1,4,5,2] => [1,3,1] => [3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4}
[3,1,5,4,2] => [1,2,1,1] => [1,2,1,1] => [1,0,1,1,0,0,1,0,1,0]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4}
[3,2,1,4,5] => [1,1,3] => [1,1,3] => [1,0,1,0,1,1,1,0,0,0]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4}
[3,2,1,5,4] => [1,1,2,1] => [2,1,1,1] => [1,1,0,0,1,0,1,0,1,0]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4}
[3,2,4,5,1] => [1,3,1] => [3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4}
[3,2,5,4,1] => [1,2,1,1] => [1,2,1,1] => [1,0,1,1,0,0,1,0,1,0]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4}
[3,4,2,1,5] => [2,1,2] => [2,1,2] => [1,1,0,0,1,0,1,1,0,0]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4}
[3,5,2,1,4] => [2,1,2] => [2,1,2] => [1,1,0,0,1,0,1,1,0,0]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4}
[3,5,4,1,2] => [2,1,2] => [2,1,2] => [1,1,0,0,1,0,1,1,0,0]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4}
[3,5,4,2,1] => [2,1,1,1] => [1,1,2,1] => [1,0,1,0,1,1,0,0,1,0]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4}
[4,1,2,5,3] => [1,3,1] => [3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4}
[4,1,3,5,2] => [1,3,1] => [3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4}
[4,1,5,3,2] => [1,2,1,1] => [1,2,1,1] => [1,0,1,1,0,0,1,0,1,0]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4}
[4,2,1,3,5] => [1,1,3] => [1,1,3] => [1,0,1,0,1,1,1,0,0,0]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4}
[4,2,1,5,3] => [1,1,2,1] => [2,1,1,1] => [1,1,0,0,1,0,1,0,1,0]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4}
[4,2,3,5,1] => [1,3,1] => [3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4}
[4,2,5,3,1] => [1,2,1,1] => [1,2,1,1] => [1,0,1,1,0,0,1,0,1,0]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4}
[4,3,1,2,5] => [1,1,3] => [1,1,3] => [1,0,1,0,1,1,1,0,0,0]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4}
[4,3,1,5,2] => [1,1,2,1] => [2,1,1,1] => [1,1,0,0,1,0,1,0,1,0]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4}
[4,3,2,1,5] => [1,1,1,2] => [1,1,1,2] => [1,0,1,0,1,0,1,1,0,0]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4}
[4,3,2,5,1] => [1,1,2,1] => [2,1,1,1] => [1,1,0,0,1,0,1,0,1,0]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4}
[4,3,5,2,1] => [1,2,1,1] => [1,2,1,1] => [1,0,1,1,0,0,1,0,1,0]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4}
[4,5,2,1,3] => [2,1,2] => [2,1,2] => [1,1,0,0,1,0,1,1,0,0]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4}
[4,5,3,1,2] => [2,1,2] => [2,1,2] => [1,1,0,0,1,0,1,1,0,0]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4}
[4,5,3,2,1] => [2,1,1,1] => [1,1,2,1] => [1,0,1,0,1,1,0,0,1,0]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4}
[5,1,2,4,3] => [1,3,1] => [3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4}
[5,1,3,4,2] => [1,3,1] => [3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4}
[5,1,4,3,2] => [1,2,1,1] => [1,2,1,1] => [1,0,1,1,0,0,1,0,1,0]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4}
Description
The number of indecomposable modules with projective dimension 2 for Nakayama algebras with global dimension at most 2.
Matching statistic: St001330
(load all 2 compositions to match this statistic)
(load all 2 compositions to match this statistic)
Mp00127: Permutations —left-to-right-maxima to Dyck path⟶ Dyck paths
Mp00023: Dyck paths —to non-crossing permutation⟶ Permutations
Mp00160: Permutations —graph of inversions⟶ Graphs
St001330: Graphs ⟶ ℤResult quality: 40% ●values known / values provided: 40%●distinct values known / distinct values provided: 100%
Mp00023: Dyck paths —to non-crossing permutation⟶ Permutations
Mp00160: Permutations —graph of inversions⟶ Graphs
St001330: Graphs ⟶ ℤResult quality: 40% ●values known / values provided: 40%●distinct values known / distinct values provided: 100%
Values
[1] => [1,0]
=> [1] => ([],1)
=> 1 = 0 + 1
[1,2] => [1,0,1,0]
=> [1,2] => ([],2)
=> 1 = 0 + 1
[2,1] => [1,1,0,0]
=> [2,1] => ([(0,1)],2)
=> 2 = 1 + 1
[1,2,3] => [1,0,1,0,1,0]
=> [1,2,3] => ([],3)
=> 1 = 0 + 1
[1,3,2] => [1,0,1,1,0,0]
=> [1,3,2] => ([(1,2)],3)
=> 2 = 1 + 1
[2,1,3] => [1,1,0,0,1,0]
=> [2,1,3] => ([(1,2)],3)
=> 2 = 1 + 1
[2,3,1] => [1,1,0,1,0,0]
=> [2,3,1] => ([(0,2),(1,2)],3)
=> 2 = 1 + 1
[3,1,2] => [1,1,1,0,0,0]
=> [3,2,1] => ([(0,1),(0,2),(1,2)],3)
=> 3 = 2 + 1
[3,2,1] => [1,1,1,0,0,0]
=> [3,2,1] => ([(0,1),(0,2),(1,2)],3)
=> 3 = 2 + 1
[1,2,3,4] => [1,0,1,0,1,0,1,0]
=> [1,2,3,4] => ([],4)
=> 1 = 0 + 1
[1,2,4,3] => [1,0,1,0,1,1,0,0]
=> [1,2,4,3] => ([(2,3)],4)
=> 2 = 1 + 1
[1,3,2,4] => [1,0,1,1,0,0,1,0]
=> [1,3,2,4] => ([(2,3)],4)
=> 2 = 1 + 1
[1,3,4,2] => [1,0,1,1,0,1,0,0]
=> [1,3,4,2] => ([(1,3),(2,3)],4)
=> 2 = 1 + 1
[1,4,2,3] => [1,0,1,1,1,0,0,0]
=> [1,4,3,2] => ([(1,2),(1,3),(2,3)],4)
=> 3 = 2 + 1
[1,4,3,2] => [1,0,1,1,1,0,0,0]
=> [1,4,3,2] => ([(1,2),(1,3),(2,3)],4)
=> 3 = 2 + 1
[2,1,3,4] => [1,1,0,0,1,0,1,0]
=> [2,1,3,4] => ([(2,3)],4)
=> 2 = 1 + 1
[2,1,4,3] => [1,1,0,0,1,1,0,0]
=> [2,1,4,3] => ([(0,3),(1,2)],4)
=> 2 = 1 + 1
[2,3,1,4] => [1,1,0,1,0,0,1,0]
=> [2,3,1,4] => ([(1,3),(2,3)],4)
=> 2 = 1 + 1
[2,3,4,1] => [1,1,0,1,0,1,0,0]
=> [2,3,4,1] => ([(0,3),(1,3),(2,3)],4)
=> 2 = 1 + 1
[2,4,1,3] => [1,1,0,1,1,0,0,0]
=> [2,4,3,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> ? ∊ {2,2,2,2,3,3} + 1
[2,4,3,1] => [1,1,0,1,1,0,0,0]
=> [2,4,3,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> ? ∊ {2,2,2,2,3,3} + 1
[3,1,2,4] => [1,1,1,0,0,0,1,0]
=> [3,2,1,4] => ([(1,2),(1,3),(2,3)],4)
=> 3 = 2 + 1
[3,1,4,2] => [1,1,1,0,0,1,0,0]
=> [3,2,4,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> ? ∊ {2,2,2,2,3,3} + 1
[3,2,1,4] => [1,1,1,0,0,0,1,0]
=> [3,2,1,4] => ([(1,2),(1,3),(2,3)],4)
=> 3 = 2 + 1
[3,2,4,1] => [1,1,1,0,0,1,0,0]
=> [3,2,4,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> ? ∊ {2,2,2,2,3,3} + 1
[3,4,1,2] => [1,1,1,0,1,0,0,0]
=> [4,2,3,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ? ∊ {2,2,2,2,3,3} + 1
[3,4,2,1] => [1,1,1,0,1,0,0,0]
=> [4,2,3,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ? ∊ {2,2,2,2,3,3} + 1
[4,1,2,3] => [1,1,1,1,0,0,0,0]
=> [4,3,2,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 4 = 3 + 1
[4,1,3,2] => [1,1,1,1,0,0,0,0]
=> [4,3,2,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 4 = 3 + 1
[4,2,1,3] => [1,1,1,1,0,0,0,0]
=> [4,3,2,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 4 = 3 + 1
[4,2,3,1] => [1,1,1,1,0,0,0,0]
=> [4,3,2,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 4 = 3 + 1
[4,3,1,2] => [1,1,1,1,0,0,0,0]
=> [4,3,2,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 4 = 3 + 1
[4,3,2,1] => [1,1,1,1,0,0,0,0]
=> [4,3,2,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 4 = 3 + 1
[1,2,3,4,5] => [1,0,1,0,1,0,1,0,1,0]
=> [1,2,3,4,5] => ([],5)
=> 1 = 0 + 1
[1,2,3,5,4] => [1,0,1,0,1,0,1,1,0,0]
=> [1,2,3,5,4] => ([(3,4)],5)
=> 2 = 1 + 1
[1,2,4,3,5] => [1,0,1,0,1,1,0,0,1,0]
=> [1,2,4,3,5] => ([(3,4)],5)
=> 2 = 1 + 1
[1,2,4,5,3] => [1,0,1,0,1,1,0,1,0,0]
=> [1,2,4,5,3] => ([(2,4),(3,4)],5)
=> 2 = 1 + 1
[1,2,5,3,4] => [1,0,1,0,1,1,1,0,0,0]
=> [1,2,5,4,3] => ([(2,3),(2,4),(3,4)],5)
=> 3 = 2 + 1
[1,2,5,4,3] => [1,0,1,0,1,1,1,0,0,0]
=> [1,2,5,4,3] => ([(2,3),(2,4),(3,4)],5)
=> 3 = 2 + 1
[1,3,2,4,5] => [1,0,1,1,0,0,1,0,1,0]
=> [1,3,2,4,5] => ([(3,4)],5)
=> 2 = 1 + 1
[1,3,2,5,4] => [1,0,1,1,0,0,1,1,0,0]
=> [1,3,2,5,4] => ([(1,4),(2,3)],5)
=> 2 = 1 + 1
[1,3,4,2,5] => [1,0,1,1,0,1,0,0,1,0]
=> [1,3,4,2,5] => ([(2,4),(3,4)],5)
=> 2 = 1 + 1
[1,3,4,5,2] => [1,0,1,1,0,1,0,1,0,0]
=> [1,3,4,5,2] => ([(1,4),(2,4),(3,4)],5)
=> 2 = 1 + 1
[1,3,5,2,4] => [1,0,1,1,0,1,1,0,0,0]
=> [1,3,5,4,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4} + 1
[1,3,5,4,2] => [1,0,1,1,0,1,1,0,0,0]
=> [1,3,5,4,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4} + 1
[1,4,2,3,5] => [1,0,1,1,1,0,0,0,1,0]
=> [1,4,3,2,5] => ([(2,3),(2,4),(3,4)],5)
=> 3 = 2 + 1
[1,4,2,5,3] => [1,0,1,1,1,0,0,1,0,0]
=> [1,4,3,5,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4} + 1
[1,4,3,2,5] => [1,0,1,1,1,0,0,0,1,0]
=> [1,4,3,2,5] => ([(2,3),(2,4),(3,4)],5)
=> 3 = 2 + 1
[1,4,3,5,2] => [1,0,1,1,1,0,0,1,0,0]
=> [1,4,3,5,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4} + 1
[1,4,5,2,3] => [1,0,1,1,1,0,1,0,0,0]
=> [1,5,3,4,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4} + 1
[1,4,5,3,2] => [1,0,1,1,1,0,1,0,0,0]
=> [1,5,3,4,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4} + 1
[1,5,2,3,4] => [1,0,1,1,1,1,0,0,0,0]
=> [1,5,4,3,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 4 = 3 + 1
[1,5,2,4,3] => [1,0,1,1,1,1,0,0,0,0]
=> [1,5,4,3,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 4 = 3 + 1
[1,5,3,2,4] => [1,0,1,1,1,1,0,0,0,0]
=> [1,5,4,3,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 4 = 3 + 1
[1,5,3,4,2] => [1,0,1,1,1,1,0,0,0,0]
=> [1,5,4,3,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 4 = 3 + 1
[1,5,4,2,3] => [1,0,1,1,1,1,0,0,0,0]
=> [1,5,4,3,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 4 = 3 + 1
[1,5,4,3,2] => [1,0,1,1,1,1,0,0,0,0]
=> [1,5,4,3,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 4 = 3 + 1
[2,1,3,4,5] => [1,1,0,0,1,0,1,0,1,0]
=> [2,1,3,4,5] => ([(3,4)],5)
=> 2 = 1 + 1
[2,1,3,5,4] => [1,1,0,0,1,0,1,1,0,0]
=> [2,1,3,5,4] => ([(1,4),(2,3)],5)
=> 2 = 1 + 1
[2,1,4,3,5] => [1,1,0,0,1,1,0,0,1,0]
=> [2,1,4,3,5] => ([(1,4),(2,3)],5)
=> 2 = 1 + 1
[2,1,4,5,3] => [1,1,0,0,1,1,0,1,0,0]
=> [2,1,4,5,3] => ([(0,1),(2,4),(3,4)],5)
=> 2 = 1 + 1
[2,1,5,3,4] => [1,1,0,0,1,1,1,0,0,0]
=> [2,1,5,4,3] => ([(0,1),(2,3),(2,4),(3,4)],5)
=> 3 = 2 + 1
[2,3,5,1,4] => [1,1,0,1,0,1,1,0,0,0]
=> [2,3,5,4,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4} + 1
[2,3,5,4,1] => [1,1,0,1,0,1,1,0,0,0]
=> [2,3,5,4,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4} + 1
[2,4,1,3,5] => [1,1,0,1,1,0,0,0,1,0]
=> [2,4,3,1,5] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4} + 1
[2,4,1,5,3] => [1,1,0,1,1,0,0,1,0,0]
=> [2,4,3,5,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4} + 1
[2,4,3,1,5] => [1,1,0,1,1,0,0,0,1,0]
=> [2,4,3,1,5] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4} + 1
[2,4,3,5,1] => [1,1,0,1,1,0,0,1,0,0]
=> [2,4,3,5,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4} + 1
[2,4,5,1,3] => [1,1,0,1,1,0,1,0,0,0]
=> [2,5,3,4,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4} + 1
[2,4,5,3,1] => [1,1,0,1,1,0,1,0,0,0]
=> [2,5,3,4,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4} + 1
[2,5,1,3,4] => [1,1,0,1,1,1,0,0,0,0]
=> [2,5,4,3,1] => ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4} + 1
[2,5,1,4,3] => [1,1,0,1,1,1,0,0,0,0]
=> [2,5,4,3,1] => ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4} + 1
[2,5,3,1,4] => [1,1,0,1,1,1,0,0,0,0]
=> [2,5,4,3,1] => ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4} + 1
[2,5,3,4,1] => [1,1,0,1,1,1,0,0,0,0]
=> [2,5,4,3,1] => ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4} + 1
[2,5,4,1,3] => [1,1,0,1,1,1,0,0,0,0]
=> [2,5,4,3,1] => ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4} + 1
[2,5,4,3,1] => [1,1,0,1,1,1,0,0,0,0]
=> [2,5,4,3,1] => ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4} + 1
[3,1,4,2,5] => [1,1,1,0,0,1,0,0,1,0]
=> [3,2,4,1,5] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4} + 1
[3,1,4,5,2] => [1,1,1,0,0,1,0,1,0,0]
=> [3,2,4,5,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4} + 1
[3,1,5,2,4] => [1,1,1,0,0,1,1,0,0,0]
=> [3,2,5,4,1] => ([(0,3),(0,4),(1,2),(1,4),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4} + 1
[3,1,5,4,2] => [1,1,1,0,0,1,1,0,0,0]
=> [3,2,5,4,1] => ([(0,3),(0,4),(1,2),(1,4),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4} + 1
[3,2,4,1,5] => [1,1,1,0,0,1,0,0,1,0]
=> [3,2,4,1,5] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4} + 1
[3,2,4,5,1] => [1,1,1,0,0,1,0,1,0,0]
=> [3,2,4,5,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4} + 1
[3,2,5,1,4] => [1,1,1,0,0,1,1,0,0,0]
=> [3,2,5,4,1] => ([(0,3),(0,4),(1,2),(1,4),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4} + 1
[3,2,5,4,1] => [1,1,1,0,0,1,1,0,0,0]
=> [3,2,5,4,1] => ([(0,3),(0,4),(1,2),(1,4),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4} + 1
[3,4,1,2,5] => [1,1,1,0,1,0,0,0,1,0]
=> [4,2,3,1,5] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4} + 1
[3,4,1,5,2] => [1,1,1,0,1,0,0,1,0,0]
=> [4,2,3,5,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4} + 1
[3,4,2,1,5] => [1,1,1,0,1,0,0,0,1,0]
=> [4,2,3,1,5] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4} + 1
[3,4,2,5,1] => [1,1,1,0,1,0,0,1,0,0]
=> [4,2,3,5,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4} + 1
[3,4,5,1,2] => [1,1,1,0,1,0,1,0,0,0]
=> [5,2,3,4,1] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4} + 1
[3,4,5,2,1] => [1,1,1,0,1,0,1,0,0,0]
=> [5,2,3,4,1] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4} + 1
[3,5,1,2,4] => [1,1,1,0,1,1,0,0,0,0]
=> [5,2,4,3,1] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4} + 1
[3,5,1,4,2] => [1,1,1,0,1,1,0,0,0,0]
=> [5,2,4,3,1] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4} + 1
[3,5,2,1,4] => [1,1,1,0,1,1,0,0,0,0]
=> [5,2,4,3,1] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4} + 1
[3,5,2,4,1] => [1,1,1,0,1,1,0,0,0,0]
=> [5,2,4,3,1] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4} + 1
[3,5,4,1,2] => [1,1,1,0,1,1,0,0,0,0]
=> [5,2,4,3,1] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4} + 1
[3,5,4,2,1] => [1,1,1,0,1,1,0,0,0,0]
=> [5,2,4,3,1] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4} + 1
[4,1,2,5,3] => [1,1,1,1,0,0,0,1,0,0]
=> [4,3,2,5,1] => ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4} + 1
[4,1,3,5,2] => [1,1,1,1,0,0,0,1,0,0]
=> [4,3,2,5,1] => ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4} + 1
[4,1,5,2,3] => [1,1,1,1,0,0,1,0,0,0]
=> [5,3,2,4,1] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4} + 1
[4,1,5,3,2] => [1,1,1,1,0,0,1,0,0,0]
=> [5,3,2,4,1] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4} + 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.
Matching statistic: St000454
(load all 52 compositions to match this statistic)
(load all 52 compositions to match this statistic)
Mp00127: Permutations —left-to-right-maxima to Dyck path⟶ Dyck paths
Mp00023: Dyck paths —to non-crossing permutation⟶ Permutations
Mp00160: Permutations —graph of inversions⟶ Graphs
St000454: Graphs ⟶ ℤResult quality: 37% ●values known / values provided: 37%●distinct values known / distinct values provided: 100%
Mp00023: Dyck paths —to non-crossing permutation⟶ Permutations
Mp00160: Permutations —graph of inversions⟶ Graphs
St000454: Graphs ⟶ ℤResult quality: 37% ●values known / values provided: 37%●distinct values known / distinct values provided: 100%
Values
[1] => [1,0]
=> [1] => ([],1)
=> 0
[1,2] => [1,0,1,0]
=> [1,2] => ([],2)
=> 0
[2,1] => [1,1,0,0]
=> [2,1] => ([(0,1)],2)
=> 1
[1,2,3] => [1,0,1,0,1,0]
=> [1,2,3] => ([],3)
=> 0
[1,3,2] => [1,0,1,1,0,0]
=> [1,3,2] => ([(1,2)],3)
=> 1
[2,1,3] => [1,1,0,0,1,0]
=> [2,1,3] => ([(1,2)],3)
=> 1
[2,3,1] => [1,1,0,1,0,0]
=> [2,3,1] => ([(0,2),(1,2)],3)
=> ? = 1
[3,1,2] => [1,1,1,0,0,0]
=> [3,2,1] => ([(0,1),(0,2),(1,2)],3)
=> 2
[3,2,1] => [1,1,1,0,0,0]
=> [3,2,1] => ([(0,1),(0,2),(1,2)],3)
=> 2
[1,2,3,4] => [1,0,1,0,1,0,1,0]
=> [1,2,3,4] => ([],4)
=> 0
[1,2,4,3] => [1,0,1,0,1,1,0,0]
=> [1,2,4,3] => ([(2,3)],4)
=> 1
[1,3,2,4] => [1,0,1,1,0,0,1,0]
=> [1,3,2,4] => ([(2,3)],4)
=> 1
[1,3,4,2] => [1,0,1,1,0,1,0,0]
=> [1,3,4,2] => ([(1,3),(2,3)],4)
=> ? ∊ {1,1,1,2,2,2,2,3,3}
[1,4,2,3] => [1,0,1,1,1,0,0,0]
=> [1,4,3,2] => ([(1,2),(1,3),(2,3)],4)
=> 2
[1,4,3,2] => [1,0,1,1,1,0,0,0]
=> [1,4,3,2] => ([(1,2),(1,3),(2,3)],4)
=> 2
[2,1,3,4] => [1,1,0,0,1,0,1,0]
=> [2,1,3,4] => ([(2,3)],4)
=> 1
[2,1,4,3] => [1,1,0,0,1,1,0,0]
=> [2,1,4,3] => ([(0,3),(1,2)],4)
=> 1
[2,3,1,4] => [1,1,0,1,0,0,1,0]
=> [2,3,1,4] => ([(1,3),(2,3)],4)
=> ? ∊ {1,1,1,2,2,2,2,3,3}
[2,3,4,1] => [1,1,0,1,0,1,0,0]
=> [2,3,4,1] => ([(0,3),(1,3),(2,3)],4)
=> ? ∊ {1,1,1,2,2,2,2,3,3}
[2,4,1,3] => [1,1,0,1,1,0,0,0]
=> [2,4,3,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> ? ∊ {1,1,1,2,2,2,2,3,3}
[2,4,3,1] => [1,1,0,1,1,0,0,0]
=> [2,4,3,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> ? ∊ {1,1,1,2,2,2,2,3,3}
[3,1,2,4] => [1,1,1,0,0,0,1,0]
=> [3,2,1,4] => ([(1,2),(1,3),(2,3)],4)
=> 2
[3,1,4,2] => [1,1,1,0,0,1,0,0]
=> [3,2,4,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> ? ∊ {1,1,1,2,2,2,2,3,3}
[3,2,1,4] => [1,1,1,0,0,0,1,0]
=> [3,2,1,4] => ([(1,2),(1,3),(2,3)],4)
=> 2
[3,2,4,1] => [1,1,1,0,0,1,0,0]
=> [3,2,4,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> ? ∊ {1,1,1,2,2,2,2,3,3}
[3,4,1,2] => [1,1,1,0,1,0,0,0]
=> [4,2,3,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ? ∊ {1,1,1,2,2,2,2,3,3}
[3,4,2,1] => [1,1,1,0,1,0,0,0]
=> [4,2,3,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ? ∊ {1,1,1,2,2,2,2,3,3}
[4,1,2,3] => [1,1,1,1,0,0,0,0]
=> [4,3,2,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 3
[4,1,3,2] => [1,1,1,1,0,0,0,0]
=> [4,3,2,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 3
[4,2,1,3] => [1,1,1,1,0,0,0,0]
=> [4,3,2,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 3
[4,2,3,1] => [1,1,1,1,0,0,0,0]
=> [4,3,2,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 3
[4,3,1,2] => [1,1,1,1,0,0,0,0]
=> [4,3,2,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 3
[4,3,2,1] => [1,1,1,1,0,0,0,0]
=> [4,3,2,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 3
[1,2,3,4,5] => [1,0,1,0,1,0,1,0,1,0]
=> [1,2,3,4,5] => ([],5)
=> 0
[1,2,3,5,4] => [1,0,1,0,1,0,1,1,0,0]
=> [1,2,3,5,4] => ([(3,4)],5)
=> 1
[1,2,4,3,5] => [1,0,1,0,1,1,0,0,1,0]
=> [1,2,4,3,5] => ([(3,4)],5)
=> 1
[1,2,4,5,3] => [1,0,1,0,1,1,0,1,0,0]
=> [1,2,4,5,3] => ([(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4}
[1,2,5,3,4] => [1,0,1,0,1,1,1,0,0,0]
=> [1,2,5,4,3] => ([(2,3),(2,4),(3,4)],5)
=> 2
[1,2,5,4,3] => [1,0,1,0,1,1,1,0,0,0]
=> [1,2,5,4,3] => ([(2,3),(2,4),(3,4)],5)
=> 2
[1,3,2,4,5] => [1,0,1,1,0,0,1,0,1,0]
=> [1,3,2,4,5] => ([(3,4)],5)
=> 1
[1,3,2,5,4] => [1,0,1,1,0,0,1,1,0,0]
=> [1,3,2,5,4] => ([(1,4),(2,3)],5)
=> 1
[1,3,4,2,5] => [1,0,1,1,0,1,0,0,1,0]
=> [1,3,4,2,5] => ([(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4}
[1,3,4,5,2] => [1,0,1,1,0,1,0,1,0,0]
=> [1,3,4,5,2] => ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4}
[1,3,5,2,4] => [1,0,1,1,0,1,1,0,0,0]
=> [1,3,5,4,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4}
[1,3,5,4,2] => [1,0,1,1,0,1,1,0,0,0]
=> [1,3,5,4,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4}
[1,4,2,3,5] => [1,0,1,1,1,0,0,0,1,0]
=> [1,4,3,2,5] => ([(2,3),(2,4),(3,4)],5)
=> 2
[1,4,2,5,3] => [1,0,1,1,1,0,0,1,0,0]
=> [1,4,3,5,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4}
[1,4,3,2,5] => [1,0,1,1,1,0,0,0,1,0]
=> [1,4,3,2,5] => ([(2,3),(2,4),(3,4)],5)
=> 2
[1,4,3,5,2] => [1,0,1,1,1,0,0,1,0,0]
=> [1,4,3,5,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4}
[1,4,5,2,3] => [1,0,1,1,1,0,1,0,0,0]
=> [1,5,3,4,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4}
[1,4,5,3,2] => [1,0,1,1,1,0,1,0,0,0]
=> [1,5,3,4,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4}
[1,5,2,3,4] => [1,0,1,1,1,1,0,0,0,0]
=> [1,5,4,3,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 3
[1,5,2,4,3] => [1,0,1,1,1,1,0,0,0,0]
=> [1,5,4,3,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 3
[1,5,3,2,4] => [1,0,1,1,1,1,0,0,0,0]
=> [1,5,4,3,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 3
[1,5,3,4,2] => [1,0,1,1,1,1,0,0,0,0]
=> [1,5,4,3,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 3
[1,5,4,2,3] => [1,0,1,1,1,1,0,0,0,0]
=> [1,5,4,3,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 3
[1,5,4,3,2] => [1,0,1,1,1,1,0,0,0,0]
=> [1,5,4,3,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 3
[2,1,3,4,5] => [1,1,0,0,1,0,1,0,1,0]
=> [2,1,3,4,5] => ([(3,4)],5)
=> 1
[2,1,3,5,4] => [1,1,0,0,1,0,1,1,0,0]
=> [2,1,3,5,4] => ([(1,4),(2,3)],5)
=> 1
[2,1,4,3,5] => [1,1,0,0,1,1,0,0,1,0]
=> [2,1,4,3,5] => ([(1,4),(2,3)],5)
=> 1
[2,1,4,5,3] => [1,1,0,0,1,1,0,1,0,0]
=> [2,1,4,5,3] => ([(0,1),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4}
[2,1,5,3,4] => [1,1,0,0,1,1,1,0,0,0]
=> [2,1,5,4,3] => ([(0,1),(2,3),(2,4),(3,4)],5)
=> 2
[2,1,5,4,3] => [1,1,0,0,1,1,1,0,0,0]
=> [2,1,5,4,3] => ([(0,1),(2,3),(2,4),(3,4)],5)
=> 2
[2,3,1,4,5] => [1,1,0,1,0,0,1,0,1,0]
=> [2,3,1,4,5] => ([(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4}
[2,3,1,5,4] => [1,1,0,1,0,0,1,1,0,0]
=> [2,3,1,5,4] => ([(0,1),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4}
[2,3,4,1,5] => [1,1,0,1,0,1,0,0,1,0]
=> [2,3,4,1,5] => ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4}
[2,3,4,5,1] => [1,1,0,1,0,1,0,1,0,0]
=> [2,3,4,5,1] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 2
[2,3,5,1,4] => [1,1,0,1,0,1,1,0,0,0]
=> [2,3,5,4,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4}
[2,3,5,4,1] => [1,1,0,1,0,1,1,0,0,0]
=> [2,3,5,4,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4}
[2,4,1,3,5] => [1,1,0,1,1,0,0,0,1,0]
=> [2,4,3,1,5] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4}
[2,4,1,5,3] => [1,1,0,1,1,0,0,1,0,0]
=> [2,4,3,5,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4}
[2,4,3,1,5] => [1,1,0,1,1,0,0,0,1,0]
=> [2,4,3,1,5] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4}
[2,4,3,5,1] => [1,1,0,1,1,0,0,1,0,0]
=> [2,4,3,5,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4}
[2,4,5,1,3] => [1,1,0,1,1,0,1,0,0,0]
=> [2,5,3,4,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4}
[2,4,5,3,1] => [1,1,0,1,1,0,1,0,0,0]
=> [2,5,3,4,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4}
[2,5,1,3,4] => [1,1,0,1,1,1,0,0,0,0]
=> [2,5,4,3,1] => ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4}
[2,5,1,4,3] => [1,1,0,1,1,1,0,0,0,0]
=> [2,5,4,3,1] => ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4}
[2,5,3,1,4] => [1,1,0,1,1,1,0,0,0,0]
=> [2,5,4,3,1] => ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4}
[2,5,3,4,1] => [1,1,0,1,1,1,0,0,0,0]
=> [2,5,4,3,1] => ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4}
[2,5,4,1,3] => [1,1,0,1,1,1,0,0,0,0]
=> [2,5,4,3,1] => ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4}
[2,5,4,3,1] => [1,1,0,1,1,1,0,0,0,0]
=> [2,5,4,3,1] => ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4}
[3,1,2,4,5] => [1,1,1,0,0,0,1,0,1,0]
=> [3,2,1,4,5] => ([(2,3),(2,4),(3,4)],5)
=> 2
[3,1,2,5,4] => [1,1,1,0,0,0,1,1,0,0]
=> [3,2,1,5,4] => ([(0,1),(2,3),(2,4),(3,4)],5)
=> 2
[3,1,4,2,5] => [1,1,1,0,0,1,0,0,1,0]
=> [3,2,4,1,5] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4}
[3,1,4,5,2] => [1,1,1,0,0,1,0,1,0,0]
=> [3,2,4,5,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4}
[3,1,5,2,4] => [1,1,1,0,0,1,1,0,0,0]
=> [3,2,5,4,1] => ([(0,3),(0,4),(1,2),(1,4),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4}
[3,1,5,4,2] => [1,1,1,0,0,1,1,0,0,0]
=> [3,2,5,4,1] => ([(0,3),(0,4),(1,2),(1,4),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4}
[3,2,1,4,5] => [1,1,1,0,0,0,1,0,1,0]
=> [3,2,1,4,5] => ([(2,3),(2,4),(3,4)],5)
=> 2
[3,2,1,5,4] => [1,1,1,0,0,0,1,1,0,0]
=> [3,2,1,5,4] => ([(0,1),(2,3),(2,4),(3,4)],5)
=> 2
[3,2,4,1,5] => [1,1,1,0,0,1,0,0,1,0]
=> [3,2,4,1,5] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4}
[3,2,4,5,1] => [1,1,1,0,0,1,0,1,0,0]
=> [3,2,4,5,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4}
[3,2,5,1,4] => [1,1,1,0,0,1,1,0,0,0]
=> [3,2,5,4,1] => ([(0,3),(0,4),(1,2),(1,4),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4}
[3,2,5,4,1] => [1,1,1,0,0,1,1,0,0,0]
=> [3,2,5,4,1] => ([(0,3),(0,4),(1,2),(1,4),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4}
[3,4,1,2,5] => [1,1,1,0,1,0,0,0,1,0]
=> [4,2,3,1,5] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4}
[3,4,1,5,2] => [1,1,1,0,1,0,0,1,0,0]
=> [4,2,3,5,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4}
[3,4,2,1,5] => [1,1,1,0,1,0,0,0,1,0]
=> [4,2,3,1,5] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4}
[3,4,2,5,1] => [1,1,1,0,1,0,0,1,0,0]
=> [4,2,3,5,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4}
[3,4,5,1,2] => [1,1,1,0,1,0,1,0,0,0]
=> [5,2,3,4,1] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 3
[3,4,5,2,1] => [1,1,1,0,1,0,1,0,0,0]
=> [5,2,3,4,1] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 3
[3,5,1,2,4] => [1,1,1,0,1,1,0,0,0,0]
=> [5,2,4,3,1] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4}
Description
The largest eigenvalue of a graph if it is integral.
If a graph is $d$-regular, then its largest eigenvalue equals $d$. One can show that the largest eigenvalue always lies between the average degree and the maximal degree.
This statistic is undefined if the largest eigenvalue of the graph is not integral.
Matching statistic: St000264
(load all 11 compositions to match this statistic)
(load all 11 compositions to match this statistic)
Mp00223: Permutations —runsort⟶ Permutations
Mp00126: Permutations —cactus evacuation⟶ Permutations
Mp00160: Permutations —graph of inversions⟶ Graphs
St000264: Graphs ⟶ ℤResult quality: 33% ●values known / values provided: 34%●distinct values known / distinct values provided: 33%
Mp00126: Permutations —cactus evacuation⟶ Permutations
Mp00160: Permutations —graph of inversions⟶ Graphs
St000264: Graphs ⟶ ℤResult quality: 33% ●values known / values provided: 34%●distinct values known / distinct values provided: 33%
Values
[1] => [1] => [1] => ([],1)
=> ? = 0
[1,2] => [1,2] => [1,2] => ([],2)
=> ? ∊ {0,1}
[2,1] => [1,2] => [1,2] => ([],2)
=> ? ∊ {0,1}
[1,2,3] => [1,2,3] => [1,2,3] => ([],3)
=> ? ∊ {0,1,1,1,2,2}
[1,3,2] => [1,3,2] => [3,1,2] => ([(0,2),(1,2)],3)
=> ? ∊ {0,1,1,1,2,2}
[2,1,3] => [1,3,2] => [3,1,2] => ([(0,2),(1,2)],3)
=> ? ∊ {0,1,1,1,2,2}
[2,3,1] => [1,2,3] => [1,2,3] => ([],3)
=> ? ∊ {0,1,1,1,2,2}
[3,1,2] => [1,2,3] => [1,2,3] => ([],3)
=> ? ∊ {0,1,1,1,2,2}
[3,2,1] => [1,2,3] => [1,2,3] => ([],3)
=> ? ∊ {0,1,1,1,2,2}
[1,2,3,4] => [1,2,3,4] => [1,2,3,4] => ([],4)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3}
[1,2,4,3] => [1,2,4,3] => [4,1,2,3] => ([(0,3),(1,3),(2,3)],4)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3}
[1,3,2,4] => [1,3,2,4] => [1,3,2,4] => ([(2,3)],4)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3}
[1,3,4,2] => [1,3,4,2] => [3,1,2,4] => ([(1,3),(2,3)],4)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3}
[1,4,2,3] => [1,4,2,3] => [1,4,2,3] => ([(1,3),(2,3)],4)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3}
[1,4,3,2] => [1,4,2,3] => [1,4,2,3] => ([(1,3),(2,3)],4)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3}
[2,1,3,4] => [1,3,4,2] => [3,1,2,4] => ([(1,3),(2,3)],4)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3}
[2,1,4,3] => [1,4,2,3] => [1,4,2,3] => ([(1,3),(2,3)],4)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3}
[2,3,1,4] => [1,4,2,3] => [1,4,2,3] => ([(1,3),(2,3)],4)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3}
[2,3,4,1] => [1,2,3,4] => [1,2,3,4] => ([],4)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3}
[2,4,1,3] => [1,3,2,4] => [1,3,2,4] => ([(2,3)],4)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3}
[2,4,3,1] => [1,2,4,3] => [4,1,2,3] => ([(0,3),(1,3),(2,3)],4)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3}
[3,1,2,4] => [1,2,4,3] => [4,1,2,3] => ([(0,3),(1,3),(2,3)],4)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3}
[3,1,4,2] => [1,4,2,3] => [1,4,2,3] => ([(1,3),(2,3)],4)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3}
[3,2,1,4] => [1,4,2,3] => [1,4,2,3] => ([(1,3),(2,3)],4)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3}
[3,2,4,1] => [1,2,4,3] => [4,1,2,3] => ([(0,3),(1,3),(2,3)],4)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3}
[3,4,1,2] => [1,2,3,4] => [1,2,3,4] => ([],4)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3}
[3,4,2,1] => [1,2,3,4] => [1,2,3,4] => ([],4)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3}
[4,1,2,3] => [1,2,3,4] => [1,2,3,4] => ([],4)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3}
[4,1,3,2] => [1,3,2,4] => [1,3,2,4] => ([(2,3)],4)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3}
[4,2,1,3] => [1,3,2,4] => [1,3,2,4] => ([(2,3)],4)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3}
[4,2,3,1] => [1,2,3,4] => [1,2,3,4] => ([],4)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3}
[4,3,1,2] => [1,2,3,4] => [1,2,3,4] => ([],4)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3}
[4,3,2,1] => [1,2,3,4] => [1,2,3,4] => ([],4)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3}
[1,2,3,4,5] => [1,2,3,4,5] => [1,2,3,4,5] => ([],5)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,2,3,5,4] => [1,2,3,5,4] => [5,1,2,3,4] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,2,4,3,5] => [1,2,4,3,5] => [1,4,2,3,5] => ([(2,4),(3,4)],5)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,2,4,5,3] => [1,2,4,5,3] => [4,1,2,3,5] => ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,2,5,3,4] => [1,2,5,3,4] => [1,5,2,3,4] => ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,2,5,4,3] => [1,2,5,3,4] => [1,5,2,3,4] => ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,3,2,4,5] => [1,3,2,4,5] => [1,3,4,2,5] => ([(2,4),(3,4)],5)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,3,2,5,4] => [1,3,2,5,4] => [3,1,5,2,4] => ([(0,4),(1,3),(2,3),(2,4)],5)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,3,4,2,5] => [1,3,4,2,5] => [1,3,2,4,5] => ([(3,4)],5)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,3,4,5,2] => [1,3,4,5,2] => [3,1,2,4,5] => ([(2,4),(3,4)],5)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,3,5,2,4] => [1,3,5,2,4] => [3,5,1,2,4] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> 4
[1,3,5,4,2] => [1,3,5,2,4] => [3,5,1,2,4] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> 4
[1,4,2,3,5] => [1,4,2,3,5] => [1,2,4,3,5] => ([(3,4)],5)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,4,2,5,3] => [1,4,2,5,3] => [4,1,5,2,3] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> 4
[1,4,3,2,5] => [1,4,2,5,3] => [4,1,5,2,3] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> 4
[1,4,3,5,2] => [1,4,2,3,5] => [1,2,4,3,5] => ([(3,4)],5)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,4,5,2,3] => [1,4,5,2,3] => [4,5,1,2,3] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4)],5)
=> 4
[1,4,5,3,2] => [1,4,5,2,3] => [4,5,1,2,3] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4)],5)
=> 4
[1,5,2,3,4] => [1,5,2,3,4] => [1,2,5,3,4] => ([(2,4),(3,4)],5)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,5,2,4,3] => [1,5,2,4,3] => [5,1,4,2,3] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 3
[1,5,3,2,4] => [1,5,2,4,3] => [5,1,4,2,3] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 3
[1,5,3,4,2] => [1,5,2,3,4] => [1,2,5,3,4] => ([(2,4),(3,4)],5)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,5,4,2,3] => [1,5,2,3,4] => [1,2,5,3,4] => ([(2,4),(3,4)],5)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,5,4,3,2] => [1,5,2,3,4] => [1,2,5,3,4] => ([(2,4),(3,4)],5)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[2,1,3,4,5] => [1,3,4,5,2] => [3,1,2,4,5] => ([(2,4),(3,4)],5)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[2,1,3,5,4] => [1,3,5,2,4] => [3,5,1,2,4] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> 4
[2,1,4,5,3] => [1,4,5,2,3] => [4,5,1,2,3] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4)],5)
=> 4
[2,3,1,4,5] => [1,4,5,2,3] => [4,5,1,2,3] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4)],5)
=> 4
[2,4,1,3,5] => [1,3,5,2,4] => [3,5,1,2,4] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> 4
[2,4,1,5,3] => [1,5,2,4,3] => [5,1,4,2,3] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 3
[2,4,3,1,5] => [1,5,2,4,3] => [5,1,4,2,3] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 3
[2,5,1,4,3] => [1,4,2,5,3] => [4,1,5,2,3] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> 4
[2,5,3,1,4] => [1,4,2,5,3] => [4,1,5,2,3] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> 4
[3,1,4,2,5] => [1,4,2,5,3] => [4,1,5,2,3] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> 4
[3,1,4,5,2] => [1,4,5,2,3] => [4,5,1,2,3] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4)],5)
=> 4
[3,1,5,2,4] => [1,5,2,4,3] => [5,1,4,2,3] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 3
[3,2,1,4,5] => [1,4,5,2,3] => [4,5,1,2,3] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4)],5)
=> 4
[3,2,4,1,5] => [1,5,2,4,3] => [5,1,4,2,3] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 3
[3,2,5,1,4] => [1,4,2,5,3] => [4,1,5,2,3] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> 4
[4,1,3,5,2] => [1,3,5,2,4] => [3,5,1,2,4] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> 4
[4,2,1,3,5] => [1,3,5,2,4] => [3,5,1,2,4] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> 4
[1,2,4,3,6,5] => [1,2,4,3,6,5] => [4,1,6,2,3,5] => ([(0,5),(1,4),(2,4),(2,5),(3,4),(3,5)],6)
=> 4
[1,2,4,6,3,5] => [1,2,4,6,3,5] => [4,6,1,2,3,5] => ([(0,5),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5)],6)
=> 4
[1,2,4,6,5,3] => [1,2,4,6,3,5] => [4,6,1,2,3,5] => ([(0,5),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5)],6)
=> 4
[1,2,5,3,6,4] => [1,2,5,3,6,4] => [5,1,6,2,3,4] => ([(0,5),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5)],6)
=> 4
[1,2,5,4,3,6] => [1,2,5,3,6,4] => [5,1,6,2,3,4] => ([(0,5),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5)],6)
=> 4
[1,2,5,6,3,4] => [1,2,5,6,3,4] => [5,6,1,2,3,4] => ([(0,4),(0,5),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5)],6)
=> 4
[1,2,5,6,4,3] => [1,2,5,6,3,4] => [5,6,1,2,3,4] => ([(0,4),(0,5),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5)],6)
=> 4
[1,2,6,3,5,4] => [1,2,6,3,5,4] => [6,1,5,2,3,4] => ([(0,5),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 3
[1,2,6,4,3,5] => [1,2,6,3,5,4] => [6,1,5,2,3,4] => ([(0,5),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 3
[1,3,4,6,2,5] => [1,3,4,6,2,5] => [3,6,1,2,4,5] => ([(0,5),(1,5),(2,3),(2,4),(3,5),(4,5)],6)
=> 4
[1,3,4,6,5,2] => [1,3,4,6,2,5] => [3,6,1,2,4,5] => ([(0,5),(1,5),(2,3),(2,4),(3,5),(4,5)],6)
=> 4
[1,3,5,6,2,4] => [1,3,5,6,2,4] => [3,5,1,2,4,6] => ([(1,5),(2,3),(2,4),(3,5),(4,5)],6)
=> 4
[1,3,5,6,4,2] => [1,3,5,6,2,4] => [3,5,1,2,4,6] => ([(1,5),(2,3),(2,4),(3,5),(4,5)],6)
=> 4
[1,3,6,2,5,4] => [1,3,6,2,5,4] => [6,3,5,1,2,4] => ([(0,4),(0,5),(1,2),(1,3),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 3
[1,3,6,4,2,5] => [1,3,6,2,5,4] => [6,3,5,1,2,4] => ([(0,4),(0,5),(1,2),(1,3),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 3
[1,4,5,2,3,6] => [1,4,5,2,3,6] => [1,4,5,2,3,6] => ([(2,4),(2,5),(3,4),(3,5)],6)
=> 4
[1,4,5,2,6,3] => [1,4,5,2,6,3] => [4,1,5,2,3,6] => ([(1,5),(2,3),(2,4),(3,5),(4,5)],6)
=> 4
[1,4,5,3,2,6] => [1,4,5,2,6,3] => [4,1,5,2,3,6] => ([(1,5),(2,3),(2,4),(3,5),(4,5)],6)
=> 4
[1,4,5,3,6,2] => [1,4,5,2,3,6] => [1,4,5,2,3,6] => ([(2,4),(2,5),(3,4),(3,5)],6)
=> 4
[1,4,5,6,2,3] => [1,4,5,6,2,3] => [4,5,1,2,3,6] => ([(1,4),(1,5),(2,4),(2,5),(3,4),(3,5)],6)
=> 4
[1,4,5,6,3,2] => [1,4,5,6,2,3] => [4,5,1,2,3,6] => ([(1,4),(1,5),(2,4),(2,5),(3,4),(3,5)],6)
=> 4
[1,4,6,2,3,5] => [1,4,6,2,3,5] => [1,4,6,2,3,5] => ([(1,5),(2,3),(2,4),(3,5),(4,5)],6)
=> 4
[1,4,6,2,5,3] => [1,4,6,2,5,3] => [6,4,5,1,2,3] => ([(0,3),(0,4),(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,5),(4,5)],6)
=> 3
[1,4,6,3,2,5] => [1,4,6,2,5,3] => [6,4,5,1,2,3] => ([(0,3),(0,4),(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,5),(4,5)],6)
=> 3
[1,4,6,3,5,2] => [1,4,6,2,3,5] => [1,4,6,2,3,5] => ([(1,5),(2,3),(2,4),(3,5),(4,5)],6)
=> 4
[1,4,6,5,2,3] => [1,4,6,2,3,5] => [1,4,6,2,3,5] => ([(1,5),(2,3),(2,4),(3,5),(4,5)],6)
=> 4
Description
The girth of a graph, which is not a tree.
This is the length of the shortest cycle in the graph.
Matching statistic: St001875
(load all 3 compositions to match this statistic)
(load all 3 compositions to match this statistic)
Mp00252: Permutations —restriction⟶ Permutations
Mp00065: Permutations —permutation poset⟶ Posets
Mp00206: Posets —antichains of maximal size⟶ Lattices
St001875: Lattices ⟶ ℤResult quality: 31% ●values known / values provided: 31%●distinct values known / distinct values provided: 50%
Mp00065: Permutations —permutation poset⟶ Posets
Mp00206: Posets —antichains of maximal size⟶ Lattices
St001875: Lattices ⟶ ℤResult quality: 31% ●values known / values provided: 31%●distinct values known / distinct values provided: 50%
Values
[1] => [] => ([],0)
=> ?
=> ? = 0
[1,2] => [1] => ([],1)
=> ([],1)
=> ? ∊ {0,1}
[2,1] => [1] => ([],1)
=> ([],1)
=> ? ∊ {0,1}
[1,2,3] => [1,2] => ([(0,1)],2)
=> ([(0,1)],2)
=> ? ∊ {0,1,1,1,2,2}
[1,3,2] => [1,2] => ([(0,1)],2)
=> ([(0,1)],2)
=> ? ∊ {0,1,1,1,2,2}
[2,1,3] => [2,1] => ([],2)
=> ([],1)
=> ? ∊ {0,1,1,1,2,2}
[2,3,1] => [2,1] => ([],2)
=> ([],1)
=> ? ∊ {0,1,1,1,2,2}
[3,1,2] => [1,2] => ([(0,1)],2)
=> ([(0,1)],2)
=> ? ∊ {0,1,1,1,2,2}
[3,2,1] => [2,1] => ([],2)
=> ([],1)
=> ? ∊ {0,1,1,1,2,2}
[1,2,3,4] => [1,2,3] => ([(0,2),(2,1)],3)
=> ([(0,2),(2,1)],3)
=> 3
[1,2,4,3] => [1,2,3] => ([(0,2),(2,1)],3)
=> ([(0,2),(2,1)],3)
=> 3
[1,3,2,4] => [1,3,2] => ([(0,1),(0,2)],3)
=> ([],1)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,3,3}
[1,3,4,2] => [1,3,2] => ([(0,1),(0,2)],3)
=> ([],1)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,3,3}
[1,4,2,3] => [1,2,3] => ([(0,2),(2,1)],3)
=> ([(0,2),(2,1)],3)
=> 3
[1,4,3,2] => [1,3,2] => ([(0,1),(0,2)],3)
=> ([],1)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,3,3}
[2,1,3,4] => [2,1,3] => ([(0,2),(1,2)],3)
=> ([],1)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,3,3}
[2,1,4,3] => [2,1,3] => ([(0,2),(1,2)],3)
=> ([],1)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,3,3}
[2,3,1,4] => [2,3,1] => ([(1,2)],3)
=> ([(0,1)],2)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,3,3}
[2,3,4,1] => [2,3,1] => ([(1,2)],3)
=> ([(0,1)],2)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,3,3}
[2,4,1,3] => [2,1,3] => ([(0,2),(1,2)],3)
=> ([],1)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,3,3}
[2,4,3,1] => [2,3,1] => ([(1,2)],3)
=> ([(0,1)],2)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,3,3}
[3,1,2,4] => [3,1,2] => ([(1,2)],3)
=> ([(0,1)],2)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,3,3}
[3,1,4,2] => [3,1,2] => ([(1,2)],3)
=> ([(0,1)],2)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,3,3}
[3,2,1,4] => [3,2,1] => ([],3)
=> ([],1)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,3,3}
[3,2,4,1] => [3,2,1] => ([],3)
=> ([],1)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,3,3}
[3,4,1,2] => [3,1,2] => ([(1,2)],3)
=> ([(0,1)],2)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,3,3}
[3,4,2,1] => [3,2,1] => ([],3)
=> ([],1)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,3,3}
[4,1,2,3] => [1,2,3] => ([(0,2),(2,1)],3)
=> ([(0,2),(2,1)],3)
=> 3
[4,1,3,2] => [1,3,2] => ([(0,1),(0,2)],3)
=> ([],1)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,3,3}
[4,2,1,3] => [2,1,3] => ([(0,2),(1,2)],3)
=> ([],1)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,3,3}
[4,2,3,1] => [2,3,1] => ([(1,2)],3)
=> ([(0,1)],2)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,3,3}
[4,3,1,2] => [3,1,2] => ([(1,2)],3)
=> ([(0,1)],2)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,3,3}
[4,3,2,1] => [3,2,1] => ([],3)
=> ([],1)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,3,3}
[1,2,3,4,5] => [1,2,3,4] => ([(0,3),(2,1),(3,2)],4)
=> ([(0,3),(2,1),(3,2)],4)
=> 4
[1,2,3,5,4] => [1,2,3,4] => ([(0,3),(2,1),(3,2)],4)
=> ([(0,3),(2,1),(3,2)],4)
=> 4
[1,2,4,3,5] => [1,2,4,3] => ([(0,3),(3,1),(3,2)],4)
=> ([],1)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,2,4,5,3] => [1,2,4,3] => ([(0,3),(3,1),(3,2)],4)
=> ([],1)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,2,5,3,4] => [1,2,3,4] => ([(0,3),(2,1),(3,2)],4)
=> ([(0,3),(2,1),(3,2)],4)
=> 4
[1,2,5,4,3] => [1,2,4,3] => ([(0,3),(3,1),(3,2)],4)
=> ([],1)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,3,2,4,5] => [1,3,2,4] => ([(0,1),(0,2),(1,3),(2,3)],4)
=> ([],1)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,3,2,5,4] => [1,3,2,4] => ([(0,1),(0,2),(1,3),(2,3)],4)
=> ([],1)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,3,4,2,5] => [1,3,4,2] => ([(0,2),(0,3),(3,1)],4)
=> ([(0,1)],2)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,3,4,5,2] => [1,3,4,2] => ([(0,2),(0,3),(3,1)],4)
=> ([(0,1)],2)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,3,5,2,4] => [1,3,2,4] => ([(0,1),(0,2),(1,3),(2,3)],4)
=> ([],1)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,3,5,4,2] => [1,3,4,2] => ([(0,2),(0,3),(3,1)],4)
=> ([(0,1)],2)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,4,2,3,5] => [1,4,2,3] => ([(0,2),(0,3),(3,1)],4)
=> ([(0,1)],2)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,4,2,5,3] => [1,4,2,3] => ([(0,2),(0,3),(3,1)],4)
=> ([(0,1)],2)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,4,3,2,5] => [1,4,3,2] => ([(0,1),(0,2),(0,3)],4)
=> ([],1)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,4,3,5,2] => [1,4,3,2] => ([(0,1),(0,2),(0,3)],4)
=> ([],1)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,4,5,2,3] => [1,4,2,3] => ([(0,2),(0,3),(3,1)],4)
=> ([(0,1)],2)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,4,5,3,2] => [1,4,3,2] => ([(0,1),(0,2),(0,3)],4)
=> ([],1)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,5,2,3,4] => [1,2,3,4] => ([(0,3),(2,1),(3,2)],4)
=> ([(0,3),(2,1),(3,2)],4)
=> 4
[1,5,2,4,3] => [1,2,4,3] => ([(0,3),(3,1),(3,2)],4)
=> ([],1)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,5,3,2,4] => [1,3,2,4] => ([(0,1),(0,2),(1,3),(2,3)],4)
=> ([],1)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,5,3,4,2] => [1,3,4,2] => ([(0,2),(0,3),(3,1)],4)
=> ([(0,1)],2)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,5,4,2,3] => [1,4,2,3] => ([(0,2),(0,3),(3,1)],4)
=> ([(0,1)],2)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,5,4,3,2] => [1,4,3,2] => ([(0,1),(0,2),(0,3)],4)
=> ([],1)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[2,1,3,4,5] => [2,1,3,4] => ([(0,3),(1,3),(3,2)],4)
=> ([],1)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[2,3,4,1,5] => [2,3,4,1] => ([(1,2),(2,3)],4)
=> ([(0,2),(2,1)],3)
=> 3
[2,3,4,5,1] => [2,3,4,1] => ([(1,2),(2,3)],4)
=> ([(0,2),(2,1)],3)
=> 3
[2,3,5,4,1] => [2,3,4,1] => ([(1,2),(2,3)],4)
=> ([(0,2),(2,1)],3)
=> 3
[2,4,1,3,5] => [2,4,1,3] => ([(0,3),(1,2),(1,3)],4)
=> ([(0,2),(2,1)],3)
=> 3
[2,4,1,5,3] => [2,4,1,3] => ([(0,3),(1,2),(1,3)],4)
=> ([(0,2),(2,1)],3)
=> 3
[2,4,5,1,3] => [2,4,1,3] => ([(0,3),(1,2),(1,3)],4)
=> ([(0,2),(2,1)],3)
=> 3
[2,5,3,4,1] => [2,3,4,1] => ([(1,2),(2,3)],4)
=> ([(0,2),(2,1)],3)
=> 3
[2,5,4,1,3] => [2,4,1,3] => ([(0,3),(1,2),(1,3)],4)
=> ([(0,2),(2,1)],3)
=> 3
[3,1,4,2,5] => [3,1,4,2] => ([(0,3),(1,2),(1,3)],4)
=> ([(0,2),(2,1)],3)
=> 3
[3,1,4,5,2] => [3,1,4,2] => ([(0,3),(1,2),(1,3)],4)
=> ([(0,2),(2,1)],3)
=> 3
[3,1,5,4,2] => [3,1,4,2] => ([(0,3),(1,2),(1,3)],4)
=> ([(0,2),(2,1)],3)
=> 3
[3,4,1,2,5] => [3,4,1,2] => ([(0,3),(1,2)],4)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 3
[3,4,1,5,2] => [3,4,1,2] => ([(0,3),(1,2)],4)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 3
[3,4,5,1,2] => [3,4,1,2] => ([(0,3),(1,2)],4)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 3
[3,5,1,4,2] => [3,1,4,2] => ([(0,3),(1,2),(1,3)],4)
=> ([(0,2),(2,1)],3)
=> 3
[3,5,4,1,2] => [3,4,1,2] => ([(0,3),(1,2)],4)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 3
[4,1,2,3,5] => [4,1,2,3] => ([(1,2),(2,3)],4)
=> ([(0,2),(2,1)],3)
=> 3
[4,1,2,5,3] => [4,1,2,3] => ([(1,2),(2,3)],4)
=> ([(0,2),(2,1)],3)
=> 3
[4,1,5,2,3] => [4,1,2,3] => ([(1,2),(2,3)],4)
=> ([(0,2),(2,1)],3)
=> 3
[4,5,1,2,3] => [4,1,2,3] => ([(1,2),(2,3)],4)
=> ([(0,2),(2,1)],3)
=> 3
[5,1,2,3,4] => [1,2,3,4] => ([(0,3),(2,1),(3,2)],4)
=> ([(0,3),(2,1),(3,2)],4)
=> 4
[5,2,3,4,1] => [2,3,4,1] => ([(1,2),(2,3)],4)
=> ([(0,2),(2,1)],3)
=> 3
[5,2,4,1,3] => [2,4,1,3] => ([(0,3),(1,2),(1,3)],4)
=> ([(0,2),(2,1)],3)
=> 3
[5,3,1,4,2] => [3,1,4,2] => ([(0,3),(1,2),(1,3)],4)
=> ([(0,2),(2,1)],3)
=> 3
[5,3,4,1,2] => [3,4,1,2] => ([(0,3),(1,2)],4)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 3
[5,4,1,2,3] => [4,1,2,3] => ([(1,2),(2,3)],4)
=> ([(0,2),(2,1)],3)
=> 3
[1,2,3,4,5,6] => [1,2,3,4,5] => ([(0,4),(2,3),(3,1),(4,2)],5)
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 5
[1,2,3,4,6,5] => [1,2,3,4,5] => ([(0,4),(2,3),(3,1),(4,2)],5)
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 5
[1,2,3,6,4,5] => [1,2,3,4,5] => ([(0,4),(2,3),(3,1),(4,2)],5)
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 5
[1,2,6,3,4,5] => [1,2,3,4,5] => ([(0,4),(2,3),(3,1),(4,2)],5)
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 5
[1,3,4,5,2,6] => [1,3,4,5,2] => ([(0,2),(0,4),(3,1),(4,3)],5)
=> ([(0,2),(2,1)],3)
=> 3
[1,3,4,5,6,2] => [1,3,4,5,2] => ([(0,2),(0,4),(3,1),(4,3)],5)
=> ([(0,2),(2,1)],3)
=> 3
[1,3,4,6,5,2] => [1,3,4,5,2] => ([(0,2),(0,4),(3,1),(4,3)],5)
=> ([(0,2),(2,1)],3)
=> 3
[1,3,5,2,4,6] => [1,3,5,2,4] => ([(0,2),(0,3),(2,4),(3,1),(3,4)],5)
=> ([(0,2),(2,1)],3)
=> 3
[1,3,5,2,6,4] => [1,3,5,2,4] => ([(0,2),(0,3),(2,4),(3,1),(3,4)],5)
=> ([(0,2),(2,1)],3)
=> 3
[1,3,5,6,2,4] => [1,3,5,2,4] => ([(0,2),(0,3),(2,4),(3,1),(3,4)],5)
=> ([(0,2),(2,1)],3)
=> 3
[1,3,6,4,5,2] => [1,3,4,5,2] => ([(0,2),(0,4),(3,1),(4,3)],5)
=> ([(0,2),(2,1)],3)
=> 3
[1,3,6,5,2,4] => [1,3,5,2,4] => ([(0,2),(0,3),(2,4),(3,1),(3,4)],5)
=> ([(0,2),(2,1)],3)
=> 3
[1,4,2,5,3,6] => [1,4,2,5,3] => ([(0,2),(0,3),(2,4),(3,1),(3,4)],5)
=> ([(0,2),(2,1)],3)
=> 3
[1,4,2,5,6,3] => [1,4,2,5,3] => ([(0,2),(0,3),(2,4),(3,1),(3,4)],5)
=> ([(0,2),(2,1)],3)
=> 3
[1,4,2,6,5,3] => [1,4,2,5,3] => ([(0,2),(0,3),(2,4),(3,1),(3,4)],5)
=> ([(0,2),(2,1)],3)
=> 3
[1,4,5,2,3,6] => [1,4,5,2,3] => ([(0,3),(0,4),(3,2),(4,1)],5)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 3
Description
The number of simple modules with projective dimension at most 1.
Matching statistic: St000259
(load all 2 compositions to match this statistic)
(load all 2 compositions to match this statistic)
Mp00127: Permutations —left-to-right-maxima to Dyck path⟶ Dyck paths
Mp00024: Dyck paths —to 321-avoiding permutation⟶ Permutations
Mp00160: Permutations —graph of inversions⟶ Graphs
St000259: Graphs ⟶ ℤResult quality: 23% ●values known / values provided: 23%●distinct values known / distinct values provided: 100%
Mp00024: Dyck paths —to 321-avoiding permutation⟶ Permutations
Mp00160: Permutations —graph of inversions⟶ Graphs
St000259: Graphs ⟶ ℤResult quality: 23% ●values known / values provided: 23%●distinct values known / distinct values provided: 100%
Values
[1] => [1,0]
=> [1] => ([],1)
=> 0
[1,2] => [1,0,1,0]
=> [2,1] => ([(0,1)],2)
=> 1
[2,1] => [1,1,0,0]
=> [1,2] => ([],2)
=> ? = 0
[1,2,3] => [1,0,1,0,1,0]
=> [2,1,3] => ([(1,2)],3)
=> ? ∊ {0,1,1,1}
[1,3,2] => [1,0,1,1,0,0]
=> [2,3,1] => ([(0,2),(1,2)],3)
=> 2
[2,1,3] => [1,1,0,0,1,0]
=> [3,1,2] => ([(0,2),(1,2)],3)
=> 2
[2,3,1] => [1,1,0,1,0,0]
=> [1,3,2] => ([(1,2)],3)
=> ? ∊ {0,1,1,1}
[3,1,2] => [1,1,1,0,0,0]
=> [1,2,3] => ([],3)
=> ? ∊ {0,1,1,1}
[3,2,1] => [1,1,1,0,0,0]
=> [1,2,3] => ([],3)
=> ? ∊ {0,1,1,1}
[1,2,3,4] => [1,0,1,0,1,0,1,0]
=> [2,1,4,3] => ([(0,3),(1,2)],4)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,3,3,3,3,3,3}
[1,2,4,3] => [1,0,1,0,1,1,0,0]
=> [2,4,1,3] => ([(0,3),(1,2),(2,3)],4)
=> 3
[1,3,2,4] => [1,0,1,1,0,0,1,0]
=> [2,1,3,4] => ([(2,3)],4)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,3,3,3,3,3,3}
[1,3,4,2] => [1,0,1,1,0,1,0,0]
=> [2,3,1,4] => ([(1,3),(2,3)],4)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,3,3,3,3,3,3}
[1,4,2,3] => [1,0,1,1,1,0,0,0]
=> [2,3,4,1] => ([(0,3),(1,3),(2,3)],4)
=> 2
[1,4,3,2] => [1,0,1,1,1,0,0,0]
=> [2,3,4,1] => ([(0,3),(1,3),(2,3)],4)
=> 2
[2,1,3,4] => [1,1,0,0,1,0,1,0]
=> [3,1,4,2] => ([(0,3),(1,2),(2,3)],4)
=> 3
[2,1,4,3] => [1,1,0,0,1,1,0,0]
=> [3,4,1,2] => ([(0,2),(0,3),(1,2),(1,3)],4)
=> 2
[2,3,1,4] => [1,1,0,1,0,0,1,0]
=> [3,1,2,4] => ([(1,3),(2,3)],4)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,3,3,3,3,3,3}
[2,3,4,1] => [1,1,0,1,0,1,0,0]
=> [1,3,2,4] => ([(2,3)],4)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,3,3,3,3,3,3}
[2,4,1,3] => [1,1,0,1,1,0,0,0]
=> [1,3,4,2] => ([(1,3),(2,3)],4)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,3,3,3,3,3,3}
[2,4,3,1] => [1,1,0,1,1,0,0,0]
=> [1,3,4,2] => ([(1,3),(2,3)],4)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,3,3,3,3,3,3}
[3,1,2,4] => [1,1,1,0,0,0,1,0]
=> [4,1,2,3] => ([(0,3),(1,3),(2,3)],4)
=> 2
[3,1,4,2] => [1,1,1,0,0,1,0,0]
=> [1,4,2,3] => ([(1,3),(2,3)],4)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,3,3,3,3,3,3}
[3,2,1,4] => [1,1,1,0,0,0,1,0]
=> [4,1,2,3] => ([(0,3),(1,3),(2,3)],4)
=> 2
[3,2,4,1] => [1,1,1,0,0,1,0,0]
=> [1,4,2,3] => ([(1,3),(2,3)],4)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,3,3,3,3,3,3}
[3,4,1,2] => [1,1,1,0,1,0,0,0]
=> [1,2,4,3] => ([(2,3)],4)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,3,3,3,3,3,3}
[3,4,2,1] => [1,1,1,0,1,0,0,0]
=> [1,2,4,3] => ([(2,3)],4)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,3,3,3,3,3,3}
[4,1,2,3] => [1,1,1,1,0,0,0,0]
=> [1,2,3,4] => ([],4)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,3,3,3,3,3,3}
[4,1,3,2] => [1,1,1,1,0,0,0,0]
=> [1,2,3,4] => ([],4)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,3,3,3,3,3,3}
[4,2,1,3] => [1,1,1,1,0,0,0,0]
=> [1,2,3,4] => ([],4)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,3,3,3,3,3,3}
[4,2,3,1] => [1,1,1,1,0,0,0,0]
=> [1,2,3,4] => ([],4)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,3,3,3,3,3,3}
[4,3,1,2] => [1,1,1,1,0,0,0,0]
=> [1,2,3,4] => ([],4)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,3,3,3,3,3,3}
[4,3,2,1] => [1,1,1,1,0,0,0,0]
=> [1,2,3,4] => ([],4)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,3,3,3,3,3,3}
[1,2,3,4,5] => [1,0,1,0,1,0,1,0,1,0]
=> [2,1,4,3,5] => ([(1,4),(2,3)],5)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,2,3,5,4] => [1,0,1,0,1,0,1,1,0,0]
=> [2,4,1,3,5] => ([(1,4),(2,3),(3,4)],5)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,2,4,3,5] => [1,0,1,0,1,1,0,0,1,0]
=> [2,1,4,5,3] => ([(0,1),(2,4),(3,4)],5)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,2,4,5,3] => [1,0,1,0,1,1,0,1,0,0]
=> [2,4,1,5,3] => ([(0,4),(1,3),(2,3),(2,4)],5)
=> 4
[1,2,5,3,4] => [1,0,1,0,1,1,1,0,0,0]
=> [2,4,5,1,3] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> 3
[1,2,5,4,3] => [1,0,1,0,1,1,1,0,0,0]
=> [2,4,5,1,3] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> 3
[1,3,2,4,5] => [1,0,1,1,0,0,1,0,1,0]
=> [2,1,5,3,4] => ([(0,1),(2,4),(3,4)],5)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,3,2,5,4] => [1,0,1,1,0,0,1,1,0,0]
=> [2,5,1,3,4] => ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3
[1,3,4,2,5] => [1,0,1,1,0,1,0,0,1,0]
=> [2,1,3,5,4] => ([(1,4),(2,3)],5)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,3,4,5,2] => [1,0,1,1,0,1,0,1,0,0]
=> [2,3,1,5,4] => ([(0,1),(2,4),(3,4)],5)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,3,5,2,4] => [1,0,1,1,0,1,1,0,0,0]
=> [2,3,5,1,4] => ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3
[1,3,5,4,2] => [1,0,1,1,0,1,1,0,0,0]
=> [2,3,5,1,4] => ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3
[1,4,2,3,5] => [1,0,1,1,1,0,0,0,1,0]
=> [2,1,3,4,5] => ([(3,4)],5)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,4,2,5,3] => [1,0,1,1,1,0,0,1,0,0]
=> [2,3,1,4,5] => ([(2,4),(3,4)],5)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,4,3,2,5] => [1,0,1,1,1,0,0,0,1,0]
=> [2,1,3,4,5] => ([(3,4)],5)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,4,3,5,2] => [1,0,1,1,1,0,0,1,0,0]
=> [2,3,1,4,5] => ([(2,4),(3,4)],5)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,4,5,2,3] => [1,0,1,1,1,0,1,0,0,0]
=> [2,3,4,1,5] => ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,4,5,3,2] => [1,0,1,1,1,0,1,0,0,0]
=> [2,3,4,1,5] => ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,5,2,3,4] => [1,0,1,1,1,1,0,0,0,0]
=> [2,3,4,5,1] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 2
[1,5,2,4,3] => [1,0,1,1,1,1,0,0,0,0]
=> [2,3,4,5,1] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 2
[1,5,3,2,4] => [1,0,1,1,1,1,0,0,0,0]
=> [2,3,4,5,1] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 2
[1,5,3,4,2] => [1,0,1,1,1,1,0,0,0,0]
=> [2,3,4,5,1] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 2
[1,5,4,2,3] => [1,0,1,1,1,1,0,0,0,0]
=> [2,3,4,5,1] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 2
[1,5,4,3,2] => [1,0,1,1,1,1,0,0,0,0]
=> [2,3,4,5,1] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 2
[2,1,3,4,5] => [1,1,0,0,1,0,1,0,1,0]
=> [3,1,4,2,5] => ([(1,4),(2,3),(3,4)],5)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[2,1,3,5,4] => [1,1,0,0,1,0,1,1,0,0]
=> [3,4,1,2,5] => ([(1,3),(1,4),(2,3),(2,4)],5)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[2,1,4,3,5] => [1,1,0,0,1,1,0,0,1,0]
=> [3,1,4,5,2] => ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3
[2,1,4,5,3] => [1,1,0,0,1,1,0,1,0,0]
=> [3,4,1,5,2] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> 3
[2,1,5,3,4] => [1,1,0,0,1,1,1,0,0,0]
=> [3,4,5,1,2] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4)],5)
=> 2
[2,1,5,4,3] => [1,1,0,0,1,1,1,0,0,0]
=> [3,4,5,1,2] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4)],5)
=> 2
[2,3,1,4,5] => [1,1,0,1,0,0,1,0,1,0]
=> [3,1,5,2,4] => ([(0,4),(1,3),(2,3),(2,4)],5)
=> 4
[2,3,1,5,4] => [1,1,0,1,0,0,1,1,0,0]
=> [3,5,1,2,4] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> 3
[2,3,4,1,5] => [1,1,0,1,0,1,0,0,1,0]
=> [3,1,2,5,4] => ([(0,1),(2,4),(3,4)],5)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[2,3,4,5,1] => [1,1,0,1,0,1,0,1,0,0]
=> [1,3,2,5,4] => ([(1,4),(2,3)],5)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[2,3,5,1,4] => [1,1,0,1,0,1,1,0,0,0]
=> [1,3,5,2,4] => ([(1,4),(2,3),(3,4)],5)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[2,3,5,4,1] => [1,1,0,1,0,1,1,0,0,0]
=> [1,3,5,2,4] => ([(1,4),(2,3),(3,4)],5)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[2,4,1,3,5] => [1,1,0,1,1,0,0,0,1,0]
=> [3,1,2,4,5] => ([(2,4),(3,4)],5)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[2,4,1,5,3] => [1,1,0,1,1,0,0,1,0,0]
=> [1,3,2,4,5] => ([(3,4)],5)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[2,4,3,1,5] => [1,1,0,1,1,0,0,0,1,0]
=> [3,1,2,4,5] => ([(2,4),(3,4)],5)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[2,4,3,5,1] => [1,1,0,1,1,0,0,1,0,0]
=> [1,3,2,4,5] => ([(3,4)],5)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[2,4,5,1,3] => [1,1,0,1,1,0,1,0,0,0]
=> [1,3,4,2,5] => ([(2,4),(3,4)],5)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[2,4,5,3,1] => [1,1,0,1,1,0,1,0,0,0]
=> [1,3,4,2,5] => ([(2,4),(3,4)],5)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[2,5,1,3,4] => [1,1,0,1,1,1,0,0,0,0]
=> [1,3,4,5,2] => ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[2,5,1,4,3] => [1,1,0,1,1,1,0,0,0,0]
=> [1,3,4,5,2] => ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[2,5,3,1,4] => [1,1,0,1,1,1,0,0,0,0]
=> [1,3,4,5,2] => ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[2,5,3,4,1] => [1,1,0,1,1,1,0,0,0,0]
=> [1,3,4,5,2] => ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[3,1,2,4,5] => [1,1,1,0,0,0,1,0,1,0]
=> [4,1,5,2,3] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> 3
[3,1,2,5,4] => [1,1,1,0,0,0,1,1,0,0]
=> [4,5,1,2,3] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4)],5)
=> 2
[3,1,4,2,5] => [1,1,1,0,0,1,0,0,1,0]
=> [4,1,2,5,3] => ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3
[3,2,1,4,5] => [1,1,1,0,0,0,1,0,1,0]
=> [4,1,5,2,3] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> 3
[3,2,1,5,4] => [1,1,1,0,0,0,1,1,0,0]
=> [4,5,1,2,3] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4)],5)
=> 2
[3,2,4,1,5] => [1,1,1,0,0,1,0,0,1,0]
=> [4,1,2,5,3] => ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3
[4,1,2,3,5] => [1,1,1,1,0,0,0,0,1,0]
=> [5,1,2,3,4] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 2
[4,1,3,2,5] => [1,1,1,1,0,0,0,0,1,0]
=> [5,1,2,3,4] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 2
[4,2,1,3,5] => [1,1,1,1,0,0,0,0,1,0]
=> [5,1,2,3,4] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 2
[4,2,3,1,5] => [1,1,1,1,0,0,0,0,1,0]
=> [5,1,2,3,4] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 2
[4,3,1,2,5] => [1,1,1,1,0,0,0,0,1,0]
=> [5,1,2,3,4] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 2
[4,3,2,1,5] => [1,1,1,1,0,0,0,0,1,0]
=> [5,1,2,3,4] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 2
[1,2,3,5,6,4] => [1,0,1,0,1,0,1,1,0,1,0,0]
=> [2,4,1,6,3,5] => ([(0,5),(1,4),(2,3),(2,4),(3,5)],6)
=> 5
[1,2,3,6,4,5] => [1,0,1,0,1,0,1,1,1,0,0,0]
=> [2,4,6,1,3,5] => ([(0,5),(1,4),(2,3),(2,4),(3,5),(4,5)],6)
=> 3
[1,2,3,6,5,4] => [1,0,1,0,1,0,1,1,1,0,0,0]
=> [2,4,6,1,3,5] => ([(0,5),(1,4),(2,3),(2,4),(3,5),(4,5)],6)
=> 3
[1,2,5,3,6,4] => [1,0,1,0,1,1,1,0,0,1,0,0]
=> [2,4,1,5,6,3] => ([(0,5),(1,5),(2,3),(3,4),(4,5)],6)
=> 4
[1,2,5,4,6,3] => [1,0,1,0,1,1,1,0,0,1,0,0]
=> [2,4,1,5,6,3] => ([(0,5),(1,5),(2,3),(3,4),(4,5)],6)
=> 4
[1,2,5,6,3,4] => [1,0,1,0,1,1,1,0,1,0,0,0]
=> [2,4,5,1,6,3] => ([(0,5),(1,4),(2,4),(2,5),(3,4),(3,5)],6)
=> 4
[1,2,5,6,4,3] => [1,0,1,0,1,1,1,0,1,0,0,0]
=> [2,4,5,1,6,3] => ([(0,5),(1,4),(2,4),(2,5),(3,4),(3,5)],6)
=> 4
[1,2,6,3,4,5] => [1,0,1,0,1,1,1,1,0,0,0,0]
=> [2,4,5,6,1,3] => ([(0,5),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5)],6)
=> 3
[1,2,6,3,5,4] => [1,0,1,0,1,1,1,1,0,0,0,0]
=> [2,4,5,6,1,3] => ([(0,5),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5)],6)
=> 3
Description
The diameter of a connected graph.
This is the greatest distance between any pair of vertices.
Matching statistic: St001060
(load all 3 compositions to match this statistic)
(load all 3 compositions to match this statistic)
Mp00114: Permutations —connectivity set⟶ Binary words
Mp00097: Binary words —delta morphism⟶ Integer compositions
Mp00184: Integer compositions —to threshold graph⟶ Graphs
St001060: Graphs ⟶ ℤResult quality: 22% ●values known / values provided: 22%●distinct values known / distinct values provided: 50%
Mp00097: Binary words —delta morphism⟶ Integer compositions
Mp00184: Integer compositions —to threshold graph⟶ Graphs
St001060: Graphs ⟶ ℤResult quality: 22% ●values known / values provided: 22%●distinct values known / distinct values provided: 50%
Values
[1] => => [] => ?
=> ? = 0
[1,2] => 1 => [1] => ([],1)
=> ? ∊ {0,1}
[2,1] => 0 => [1] => ([],1)
=> ? ∊ {0,1}
[1,2,3] => 11 => [2] => ([],2)
=> ? ∊ {0,1,1,1,2,2}
[1,3,2] => 10 => [1,1] => ([(0,1)],2)
=> ? ∊ {0,1,1,1,2,2}
[2,1,3] => 01 => [1,1] => ([(0,1)],2)
=> ? ∊ {0,1,1,1,2,2}
[2,3,1] => 00 => [2] => ([],2)
=> ? ∊ {0,1,1,1,2,2}
[3,1,2] => 00 => [2] => ([],2)
=> ? ∊ {0,1,1,1,2,2}
[3,2,1] => 00 => [2] => ([],2)
=> ? ∊ {0,1,1,1,2,2}
[1,2,3,4] => 111 => [3] => ([],3)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,3,3}
[1,2,4,3] => 110 => [2,1] => ([(0,2),(1,2)],3)
=> 2
[1,3,2,4] => 101 => [1,1,1] => ([(0,1),(0,2),(1,2)],3)
=> 3
[1,3,4,2] => 100 => [1,2] => ([(1,2)],3)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,3,3}
[1,4,2,3] => 100 => [1,2] => ([(1,2)],3)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,3,3}
[1,4,3,2] => 100 => [1,2] => ([(1,2)],3)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,3,3}
[2,1,3,4] => 011 => [1,2] => ([(1,2)],3)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,3,3}
[2,1,4,3] => 010 => [1,1,1] => ([(0,1),(0,2),(1,2)],3)
=> 3
[2,3,1,4] => 001 => [2,1] => ([(0,2),(1,2)],3)
=> 2
[2,3,4,1] => 000 => [3] => ([],3)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,3,3}
[2,4,1,3] => 000 => [3] => ([],3)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,3,3}
[2,4,3,1] => 000 => [3] => ([],3)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,3,3}
[3,1,2,4] => 001 => [2,1] => ([(0,2),(1,2)],3)
=> 2
[3,1,4,2] => 000 => [3] => ([],3)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,3,3}
[3,2,1,4] => 001 => [2,1] => ([(0,2),(1,2)],3)
=> 2
[3,2,4,1] => 000 => [3] => ([],3)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,3,3}
[3,4,1,2] => 000 => [3] => ([],3)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,3,3}
[3,4,2,1] => 000 => [3] => ([],3)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,3,3}
[4,1,2,3] => 000 => [3] => ([],3)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,3,3}
[4,1,3,2] => 000 => [3] => ([],3)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,3,3}
[4,2,1,3] => 000 => [3] => ([],3)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,3,3}
[4,2,3,1] => 000 => [3] => ([],3)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,3,3}
[4,3,1,2] => 000 => [3] => ([],3)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,3,3}
[4,3,2,1] => 000 => [3] => ([],3)
=> ? ∊ {0,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,3,3}
[1,2,3,4,5] => 1111 => [4] => ([],4)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,2,3,5,4] => 1110 => [3,1] => ([(0,3),(1,3),(2,3)],4)
=> 3
[1,2,4,3,5] => 1101 => [2,1,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 2
[1,2,4,5,3] => 1100 => [2,2] => ([(1,3),(2,3)],4)
=> 2
[1,2,5,3,4] => 1100 => [2,2] => ([(1,3),(2,3)],4)
=> 2
[1,2,5,4,3] => 1100 => [2,2] => ([(1,3),(2,3)],4)
=> 2
[1,3,2,4,5] => 1011 => [1,1,2] => ([(1,2),(1,3),(2,3)],4)
=> 3
[1,3,2,5,4] => 1010 => [1,1,1,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 3
[1,3,4,2,5] => 1001 => [1,2,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 2
[1,3,4,5,2] => 1000 => [1,3] => ([(2,3)],4)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,3,5,2,4] => 1000 => [1,3] => ([(2,3)],4)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,3,5,4,2] => 1000 => [1,3] => ([(2,3)],4)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,4,2,3,5] => 1001 => [1,2,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 2
[1,4,2,5,3] => 1000 => [1,3] => ([(2,3)],4)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,4,3,2,5] => 1001 => [1,2,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 2
[1,4,3,5,2] => 1000 => [1,3] => ([(2,3)],4)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,4,5,2,3] => 1000 => [1,3] => ([(2,3)],4)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,4,5,3,2] => 1000 => [1,3] => ([(2,3)],4)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,5,2,3,4] => 1000 => [1,3] => ([(2,3)],4)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,5,2,4,3] => 1000 => [1,3] => ([(2,3)],4)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,5,3,2,4] => 1000 => [1,3] => ([(2,3)],4)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,5,3,4,2] => 1000 => [1,3] => ([(2,3)],4)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,5,4,2,3] => 1000 => [1,3] => ([(2,3)],4)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[1,5,4,3,2] => 1000 => [1,3] => ([(2,3)],4)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[2,1,3,4,5] => 0111 => [1,3] => ([(2,3)],4)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[2,1,3,5,4] => 0110 => [1,2,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 2
[2,1,4,3,5] => 0101 => [1,1,1,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 3
[2,1,4,5,3] => 0100 => [1,1,2] => ([(1,2),(1,3),(2,3)],4)
=> 3
[2,1,5,3,4] => 0100 => [1,1,2] => ([(1,2),(1,3),(2,3)],4)
=> 3
[2,1,5,4,3] => 0100 => [1,1,2] => ([(1,2),(1,3),(2,3)],4)
=> 3
[2,3,1,4,5] => 0011 => [2,2] => ([(1,3),(2,3)],4)
=> 2
[2,3,1,5,4] => 0010 => [2,1,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 2
[2,3,4,1,5] => 0001 => [3,1] => ([(0,3),(1,3),(2,3)],4)
=> 3
[2,3,4,5,1] => 0000 => [4] => ([],4)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[2,3,5,1,4] => 0000 => [4] => ([],4)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[2,3,5,4,1] => 0000 => [4] => ([],4)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[2,4,1,3,5] => 0001 => [3,1] => ([(0,3),(1,3),(2,3)],4)
=> 3
[2,4,1,5,3] => 0000 => [4] => ([],4)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[2,4,3,1,5] => 0001 => [3,1] => ([(0,3),(1,3),(2,3)],4)
=> 3
[2,4,3,5,1] => 0000 => [4] => ([],4)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[2,4,5,1,3] => 0000 => [4] => ([],4)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[2,4,5,3,1] => 0000 => [4] => ([],4)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[2,5,1,3,4] => 0000 => [4] => ([],4)
=> ? ∊ {0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4}
[3,1,2,4,5] => 0011 => [2,2] => ([(1,3),(2,3)],4)
=> 2
[3,1,2,5,4] => 0010 => [2,1,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 2
[3,1,4,2,5] => 0001 => [3,1] => ([(0,3),(1,3),(2,3)],4)
=> 3
[3,2,1,4,5] => 0011 => [2,2] => ([(1,3),(2,3)],4)
=> 2
[3,2,1,5,4] => 0010 => [2,1,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 2
[3,2,4,1,5] => 0001 => [3,1] => ([(0,3),(1,3),(2,3)],4)
=> 3
[3,4,1,2,5] => 0001 => [3,1] => ([(0,3),(1,3),(2,3)],4)
=> 3
[3,4,2,1,5] => 0001 => [3,1] => ([(0,3),(1,3),(2,3)],4)
=> 3
[4,1,2,3,5] => 0001 => [3,1] => ([(0,3),(1,3),(2,3)],4)
=> 3
[4,1,3,2,5] => 0001 => [3,1] => ([(0,3),(1,3),(2,3)],4)
=> 3
[4,2,1,3,5] => 0001 => [3,1] => ([(0,3),(1,3),(2,3)],4)
=> 3
[4,2,3,1,5] => 0001 => [3,1] => ([(0,3),(1,3),(2,3)],4)
=> 3
[4,3,1,2,5] => 0001 => [3,1] => ([(0,3),(1,3),(2,3)],4)
=> 3
[4,3,2,1,5] => 0001 => [3,1] => ([(0,3),(1,3),(2,3)],4)
=> 3
[1,2,3,4,6,5] => 11110 => [4,1] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 4
[1,2,3,5,4,6] => 11101 => [3,1,1] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[1,2,3,5,6,4] => 11100 => [3,2] => ([(1,4),(2,4),(3,4)],5)
=> 3
[1,2,3,6,4,5] => 11100 => [3,2] => ([(1,4),(2,4),(3,4)],5)
=> 3
[1,2,3,6,5,4] => 11100 => [3,2] => ([(1,4),(2,4),(3,4)],5)
=> 3
[1,2,4,3,5,6] => 11011 => [2,1,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[1,2,4,3,6,5] => 11010 => [2,1,1,1] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[1,2,4,5,3,6] => 11001 => [2,2,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[1,2,5,3,4,6] => 11001 => [2,2,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[1,2,5,4,3,6] => 11001 => [2,2,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
Description
The distinguishing index of a graph.
This is the smallest number of colours such that there is a colouring of the edges which is not preserved by any automorphism.
If the graph has a connected component which is a single edge, or at least two isolated vertices, this statistic is undefined.
The following 17 statistics, ordered by result quality, also match your data. Click on any of them to see the details.
St000771The largest multiplicity of a distance Laplacian eigenvalue in a connected graph. St001879The number of indecomposable summands of the top of the first syzygy of the dual of the regular module in the incidence algebra of the lattice. St000455The second largest eigenvalue of a graph if it is integral. St001630The global dimension of the incidence algebra of the lattice over the rational numbers. St001613The binary logarithm of the size of the center of a lattice. St001617The dimension of the space of valuations of a lattice. St001645The pebbling number of a connected graph. St000871The number of very big ascents of a permutation. St001086The number of occurrences of the consecutive pattern 132 in a permutation. St000035The number of left outer peaks of a permutation. St001876The number of 2-regular simple modules in the incidence algebra of the lattice. St001880The number of 2-Gorenstein indecomposable injective modules in the incidence algebra of the lattice. St001207The Lowey length of the algebra $A/T$ when $T$ is the 1-tilting module corresponding to the permutation in the Auslander algebra of $K[x]/(x^n)$. St001603The number of colourings of a polygon such that the multiplicities of a colour are given by a partition. St001633The number of simple modules with projective dimension two in the incidence algebra of the poset. St001877Number of indecomposable injective modules with projective dimension 2. St001491The number of indecomposable projective-injective modules in the algebra corresponding to a subset.
Sorry, this statistic was not found in the database
or
add this statistic to the database – it's very simple and we need your support!