Your data matches 52 different statistics following compositions of up to 3 maps.
(click to perform a complete search on your data)
Mp00027: Dyck paths to partitionInteger partitions
St000380: Integer partitions ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,0]
=> []
=> 0
[1,0,1,0]
=> [1]
=> 2
[1,1,0,0]
=> []
=> 0
[1,0,1,0,1,0]
=> [2,1]
=> 3
[1,0,1,1,0,0]
=> [1,1]
=> 3
[1,1,0,0,1,0]
=> [2]
=> 3
[1,1,0,1,0,0]
=> [1]
=> 2
[1,1,1,0,0,0]
=> []
=> 0
[1,0,1,0,1,0,1,0]
=> [3,2,1]
=> 4
[1,0,1,0,1,1,0,0]
=> [2,2,1]
=> 4
[1,0,1,1,0,0,1,0]
=> [3,1,1]
=> 4
[1,0,1,1,0,1,0,0]
=> [2,1,1]
=> 4
[1,0,1,1,1,0,0,0]
=> [1,1,1]
=> 4
[1,1,0,0,1,0,1,0]
=> [3,2]
=> 4
[1,1,0,0,1,1,0,0]
=> [2,2]
=> 4
[1,1,0,1,0,0,1,0]
=> [3,1]
=> 4
[1,1,0,1,0,1,0,0]
=> [2,1]
=> 3
[1,1,0,1,1,0,0,0]
=> [1,1]
=> 3
[1,1,1,0,0,0,1,0]
=> [3]
=> 4
[1,1,1,0,0,1,0,0]
=> [2]
=> 3
[1,1,1,0,1,0,0,0]
=> [1]
=> 2
[1,1,1,1,0,0,0,0]
=> []
=> 0
[1,0,1,0,1,0,1,0,1,0]
=> [4,3,2,1]
=> 5
[1,0,1,0,1,0,1,1,0,0]
=> [3,3,2,1]
=> 5
[1,0,1,0,1,1,0,0,1,0]
=> [4,2,2,1]
=> 5
[1,0,1,0,1,1,0,1,0,0]
=> [3,2,2,1]
=> 5
[1,0,1,0,1,1,1,0,0,0]
=> [2,2,2,1]
=> 5
[1,0,1,1,0,0,1,0,1,0]
=> [4,3,1,1]
=> 5
[1,0,1,1,0,0,1,1,0,0]
=> [3,3,1,1]
=> 5
[1,0,1,1,0,1,0,0,1,0]
=> [4,2,1,1]
=> 5
[1,0,1,1,0,1,0,1,0,0]
=> [3,2,1,1]
=> 5
[1,0,1,1,0,1,1,0,0,0]
=> [2,2,1,1]
=> 5
[1,0,1,1,1,0,0,0,1,0]
=> [4,1,1,1]
=> 5
[1,0,1,1,1,0,0,1,0,0]
=> [3,1,1,1]
=> 5
[1,0,1,1,1,0,1,0,0,0]
=> [2,1,1,1]
=> 5
[1,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1]
=> 5
[1,1,0,0,1,0,1,0,1,0]
=> [4,3,2]
=> 5
[1,1,0,0,1,0,1,1,0,0]
=> [3,3,2]
=> 5
[1,1,0,0,1,1,0,0,1,0]
=> [4,2,2]
=> 5
[1,1,0,0,1,1,0,1,0,0]
=> [3,2,2]
=> 5
[1,1,0,0,1,1,1,0,0,0]
=> [2,2,2]
=> 5
[1,1,0,1,0,0,1,0,1,0]
=> [4,3,1]
=> 5
[1,1,0,1,0,0,1,1,0,0]
=> [3,3,1]
=> 5
[1,1,0,1,0,1,0,0,1,0]
=> [4,2,1]
=> 5
[1,1,0,1,0,1,0,1,0,0]
=> [3,2,1]
=> 4
[1,1,0,1,0,1,1,0,0,0]
=> [2,2,1]
=> 4
[1,1,0,1,1,0,0,0,1,0]
=> [4,1,1]
=> 5
[1,1,0,1,1,0,0,1,0,0]
=> [3,1,1]
=> 4
[1,1,0,1,1,0,1,0,0,0]
=> [2,1,1]
=> 4
[1,1,0,1,1,1,0,0,0,0]
=> [1,1,1]
=> 4
Description
Half of the maximal perimeter of a rectangle fitting into the diagram of an integer partition. Put differently, this is the smallest number $n$ such that the partition fits into the triangular partition $(n-1,n-2,\dots,1)$.
Mp00025: Dyck paths to 132-avoiding permutationPermutations
Mp00160: Permutations graph of inversionsGraphs
St000718: Graphs ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,0]
=> [1] => ([],1)
=> 0
[1,0,1,0]
=> [2,1] => ([(0,1)],2)
=> 2
[1,1,0,0]
=> [1,2] => ([],2)
=> 0
[1,0,1,0,1,0]
=> [3,2,1] => ([(0,1),(0,2),(1,2)],3)
=> 3
[1,0,1,1,0,0]
=> [2,3,1] => ([(0,2),(1,2)],3)
=> 3
[1,1,0,0,1,0]
=> [3,1,2] => ([(0,2),(1,2)],3)
=> 3
[1,1,0,1,0,0]
=> [2,1,3] => ([(1,2)],3)
=> 2
[1,1,1,0,0,0]
=> [1,2,3] => ([],3)
=> 0
[1,0,1,0,1,0,1,0]
=> [4,3,2,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 4
[1,0,1,0,1,1,0,0]
=> [3,4,2,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 4
[1,0,1,1,0,0,1,0]
=> [4,2,3,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 4
[1,0,1,1,0,1,0,0]
=> [3,2,4,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 4
[1,0,1,1,1,0,0,0]
=> [2,3,4,1] => ([(0,3),(1,3),(2,3)],4)
=> 4
[1,1,0,0,1,0,1,0]
=> [4,3,1,2] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 4
[1,1,0,0,1,1,0,0]
=> [3,4,1,2] => ([(0,2),(0,3),(1,2),(1,3)],4)
=> 4
[1,1,0,1,0,0,1,0]
=> [4,2,1,3] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 4
[1,1,0,1,0,1,0,0]
=> [3,2,1,4] => ([(1,2),(1,3),(2,3)],4)
=> 3
[1,1,0,1,1,0,0,0]
=> [2,3,1,4] => ([(1,3),(2,3)],4)
=> 3
[1,1,1,0,0,0,1,0]
=> [4,1,2,3] => ([(0,3),(1,3),(2,3)],4)
=> 4
[1,1,1,0,0,1,0,0]
=> [3,1,2,4] => ([(1,3),(2,3)],4)
=> 3
[1,1,1,0,1,0,0,0]
=> [2,1,3,4] => ([(2,3)],4)
=> 2
[1,1,1,1,0,0,0,0]
=> [1,2,3,4] => ([],4)
=> 0
[1,0,1,0,1,0,1,0,1,0]
=> [5,4,3,2,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 5
[1,0,1,0,1,0,1,1,0,0]
=> [4,5,3,2,1] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 5
[1,0,1,0,1,1,0,0,1,0]
=> [5,3,4,2,1] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 5
[1,0,1,0,1,1,0,1,0,0]
=> [4,3,5,2,1] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 5
[1,0,1,0,1,1,1,0,0,0]
=> [3,4,5,2,1] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 5
[1,0,1,1,0,0,1,0,1,0]
=> [5,4,2,3,1] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 5
[1,0,1,1,0,0,1,1,0,0]
=> [4,5,2,3,1] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,4),(3,4)],5)
=> 5
[1,0,1,1,0,1,0,0,1,0]
=> [5,3,2,4,1] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 5
[1,0,1,1,0,1,0,1,0,0]
=> [4,3,2,5,1] => ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 5
[1,0,1,1,0,1,1,0,0,0]
=> [3,4,2,5,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 5
[1,0,1,1,1,0,0,0,1,0]
=> [5,2,3,4,1] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 5
[1,0,1,1,1,0,0,1,0,0]
=> [4,2,3,5,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 5
[1,0,1,1,1,0,1,0,0,0]
=> [3,2,4,5,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> 5
[1,0,1,1,1,1,0,0,0,0]
=> [2,3,4,5,1] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 5
[1,1,0,0,1,0,1,0,1,0]
=> [5,4,3,1,2] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 5
[1,1,0,0,1,0,1,1,0,0]
=> [4,5,3,1,2] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,4),(3,4)],5)
=> 5
[1,1,0,0,1,1,0,0,1,0]
=> [5,3,4,1,2] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,4),(3,4)],5)
=> 5
[1,1,0,0,1,1,0,1,0,0]
=> [4,3,5,1,2] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4)],5)
=> 5
[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)
=> 5
[1,1,0,1,0,0,1,0,1,0]
=> [5,4,2,1,3] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 5
[1,1,0,1,0,0,1,1,0,0]
=> [4,5,2,1,3] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4)],5)
=> 5
[1,1,0,1,0,1,0,0,1,0]
=> [5,3,2,1,4] => ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 5
[1,1,0,1,0,1,0,1,0,0]
=> [4,3,2,1,5] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 4
[1,1,0,1,0,1,1,0,0,0]
=> [3,4,2,1,5] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 4
[1,1,0,1,1,0,0,0,1,0]
=> [5,2,3,1,4] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 5
[1,1,0,1,1,0,0,1,0,0]
=> [4,2,3,1,5] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 4
[1,1,0,1,1,0,1,0,0,0]
=> [3,2,4,1,5] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> 4
[1,1,0,1,1,1,0,0,0,0]
=> [2,3,4,1,5] => ([(1,4),(2,4),(3,4)],5)
=> 4
Description
The largest Laplacian eigenvalue of a graph if it is integral. This statistic is undefined if the largest Laplacian eigenvalue of the graph is not integral. Various results are collected in Section 3.9 of [1]
Mp00099: Dyck paths bounce pathDyck paths
Mp00101: Dyck paths decomposition reverseDyck paths
St001255: Dyck paths ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,0]
=> [1,0]
=> [1,0]
=> 1 = 0 + 1
[1,0,1,0]
=> [1,0,1,0]
=> [1,1,0,0]
=> 1 = 0 + 1
[1,1,0,0]
=> [1,1,0,0]
=> [1,0,1,0]
=> 3 = 2 + 1
[1,0,1,0,1,0]
=> [1,0,1,0,1,0]
=> [1,1,1,0,0,0]
=> 1 = 0 + 1
[1,0,1,1,0,0]
=> [1,0,1,1,0,0]
=> [1,1,0,1,0,0]
=> 4 = 3 + 1
[1,1,0,0,1,0]
=> [1,1,0,0,1,0]
=> [1,1,0,0,1,0]
=> 3 = 2 + 1
[1,1,0,1,0,0]
=> [1,0,1,1,0,0]
=> [1,1,0,1,0,0]
=> 4 = 3 + 1
[1,1,1,0,0,0]
=> [1,1,1,0,0,0]
=> [1,0,1,0,1,0]
=> 4 = 3 + 1
[1,0,1,0,1,0,1,0]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> 1 = 0 + 1
[1,0,1,0,1,1,0,0]
=> [1,0,1,0,1,1,0,0]
=> [1,1,1,0,1,0,0,0]
=> 5 = 4 + 1
[1,0,1,1,0,0,1,0]
=> [1,0,1,1,0,0,1,0]
=> [1,1,1,0,0,1,0,0]
=> 4 = 3 + 1
[1,0,1,1,0,1,0,0]
=> [1,0,1,0,1,1,0,0]
=> [1,1,1,0,1,0,0,0]
=> 5 = 4 + 1
[1,0,1,1,1,0,0,0]
=> [1,0,1,1,1,0,0,0]
=> [1,1,0,1,0,1,0,0]
=> 5 = 4 + 1
[1,1,0,0,1,0,1,0]
=> [1,1,0,0,1,0,1,0]
=> [1,1,1,0,0,0,1,0]
=> 3 = 2 + 1
[1,1,0,0,1,1,0,0]
=> [1,1,0,0,1,1,0,0]
=> [1,1,0,1,0,0,1,0]
=> 5 = 4 + 1
[1,1,0,1,0,0,1,0]
=> [1,0,1,1,0,0,1,0]
=> [1,1,1,0,0,1,0,0]
=> 4 = 3 + 1
[1,1,0,1,0,1,0,0]
=> [1,1,0,0,1,1,0,0]
=> [1,1,0,1,0,0,1,0]
=> 5 = 4 + 1
[1,1,0,1,1,0,0,0]
=> [1,0,1,1,1,0,0,0]
=> [1,1,0,1,0,1,0,0]
=> 5 = 4 + 1
[1,1,1,0,0,0,1,0]
=> [1,1,1,0,0,0,1,0]
=> [1,1,0,0,1,0,1,0]
=> 4 = 3 + 1
[1,1,1,0,0,1,0,0]
=> [1,1,0,0,1,1,0,0]
=> [1,1,0,1,0,0,1,0]
=> 5 = 4 + 1
[1,1,1,0,1,0,0,0]
=> [1,0,1,1,1,0,0,0]
=> [1,1,0,1,0,1,0,0]
=> 5 = 4 + 1
[1,1,1,1,0,0,0,0]
=> [1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> 5 = 4 + 1
[1,0,1,0,1,0,1,0,1,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,0,0,0,0,0]
=> 1 = 0 + 1
[1,0,1,0,1,0,1,1,0,0]
=> [1,0,1,0,1,0,1,1,0,0]
=> [1,1,1,1,0,1,0,0,0,0]
=> 6 = 5 + 1
[1,0,1,0,1,1,0,0,1,0]
=> [1,0,1,0,1,1,0,0,1,0]
=> [1,1,1,1,0,0,1,0,0,0]
=> 5 = 4 + 1
[1,0,1,0,1,1,0,1,0,0]
=> [1,0,1,0,1,0,1,1,0,0]
=> [1,1,1,1,0,1,0,0,0,0]
=> 6 = 5 + 1
[1,0,1,0,1,1,1,0,0,0]
=> [1,0,1,0,1,1,1,0,0,0]
=> [1,1,1,0,1,0,1,0,0,0]
=> 6 = 5 + 1
[1,0,1,1,0,0,1,0,1,0]
=> [1,0,1,1,0,0,1,0,1,0]
=> [1,1,1,1,0,0,0,1,0,0]
=> 4 = 3 + 1
[1,0,1,1,0,0,1,1,0,0]
=> [1,0,1,1,0,0,1,1,0,0]
=> [1,1,1,0,1,0,0,1,0,0]
=> 6 = 5 + 1
[1,0,1,1,0,1,0,0,1,0]
=> [1,0,1,0,1,1,0,0,1,0]
=> [1,1,1,1,0,0,1,0,0,0]
=> 5 = 4 + 1
[1,0,1,1,0,1,0,1,0,0]
=> [1,0,1,1,0,0,1,1,0,0]
=> [1,1,1,0,1,0,0,1,0,0]
=> 6 = 5 + 1
[1,0,1,1,0,1,1,0,0,0]
=> [1,0,1,0,1,1,1,0,0,0]
=> [1,1,1,0,1,0,1,0,0,0]
=> 6 = 5 + 1
[1,0,1,1,1,0,0,0,1,0]
=> [1,0,1,1,1,0,0,0,1,0]
=> [1,1,1,0,0,1,0,1,0,0]
=> 5 = 4 + 1
[1,0,1,1,1,0,0,1,0,0]
=> [1,0,1,1,0,0,1,1,0,0]
=> [1,1,1,0,1,0,0,1,0,0]
=> 6 = 5 + 1
[1,0,1,1,1,0,1,0,0,0]
=> [1,0,1,0,1,1,1,0,0,0]
=> [1,1,1,0,1,0,1,0,0,0]
=> 6 = 5 + 1
[1,0,1,1,1,1,0,0,0,0]
=> [1,0,1,1,1,1,0,0,0,0]
=> [1,1,0,1,0,1,0,1,0,0]
=> 6 = 5 + 1
[1,1,0,0,1,0,1,0,1,0]
=> [1,1,0,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0,1,0]
=> 3 = 2 + 1
[1,1,0,0,1,0,1,1,0,0]
=> [1,1,0,0,1,0,1,1,0,0]
=> [1,1,1,0,1,0,0,0,1,0]
=> 6 = 5 + 1
[1,1,0,0,1,1,0,0,1,0]
=> [1,1,0,0,1,1,0,0,1,0]
=> [1,1,1,0,0,1,0,0,1,0]
=> 5 = 4 + 1
[1,1,0,0,1,1,0,1,0,0]
=> [1,1,0,0,1,0,1,1,0,0]
=> [1,1,1,0,1,0,0,0,1,0]
=> 6 = 5 + 1
[1,1,0,0,1,1,1,0,0,0]
=> [1,1,0,0,1,1,1,0,0,0]
=> [1,1,0,1,0,1,0,0,1,0]
=> 6 = 5 + 1
[1,1,0,1,0,0,1,0,1,0]
=> [1,0,1,1,0,0,1,0,1,0]
=> [1,1,1,1,0,0,0,1,0,0]
=> 4 = 3 + 1
[1,1,0,1,0,0,1,1,0,0]
=> [1,0,1,1,0,0,1,1,0,0]
=> [1,1,1,0,1,0,0,1,0,0]
=> 6 = 5 + 1
[1,1,0,1,0,1,0,0,1,0]
=> [1,1,0,0,1,1,0,0,1,0]
=> [1,1,1,0,0,1,0,0,1,0]
=> 5 = 4 + 1
[1,1,0,1,0,1,0,1,0,0]
=> [1,0,1,1,0,0,1,1,0,0]
=> [1,1,1,0,1,0,0,1,0,0]
=> 6 = 5 + 1
[1,1,0,1,0,1,1,0,0,0]
=> [1,1,0,0,1,1,1,0,0,0]
=> [1,1,0,1,0,1,0,0,1,0]
=> 6 = 5 + 1
[1,1,0,1,1,0,0,0,1,0]
=> [1,0,1,1,1,0,0,0,1,0]
=> [1,1,1,0,0,1,0,1,0,0]
=> 5 = 4 + 1
[1,1,0,1,1,0,0,1,0,0]
=> [1,0,1,1,0,0,1,1,0,0]
=> [1,1,1,0,1,0,0,1,0,0]
=> 6 = 5 + 1
[1,1,0,1,1,0,1,0,0,0]
=> [1,1,0,0,1,1,1,0,0,0]
=> [1,1,0,1,0,1,0,0,1,0]
=> 6 = 5 + 1
[1,1,0,1,1,1,0,0,0,0]
=> [1,0,1,1,1,1,0,0,0,0]
=> [1,1,0,1,0,1,0,1,0,0]
=> 6 = 5 + 1
Description
The vector space dimension of the double dual of A/J when A is the corresponding Nakayama algebra with Jacobson radical J.
Matching statistic: St000171
Mp00199: Dyck paths prime Dyck pathDyck paths
Mp00102: Dyck paths rise compositionInteger compositions
Mp00184: Integer compositions to threshold graphGraphs
St000171: Graphs ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,0]
=> [1,1,0,0]
=> [2] => ([],2)
=> 0
[1,0,1,0]
=> [1,1,0,1,0,0]
=> [2,1] => ([(0,2),(1,2)],3)
=> 2
[1,1,0,0]
=> [1,1,1,0,0,0]
=> [3] => ([],3)
=> 0
[1,0,1,0,1,0]
=> [1,1,0,1,0,1,0,0]
=> [2,1,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 3
[1,0,1,1,0,0]
=> [1,1,0,1,1,0,0,0]
=> [2,2] => ([(1,3),(2,3)],4)
=> 2
[1,1,0,0,1,0]
=> [1,1,1,0,0,1,0,0]
=> [3,1] => ([(0,3),(1,3),(2,3)],4)
=> 3
[1,1,0,1,0,0]
=> [1,1,1,0,1,0,0,0]
=> [3,1] => ([(0,3),(1,3),(2,3)],4)
=> 3
[1,1,1,0,0,0]
=> [1,1,1,1,0,0,0,0]
=> [4] => ([],4)
=> 0
[1,0,1,0,1,0,1,0]
=> [1,1,0,1,0,1,0,1,0,0]
=> [2,1,1,1] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 4
[1,0,1,0,1,1,0,0]
=> [1,1,0,1,0,1,1,0,0,0]
=> [2,1,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 3
[1,0,1,1,0,0,1,0]
=> [1,1,0,1,1,0,0,1,0,0]
=> [2,2,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 4
[1,0,1,1,0,1,0,0]
=> [1,1,0,1,1,0,1,0,0,0]
=> [2,2,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 4
[1,0,1,1,1,0,0,0]
=> [1,1,0,1,1,1,0,0,0,0]
=> [2,3] => ([(2,4),(3,4)],5)
=> 2
[1,1,0,0,1,0,1,0]
=> [1,1,1,0,0,1,0,1,0,0]
=> [3,1,1] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 4
[1,1,0,0,1,1,0,0]
=> [1,1,1,0,0,1,1,0,0,0]
=> [3,2] => ([(1,4),(2,4),(3,4)],5)
=> 3
[1,1,0,1,0,0,1,0]
=> [1,1,1,0,1,0,0,1,0,0]
=> [3,1,1] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 4
[1,1,0,1,0,1,0,0]
=> [1,1,1,0,1,0,1,0,0,0]
=> [3,1,1] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 4
[1,1,0,1,1,0,0,0]
=> [1,1,1,0,1,1,0,0,0,0]
=> [3,2] => ([(1,4),(2,4),(3,4)],5)
=> 3
[1,1,1,0,0,0,1,0]
=> [1,1,1,1,0,0,0,1,0,0]
=> [4,1] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 4
[1,1,1,0,0,1,0,0]
=> [1,1,1,1,0,0,1,0,0,0]
=> [4,1] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 4
[1,1,1,0,1,0,0,0]
=> [1,1,1,1,0,1,0,0,0,0]
=> [4,1] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 4
[1,1,1,1,0,0,0,0]
=> [1,1,1,1,1,0,0,0,0,0]
=> [5] => ([],5)
=> 0
[1,0,1,0,1,0,1,0,1,0]
=> [1,1,0,1,0,1,0,1,0,1,0,0]
=> [2,1,1,1,1] => ([(0,2),(0,3),(0,4),(0,5),(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 5
[1,0,1,0,1,0,1,1,0,0]
=> [1,1,0,1,0,1,0,1,1,0,0,0]
=> [2,1,1,2] => ([(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 4
[1,0,1,0,1,1,0,0,1,0]
=> [1,1,0,1,0,1,1,0,0,1,0,0]
=> [2,1,2,1] => ([(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 5
[1,0,1,0,1,1,0,1,0,0]
=> [1,1,0,1,0,1,1,0,1,0,0,0]
=> [2,1,2,1] => ([(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 5
[1,0,1,0,1,1,1,0,0,0]
=> [1,1,0,1,0,1,1,1,0,0,0,0]
=> [2,1,3] => ([(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 3
[1,0,1,1,0,0,1,0,1,0]
=> [1,1,0,1,1,0,0,1,0,1,0,0]
=> [2,2,1,1] => ([(0,4),(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 5
[1,0,1,1,0,0,1,1,0,0]
=> [1,1,0,1,1,0,0,1,1,0,0,0]
=> [2,2,2] => ([(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 4
[1,0,1,1,0,1,0,0,1,0]
=> [1,1,0,1,1,0,1,0,0,1,0,0]
=> [2,2,1,1] => ([(0,4),(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 5
[1,0,1,1,0,1,0,1,0,0]
=> [1,1,0,1,1,0,1,0,1,0,0,0]
=> [2,2,1,1] => ([(0,4),(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 5
[1,0,1,1,0,1,1,0,0,0]
=> [1,1,0,1,1,0,1,1,0,0,0,0]
=> [2,2,2] => ([(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 4
[1,0,1,1,1,0,0,0,1,0]
=> [1,1,0,1,1,1,0,0,0,1,0,0]
=> [2,3,1] => ([(0,5),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 5
[1,0,1,1,1,0,0,1,0,0]
=> [1,1,0,1,1,1,0,0,1,0,0,0]
=> [2,3,1] => ([(0,5),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 5
[1,0,1,1,1,0,1,0,0,0]
=> [1,1,0,1,1,1,0,1,0,0,0,0]
=> [2,3,1] => ([(0,5),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 5
[1,0,1,1,1,1,0,0,0,0]
=> [1,1,0,1,1,1,1,0,0,0,0,0]
=> [2,4] => ([(3,5),(4,5)],6)
=> 2
[1,1,0,0,1,0,1,0,1,0]
=> [1,1,1,0,0,1,0,1,0,1,0,0]
=> [3,1,1,1] => ([(0,3),(0,4),(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 5
[1,1,0,0,1,0,1,1,0,0]
=> [1,1,1,0,0,1,0,1,1,0,0,0]
=> [3,1,2] => ([(1,4),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 4
[1,1,0,0,1,1,0,0,1,0]
=> [1,1,1,0,0,1,1,0,0,1,0,0]
=> [3,2,1] => ([(0,5),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 5
[1,1,0,0,1,1,0,1,0,0]
=> [1,1,1,0,0,1,1,0,1,0,0,0]
=> [3,2,1] => ([(0,5),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 5
[1,1,0,0,1,1,1,0,0,0]
=> [1,1,1,0,0,1,1,1,0,0,0,0]
=> [3,3] => ([(2,5),(3,5),(4,5)],6)
=> 3
[1,1,0,1,0,0,1,0,1,0]
=> [1,1,1,0,1,0,0,1,0,1,0,0]
=> [3,1,1,1] => ([(0,3),(0,4),(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 5
[1,1,0,1,0,0,1,1,0,0]
=> [1,1,1,0,1,0,0,1,1,0,0,0]
=> [3,1,2] => ([(1,4),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 4
[1,1,0,1,0,1,0,0,1,0]
=> [1,1,1,0,1,0,1,0,0,1,0,0]
=> [3,1,1,1] => ([(0,3),(0,4),(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 5
[1,1,0,1,0,1,0,1,0,0]
=> [1,1,1,0,1,0,1,0,1,0,0,0]
=> [3,1,1,1] => ([(0,3),(0,4),(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 5
[1,1,0,1,0,1,1,0,0,0]
=> [1,1,1,0,1,0,1,1,0,0,0,0]
=> [3,1,2] => ([(1,4),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 4
[1,1,0,1,1,0,0,0,1,0]
=> [1,1,1,0,1,1,0,0,0,1,0,0]
=> [3,2,1] => ([(0,5),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 5
[1,1,0,1,1,0,0,1,0,0]
=> [1,1,1,0,1,1,0,0,1,0,0,0]
=> [3,2,1] => ([(0,5),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 5
[1,1,0,1,1,0,1,0,0,0]
=> [1,1,1,0,1,1,0,1,0,0,0,0]
=> [3,2,1] => ([(0,5),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 5
[1,1,0,1,1,1,0,0,0,0]
=> [1,1,1,0,1,1,1,0,0,0,0,0]
=> [3,3] => ([(2,5),(3,5),(4,5)],6)
=> 3
Description
The degree of the graph. This is the maximal vertex degree of a graph.
Mp00025: Dyck paths to 132-avoiding permutationPermutations
Mp00127: Permutations left-to-right-maxima to Dyck pathDyck paths
Mp00129: Dyck paths to 321-avoiding permutation (Billey-Jockusch-Stanley)Permutations
St000235: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,0]
=> [1] => [1,0]
=> [1] => 0
[1,0,1,0]
=> [2,1] => [1,1,0,0]
=> [1,2] => 2
[1,1,0,0]
=> [1,2] => [1,0,1,0]
=> [2,1] => 0
[1,0,1,0,1,0]
=> [3,2,1] => [1,1,1,0,0,0]
=> [1,2,3] => 3
[1,0,1,1,0,0]
=> [2,3,1] => [1,1,0,1,0,0]
=> [3,1,2] => 3
[1,1,0,0,1,0]
=> [3,1,2] => [1,1,1,0,0,0]
=> [1,2,3] => 3
[1,1,0,1,0,0]
=> [2,1,3] => [1,1,0,0,1,0]
=> [1,3,2] => 2
[1,1,1,0,0,0]
=> [1,2,3] => [1,0,1,0,1,0]
=> [2,3,1] => 0
[1,0,1,0,1,0,1,0]
=> [4,3,2,1] => [1,1,1,1,0,0,0,0]
=> [1,2,3,4] => 4
[1,0,1,0,1,1,0,0]
=> [3,4,2,1] => [1,1,1,0,1,0,0,0]
=> [4,1,2,3] => 4
[1,0,1,1,0,0,1,0]
=> [4,2,3,1] => [1,1,1,1,0,0,0,0]
=> [1,2,3,4] => 4
[1,0,1,1,0,1,0,0]
=> [3,2,4,1] => [1,1,1,0,0,1,0,0]
=> [1,4,2,3] => 4
[1,0,1,1,1,0,0,0]
=> [2,3,4,1] => [1,1,0,1,0,1,0,0]
=> [3,4,1,2] => 4
[1,1,0,0,1,0,1,0]
=> [4,3,1,2] => [1,1,1,1,0,0,0,0]
=> [1,2,3,4] => 4
[1,1,0,0,1,1,0,0]
=> [3,4,1,2] => [1,1,1,0,1,0,0,0]
=> [4,1,2,3] => 4
[1,1,0,1,0,0,1,0]
=> [4,2,1,3] => [1,1,1,1,0,0,0,0]
=> [1,2,3,4] => 4
[1,1,0,1,0,1,0,0]
=> [3,2,1,4] => [1,1,1,0,0,0,1,0]
=> [1,2,4,3] => 3
[1,1,0,1,1,0,0,0]
=> [2,3,1,4] => [1,1,0,1,0,0,1,0]
=> [3,1,4,2] => 3
[1,1,1,0,0,0,1,0]
=> [4,1,2,3] => [1,1,1,1,0,0,0,0]
=> [1,2,3,4] => 4
[1,1,1,0,0,1,0,0]
=> [3,1,2,4] => [1,1,1,0,0,0,1,0]
=> [1,2,4,3] => 3
[1,1,1,0,1,0,0,0]
=> [2,1,3,4] => [1,1,0,0,1,0,1,0]
=> [1,3,4,2] => 2
[1,1,1,1,0,0,0,0]
=> [1,2,3,4] => [1,0,1,0,1,0,1,0]
=> [2,3,4,1] => 0
[1,0,1,0,1,0,1,0,1,0]
=> [5,4,3,2,1] => [1,1,1,1,1,0,0,0,0,0]
=> [1,2,3,4,5] => 5
[1,0,1,0,1,0,1,1,0,0]
=> [4,5,3,2,1] => [1,1,1,1,0,1,0,0,0,0]
=> [5,1,2,3,4] => 5
[1,0,1,0,1,1,0,0,1,0]
=> [5,3,4,2,1] => [1,1,1,1,1,0,0,0,0,0]
=> [1,2,3,4,5] => 5
[1,0,1,0,1,1,0,1,0,0]
=> [4,3,5,2,1] => [1,1,1,1,0,0,1,0,0,0]
=> [1,5,2,3,4] => 5
[1,0,1,0,1,1,1,0,0,0]
=> [3,4,5,2,1] => [1,1,1,0,1,0,1,0,0,0]
=> [4,5,1,2,3] => 5
[1,0,1,1,0,0,1,0,1,0]
=> [5,4,2,3,1] => [1,1,1,1,1,0,0,0,0,0]
=> [1,2,3,4,5] => 5
[1,0,1,1,0,0,1,1,0,0]
=> [4,5,2,3,1] => [1,1,1,1,0,1,0,0,0,0]
=> [5,1,2,3,4] => 5
[1,0,1,1,0,1,0,0,1,0]
=> [5,3,2,4,1] => [1,1,1,1,1,0,0,0,0,0]
=> [1,2,3,4,5] => 5
[1,0,1,1,0,1,0,1,0,0]
=> [4,3,2,5,1] => [1,1,1,1,0,0,0,1,0,0]
=> [1,2,5,3,4] => 5
[1,0,1,1,0,1,1,0,0,0]
=> [3,4,2,5,1] => [1,1,1,0,1,0,0,1,0,0]
=> [4,1,5,2,3] => 5
[1,0,1,1,1,0,0,0,1,0]
=> [5,2,3,4,1] => [1,1,1,1,1,0,0,0,0,0]
=> [1,2,3,4,5] => 5
[1,0,1,1,1,0,0,1,0,0]
=> [4,2,3,5,1] => [1,1,1,1,0,0,0,1,0,0]
=> [1,2,5,3,4] => 5
[1,0,1,1,1,0,1,0,0,0]
=> [3,2,4,5,1] => [1,1,1,0,0,1,0,1,0,0]
=> [1,4,5,2,3] => 5
[1,0,1,1,1,1,0,0,0,0]
=> [2,3,4,5,1] => [1,1,0,1,0,1,0,1,0,0]
=> [3,4,5,1,2] => 5
[1,1,0,0,1,0,1,0,1,0]
=> [5,4,3,1,2] => [1,1,1,1,1,0,0,0,0,0]
=> [1,2,3,4,5] => 5
[1,1,0,0,1,0,1,1,0,0]
=> [4,5,3,1,2] => [1,1,1,1,0,1,0,0,0,0]
=> [5,1,2,3,4] => 5
[1,1,0,0,1,1,0,0,1,0]
=> [5,3,4,1,2] => [1,1,1,1,1,0,0,0,0,0]
=> [1,2,3,4,5] => 5
[1,1,0,0,1,1,0,1,0,0]
=> [4,3,5,1,2] => [1,1,1,1,0,0,1,0,0,0]
=> [1,5,2,3,4] => 5
[1,1,0,0,1,1,1,0,0,0]
=> [3,4,5,1,2] => [1,1,1,0,1,0,1,0,0,0]
=> [4,5,1,2,3] => 5
[1,1,0,1,0,0,1,0,1,0]
=> [5,4,2,1,3] => [1,1,1,1,1,0,0,0,0,0]
=> [1,2,3,4,5] => 5
[1,1,0,1,0,0,1,1,0,0]
=> [4,5,2,1,3] => [1,1,1,1,0,1,0,0,0,0]
=> [5,1,2,3,4] => 5
[1,1,0,1,0,1,0,0,1,0]
=> [5,3,2,1,4] => [1,1,1,1,1,0,0,0,0,0]
=> [1,2,3,4,5] => 5
[1,1,0,1,0,1,0,1,0,0]
=> [4,3,2,1,5] => [1,1,1,1,0,0,0,0,1,0]
=> [1,2,3,5,4] => 4
[1,1,0,1,0,1,1,0,0,0]
=> [3,4,2,1,5] => [1,1,1,0,1,0,0,0,1,0]
=> [4,1,2,5,3] => 4
[1,1,0,1,1,0,0,0,1,0]
=> [5,2,3,1,4] => [1,1,1,1,1,0,0,0,0,0]
=> [1,2,3,4,5] => 5
[1,1,0,1,1,0,0,1,0,0]
=> [4,2,3,1,5] => [1,1,1,1,0,0,0,0,1,0]
=> [1,2,3,5,4] => 4
[1,1,0,1,1,0,1,0,0,0]
=> [3,2,4,1,5] => [1,1,1,0,0,1,0,0,1,0]
=> [1,4,2,5,3] => 4
[1,1,0,1,1,1,0,0,0,0]
=> [2,3,4,1,5] => [1,1,0,1,0,1,0,0,1,0]
=> [3,4,1,5,2] => 4
Description
The number of indices that are not cyclical small weak excedances. A cyclical small weak excedance is an index $i < n$ such that $\pi_i = i+1$, or the index $i = n$ if $\pi_n = 1$.
Matching statistic: St000476
Mp00199: Dyck paths prime Dyck pathDyck paths
Mp00102: Dyck paths rise compositionInteger compositions
Mp00231: Integer compositions bounce pathDyck paths
St000476: Dyck paths ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,0]
=> [1,1,0,0]
=> [2] => [1,1,0,0]
=> 0
[1,0,1,0]
=> [1,1,0,1,0,0]
=> [2,1] => [1,1,0,0,1,0]
=> 2
[1,1,0,0]
=> [1,1,1,0,0,0]
=> [3] => [1,1,1,0,0,0]
=> 0
[1,0,1,0,1,0]
=> [1,1,0,1,0,1,0,0]
=> [2,1,1] => [1,1,0,0,1,0,1,0]
=> 3
[1,0,1,1,0,0]
=> [1,1,0,1,1,0,0,0]
=> [2,2] => [1,1,0,0,1,1,0,0]
=> 2
[1,1,0,0,1,0]
=> [1,1,1,0,0,1,0,0]
=> [3,1] => [1,1,1,0,0,0,1,0]
=> 3
[1,1,0,1,0,0]
=> [1,1,1,0,1,0,0,0]
=> [3,1] => [1,1,1,0,0,0,1,0]
=> 3
[1,1,1,0,0,0]
=> [1,1,1,1,0,0,0,0]
=> [4] => [1,1,1,1,0,0,0,0]
=> 0
[1,0,1,0,1,0,1,0]
=> [1,1,0,1,0,1,0,1,0,0]
=> [2,1,1,1] => [1,1,0,0,1,0,1,0,1,0]
=> 4
[1,0,1,0,1,1,0,0]
=> [1,1,0,1,0,1,1,0,0,0]
=> [2,1,2] => [1,1,0,0,1,0,1,1,0,0]
=> 3
[1,0,1,1,0,0,1,0]
=> [1,1,0,1,1,0,0,1,0,0]
=> [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> 4
[1,0,1,1,0,1,0,0]
=> [1,1,0,1,1,0,1,0,0,0]
=> [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> 4
[1,0,1,1,1,0,0,0]
=> [1,1,0,1,1,1,0,0,0,0]
=> [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> 2
[1,1,0,0,1,0,1,0]
=> [1,1,1,0,0,1,0,1,0,0]
=> [3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> 4
[1,1,0,0,1,1,0,0]
=> [1,1,1,0,0,1,1,0,0,0]
=> [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 3
[1,1,0,1,0,0,1,0]
=> [1,1,1,0,1,0,0,1,0,0]
=> [3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> 4
[1,1,0,1,0,1,0,0]
=> [1,1,1,0,1,0,1,0,0,0]
=> [3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> 4
[1,1,0,1,1,0,0,0]
=> [1,1,1,0,1,1,0,0,0,0]
=> [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 3
[1,1,1,0,0,0,1,0]
=> [1,1,1,1,0,0,0,1,0,0]
=> [4,1] => [1,1,1,1,0,0,0,0,1,0]
=> 4
[1,1,1,0,0,1,0,0]
=> [1,1,1,1,0,0,1,0,0,0]
=> [4,1] => [1,1,1,1,0,0,0,0,1,0]
=> 4
[1,1,1,0,1,0,0,0]
=> [1,1,1,1,0,1,0,0,0,0]
=> [4,1] => [1,1,1,1,0,0,0,0,1,0]
=> 4
[1,1,1,1,0,0,0,0]
=> [1,1,1,1,1,0,0,0,0,0]
=> [5] => [1,1,1,1,1,0,0,0,0,0]
=> 0
[1,0,1,0,1,0,1,0,1,0]
=> [1,1,0,1,0,1,0,1,0,1,0,0]
=> [2,1,1,1,1] => [1,1,0,0,1,0,1,0,1,0,1,0]
=> 5
[1,0,1,0,1,0,1,1,0,0]
=> [1,1,0,1,0,1,0,1,1,0,0,0]
=> [2,1,1,2] => [1,1,0,0,1,0,1,0,1,1,0,0]
=> 4
[1,0,1,0,1,1,0,0,1,0]
=> [1,1,0,1,0,1,1,0,0,1,0,0]
=> [2,1,2,1] => [1,1,0,0,1,0,1,1,0,0,1,0]
=> 5
[1,0,1,0,1,1,0,1,0,0]
=> [1,1,0,1,0,1,1,0,1,0,0,0]
=> [2,1,2,1] => [1,1,0,0,1,0,1,1,0,0,1,0]
=> 5
[1,0,1,0,1,1,1,0,0,0]
=> [1,1,0,1,0,1,1,1,0,0,0,0]
=> [2,1,3] => [1,1,0,0,1,0,1,1,1,0,0,0]
=> 3
[1,0,1,1,0,0,1,0,1,0]
=> [1,1,0,1,1,0,0,1,0,1,0,0]
=> [2,2,1,1] => [1,1,0,0,1,1,0,0,1,0,1,0]
=> 5
[1,0,1,1,0,0,1,1,0,0]
=> [1,1,0,1,1,0,0,1,1,0,0,0]
=> [2,2,2] => [1,1,0,0,1,1,0,0,1,1,0,0]
=> 4
[1,0,1,1,0,1,0,0,1,0]
=> [1,1,0,1,1,0,1,0,0,1,0,0]
=> [2,2,1,1] => [1,1,0,0,1,1,0,0,1,0,1,0]
=> 5
[1,0,1,1,0,1,0,1,0,0]
=> [1,1,0,1,1,0,1,0,1,0,0,0]
=> [2,2,1,1] => [1,1,0,0,1,1,0,0,1,0,1,0]
=> 5
[1,0,1,1,0,1,1,0,0,0]
=> [1,1,0,1,1,0,1,1,0,0,0,0]
=> [2,2,2] => [1,1,0,0,1,1,0,0,1,1,0,0]
=> 4
[1,0,1,1,1,0,0,0,1,0]
=> [1,1,0,1,1,1,0,0,0,1,0,0]
=> [2,3,1] => [1,1,0,0,1,1,1,0,0,0,1,0]
=> 5
[1,0,1,1,1,0,0,1,0,0]
=> [1,1,0,1,1,1,0,0,1,0,0,0]
=> [2,3,1] => [1,1,0,0,1,1,1,0,0,0,1,0]
=> 5
[1,0,1,1,1,0,1,0,0,0]
=> [1,1,0,1,1,1,0,1,0,0,0,0]
=> [2,3,1] => [1,1,0,0,1,1,1,0,0,0,1,0]
=> 5
[1,0,1,1,1,1,0,0,0,0]
=> [1,1,0,1,1,1,1,0,0,0,0,0]
=> [2,4] => [1,1,0,0,1,1,1,1,0,0,0,0]
=> 2
[1,1,0,0,1,0,1,0,1,0]
=> [1,1,1,0,0,1,0,1,0,1,0,0]
=> [3,1,1,1] => [1,1,1,0,0,0,1,0,1,0,1,0]
=> 5
[1,1,0,0,1,0,1,1,0,0]
=> [1,1,1,0,0,1,0,1,1,0,0,0]
=> [3,1,2] => [1,1,1,0,0,0,1,0,1,1,0,0]
=> 4
[1,1,0,0,1,1,0,0,1,0]
=> [1,1,1,0,0,1,1,0,0,1,0,0]
=> [3,2,1] => [1,1,1,0,0,0,1,1,0,0,1,0]
=> 5
[1,1,0,0,1,1,0,1,0,0]
=> [1,1,1,0,0,1,1,0,1,0,0,0]
=> [3,2,1] => [1,1,1,0,0,0,1,1,0,0,1,0]
=> 5
[1,1,0,0,1,1,1,0,0,0]
=> [1,1,1,0,0,1,1,1,0,0,0,0]
=> [3,3] => [1,1,1,0,0,0,1,1,1,0,0,0]
=> 3
[1,1,0,1,0,0,1,0,1,0]
=> [1,1,1,0,1,0,0,1,0,1,0,0]
=> [3,1,1,1] => [1,1,1,0,0,0,1,0,1,0,1,0]
=> 5
[1,1,0,1,0,0,1,1,0,0]
=> [1,1,1,0,1,0,0,1,1,0,0,0]
=> [3,1,2] => [1,1,1,0,0,0,1,0,1,1,0,0]
=> 4
[1,1,0,1,0,1,0,0,1,0]
=> [1,1,1,0,1,0,1,0,0,1,0,0]
=> [3,1,1,1] => [1,1,1,0,0,0,1,0,1,0,1,0]
=> 5
[1,1,0,1,0,1,0,1,0,0]
=> [1,1,1,0,1,0,1,0,1,0,0,0]
=> [3,1,1,1] => [1,1,1,0,0,0,1,0,1,0,1,0]
=> 5
[1,1,0,1,0,1,1,0,0,0]
=> [1,1,1,0,1,0,1,1,0,0,0,0]
=> [3,1,2] => [1,1,1,0,0,0,1,0,1,1,0,0]
=> 4
[1,1,0,1,1,0,0,0,1,0]
=> [1,1,1,0,1,1,0,0,0,1,0,0]
=> [3,2,1] => [1,1,1,0,0,0,1,1,0,0,1,0]
=> 5
[1,1,0,1,1,0,0,1,0,0]
=> [1,1,1,0,1,1,0,0,1,0,0,0]
=> [3,2,1] => [1,1,1,0,0,0,1,1,0,0,1,0]
=> 5
[1,1,0,1,1,0,1,0,0,0]
=> [1,1,1,0,1,1,0,1,0,0,0,0]
=> [3,2,1] => [1,1,1,0,0,0,1,1,0,0,1,0]
=> 5
[1,1,0,1,1,1,0,0,0,0]
=> [1,1,1,0,1,1,1,0,0,0,0,0]
=> [3,3] => [1,1,1,0,0,0,1,1,1,0,0,0]
=> 3
Description
The sum of the semi-lengths of tunnels before a valley of a Dyck path. For each valley $v$ in a Dyck path $D$ there is a corresponding tunnel, which is the factor $T_v = s_i\dots s_j$ of $D$ where $s_i$ is the step after the first intersection of $D$ with the line $y = ht(v)$ to the left of $s_j$. This statistic is $$ \sum_v (j_v-i_v)/2. $$
Matching statistic: St000877
Mp00201: Dyck paths RingelPermutations
Mp00088: Permutations Kreweras complementPermutations
Mp00114: Permutations connectivity setBinary words
St000877: Binary words ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,0]
=> [2,1] => [1,2] => 1 => 0
[1,0,1,0]
=> [3,1,2] => [3,1,2] => 00 => 2
[1,1,0,0]
=> [2,3,1] => [1,2,3] => 11 => 0
[1,0,1,0,1,0]
=> [4,1,2,3] => [3,4,1,2] => 000 => 3
[1,0,1,1,0,0]
=> [3,1,4,2] => [3,1,2,4] => 001 => 2
[1,1,0,0,1,0]
=> [2,4,1,3] => [4,2,1,3] => 000 => 3
[1,1,0,1,0,0]
=> [4,3,1,2] => [4,1,3,2] => 000 => 3
[1,1,1,0,0,0]
=> [2,3,4,1] => [1,2,3,4] => 111 => 0
[1,0,1,0,1,0,1,0]
=> [5,1,2,3,4] => [3,4,5,1,2] => 0000 => 4
[1,0,1,0,1,1,0,0]
=> [4,1,2,5,3] => [3,4,1,2,5] => 0001 => 3
[1,0,1,1,0,0,1,0]
=> [3,1,5,2,4] => [3,5,2,1,4] => 0000 => 4
[1,0,1,1,0,1,0,0]
=> [5,1,4,2,3] => [3,5,1,4,2] => 0000 => 4
[1,0,1,1,1,0,0,0]
=> [3,1,4,5,2] => [3,1,2,4,5] => 0011 => 2
[1,1,0,0,1,0,1,0]
=> [2,5,1,3,4] => [4,2,5,1,3] => 0000 => 4
[1,1,0,0,1,1,0,0]
=> [2,4,1,5,3] => [4,2,1,3,5] => 0001 => 3
[1,1,0,1,0,0,1,0]
=> [5,3,1,2,4] => [4,5,3,1,2] => 0000 => 4
[1,1,0,1,0,1,0,0]
=> [5,4,1,2,3] => [4,5,1,3,2] => 0000 => 4
[1,1,0,1,1,0,0,0]
=> [4,3,1,5,2] => [4,1,3,2,5] => 0001 => 3
[1,1,1,0,0,0,1,0]
=> [2,3,5,1,4] => [5,2,3,1,4] => 0000 => 4
[1,1,1,0,0,1,0,0]
=> [2,5,4,1,3] => [5,2,1,4,3] => 0000 => 4
[1,1,1,0,1,0,0,0]
=> [5,3,4,1,2] => [5,1,3,4,2] => 0000 => 4
[1,1,1,1,0,0,0,0]
=> [2,3,4,5,1] => [1,2,3,4,5] => 1111 => 0
[1,0,1,0,1,0,1,0,1,0]
=> [6,1,2,3,4,5] => [3,4,5,6,1,2] => 00000 => 5
[1,0,1,0,1,0,1,1,0,0]
=> [5,1,2,3,6,4] => [3,4,5,1,2,6] => 00001 => 4
[1,0,1,0,1,1,0,0,1,0]
=> [4,1,2,6,3,5] => [3,4,6,2,1,5] => 00000 => 5
[1,0,1,0,1,1,0,1,0,0]
=> [6,1,2,5,3,4] => [3,4,6,1,5,2] => 00000 => 5
[1,0,1,0,1,1,1,0,0,0]
=> [4,1,2,5,6,3] => [3,4,1,2,5,6] => 00011 => 3
[1,0,1,1,0,0,1,0,1,0]
=> [3,1,6,2,4,5] => [3,5,2,6,1,4] => 00000 => 5
[1,0,1,1,0,0,1,1,0,0]
=> [3,1,5,2,6,4] => [3,5,2,1,4,6] => 00001 => 4
[1,0,1,1,0,1,0,0,1,0]
=> [6,1,4,2,3,5] => [3,5,6,4,1,2] => 00000 => 5
[1,0,1,1,0,1,0,1,0,0]
=> [6,1,5,2,3,4] => [3,5,6,1,4,2] => 00000 => 5
[1,0,1,1,0,1,1,0,0,0]
=> [5,1,4,2,6,3] => [3,5,1,4,2,6] => 00001 => 4
[1,0,1,1,1,0,0,0,1,0]
=> [3,1,4,6,2,5] => [3,6,2,4,1,5] => 00000 => 5
[1,0,1,1,1,0,0,1,0,0]
=> [3,1,6,5,2,4] => [3,6,2,1,5,4] => 00000 => 5
[1,0,1,1,1,0,1,0,0,0]
=> [6,1,4,5,2,3] => [3,6,1,4,5,2] => 00000 => 5
[1,0,1,1,1,1,0,0,0,0]
=> [3,1,4,5,6,2] => [3,1,2,4,5,6] => 00111 => 2
[1,1,0,0,1,0,1,0,1,0]
=> [2,6,1,3,4,5] => [4,2,5,6,1,3] => 00000 => 5
[1,1,0,0,1,0,1,1,0,0]
=> [2,5,1,3,6,4] => [4,2,5,1,3,6] => 00001 => 4
[1,1,0,0,1,1,0,0,1,0]
=> [2,4,1,6,3,5] => [4,2,6,3,1,5] => 00000 => 5
[1,1,0,0,1,1,0,1,0,0]
=> [2,6,1,5,3,4] => [4,2,6,1,5,3] => 00000 => 5
[1,1,0,0,1,1,1,0,0,0]
=> [2,4,1,5,6,3] => [4,2,1,3,5,6] => 00011 => 3
[1,1,0,1,0,0,1,0,1,0]
=> [6,3,1,2,4,5] => [4,5,3,6,1,2] => 00000 => 5
[1,1,0,1,0,0,1,1,0,0]
=> [5,3,1,2,6,4] => [4,5,3,1,2,6] => 00001 => 4
[1,1,0,1,0,1,0,0,1,0]
=> [6,4,1,2,3,5] => [4,5,6,3,1,2] => 00000 => 5
[1,1,0,1,0,1,0,1,0,0]
=> [5,6,1,2,3,4] => [4,5,6,1,2,3] => 00000 => 5
[1,1,0,1,0,1,1,0,0,0]
=> [5,4,1,2,6,3] => [4,5,1,3,2,6] => 00001 => 4
[1,1,0,1,1,0,0,0,1,0]
=> [4,3,1,6,2,5] => [4,6,3,2,1,5] => 00000 => 5
[1,1,0,1,1,0,0,1,0,0]
=> [6,3,1,5,2,4] => [4,6,3,1,5,2] => 00000 => 5
[1,1,0,1,1,0,1,0,0,0]
=> [6,4,1,5,2,3] => [4,6,1,3,5,2] => 00000 => 5
[1,1,0,1,1,1,0,0,0,0]
=> [4,3,1,5,6,2] => [4,1,3,2,5,6] => 00011 => 3
Description
The depth of the binary word interpreted as a path. This is the maximal value of the number of zeros minus the number of ones occurring in a prefix of the binary word, see [1, sec.9.1.2]. The number of binary words of length $n$ with depth $k$ is $\binom{n}{\lfloor\frac{(n+1) - (-1)^{n-k}(k+1)}{2}\rfloor}$, see [2].
Mp00201: Dyck paths RingelPermutations
Mp00088: Permutations Kreweras complementPermutations
Mp00160: Permutations graph of inversionsGraphs
St000987: Graphs ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,0]
=> [2,1] => [1,2] => ([],2)
=> 0
[1,0,1,0]
=> [3,1,2] => [3,1,2] => ([(0,2),(1,2)],3)
=> 2
[1,1,0,0]
=> [2,3,1] => [1,2,3] => ([],3)
=> 0
[1,0,1,0,1,0]
=> [4,1,2,3] => [3,4,1,2] => ([(0,2),(0,3),(1,2),(1,3)],4)
=> 3
[1,0,1,1,0,0]
=> [3,1,4,2] => [3,1,2,4] => ([(1,3),(2,3)],4)
=> 2
[1,1,0,0,1,0]
=> [2,4,1,3] => [4,2,1,3] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 3
[1,1,0,1,0,0]
=> [4,3,1,2] => [4,1,3,2] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 3
[1,1,1,0,0,0]
=> [2,3,4,1] => [1,2,3,4] => ([],4)
=> 0
[1,0,1,0,1,0,1,0]
=> [5,1,2,3,4] => [3,4,5,1,2] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4)],5)
=> 4
[1,0,1,0,1,1,0,0]
=> [4,1,2,5,3] => [3,4,1,2,5] => ([(1,3),(1,4),(2,3),(2,4)],5)
=> 3
[1,0,1,1,0,0,1,0]
=> [3,1,5,2,4] => [3,5,2,1,4] => ([(0,4),(1,2),(1,3),(2,3),(2,4),(3,4)],5)
=> 4
[1,0,1,1,0,1,0,0]
=> [5,1,4,2,3] => [3,5,1,4,2] => ([(0,1),(0,4),(1,3),(2,3),(2,4),(3,4)],5)
=> 4
[1,0,1,1,1,0,0,0]
=> [3,1,4,5,2] => [3,1,2,4,5] => ([(2,4),(3,4)],5)
=> 2
[1,1,0,0,1,0,1,0]
=> [2,5,1,3,4] => [4,2,5,1,3] => ([(0,1),(0,4),(1,3),(2,3),(2,4),(3,4)],5)
=> 4
[1,1,0,0,1,1,0,0]
=> [2,4,1,5,3] => [4,2,1,3,5] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> 3
[1,1,0,1,0,0,1,0]
=> [5,3,1,2,4] => [4,5,3,1,2] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,4),(3,4)],5)
=> 4
[1,1,0,1,0,1,0,0]
=> [5,4,1,2,3] => [4,5,1,3,2] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4)],5)
=> 4
[1,1,0,1,1,0,0,0]
=> [4,3,1,5,2] => [4,1,3,2,5] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> 3
[1,1,1,0,0,0,1,0]
=> [2,3,5,1,4] => [5,2,3,1,4] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 4
[1,1,1,0,0,1,0,0]
=> [2,5,4,1,3] => [5,2,1,4,3] => ([(0,3),(0,4),(1,2),(1,4),(2,4),(3,4)],5)
=> 4
[1,1,1,0,1,0,0,0]
=> [5,3,4,1,2] => [5,1,3,4,2] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 4
[1,1,1,1,0,0,0,0]
=> [2,3,4,5,1] => [1,2,3,4,5] => ([],5)
=> 0
[1,0,1,0,1,0,1,0,1,0]
=> [6,1,2,3,4,5] => [3,4,5,6,1,2] => ([(0,4),(0,5),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5)],6)
=> 5
[1,0,1,0,1,0,1,1,0,0]
=> [5,1,2,3,6,4] => [3,4,5,1,2,6] => ([(1,4),(1,5),(2,4),(2,5),(3,4),(3,5)],6)
=> 4
[1,0,1,0,1,1,0,0,1,0]
=> [4,1,2,6,3,5] => [3,4,6,2,1,5] => ([(0,3),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 5
[1,0,1,0,1,1,0,1,0,0]
=> [6,1,2,5,3,4] => [3,4,6,1,5,2] => ([(0,3),(0,5),(1,3),(1,5),(2,4),(2,5),(3,4),(4,5)],6)
=> 5
[1,0,1,0,1,1,1,0,0,0]
=> [4,1,2,5,6,3] => [3,4,1,2,5,6] => ([(2,4),(2,5),(3,4),(3,5)],6)
=> 3
[1,0,1,1,0,0,1,0,1,0]
=> [3,1,6,2,4,5] => [3,5,2,6,1,4] => ([(0,1),(0,5),(1,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 5
[1,0,1,1,0,0,1,1,0,0]
=> [3,1,5,2,6,4] => [3,5,2,1,4,6] => ([(1,5),(2,3),(2,4),(3,4),(3,5),(4,5)],6)
=> 4
[1,0,1,1,0,1,0,0,1,0]
=> [6,1,4,2,3,5] => [3,5,6,4,1,2] => ([(0,4),(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5)],6)
=> 5
[1,0,1,1,0,1,0,1,0,0]
=> [6,1,5,2,3,4] => [3,5,6,1,4,2] => ([(0,4),(0,5),(1,2),(1,3),(1,5),(2,4),(2,5),(3,4),(3,5)],6)
=> 5
[1,0,1,1,0,1,1,0,0,0]
=> [5,1,4,2,6,3] => [3,5,1,4,2,6] => ([(1,2),(1,5),(2,4),(3,4),(3,5),(4,5)],6)
=> 4
[1,0,1,1,1,0,0,0,1,0]
=> [3,1,4,6,2,5] => [3,6,2,4,1,5] => ([(0,5),(1,4),(1,5),(2,3),(2,4),(3,4),(3,5),(4,5)],6)
=> 5
[1,0,1,1,1,0,0,1,0,0]
=> [3,1,6,5,2,4] => [3,6,2,1,5,4] => ([(0,1),(0,5),(1,5),(2,3),(2,4),(3,4),(3,5),(4,5)],6)
=> 5
[1,0,1,1,1,0,1,0,0,0]
=> [6,1,4,5,2,3] => [3,6,1,4,5,2] => ([(0,1),(0,5),(1,4),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 5
[1,0,1,1,1,1,0,0,0,0]
=> [3,1,4,5,6,2] => [3,1,2,4,5,6] => ([(3,5),(4,5)],6)
=> 2
[1,1,0,0,1,0,1,0,1,0]
=> [2,6,1,3,4,5] => [4,2,5,6,1,3] => ([(0,3),(0,5),(1,3),(1,5),(2,4),(2,5),(3,4),(4,5)],6)
=> 5
[1,1,0,0,1,0,1,1,0,0]
=> [2,5,1,3,6,4] => [4,2,5,1,3,6] => ([(1,2),(1,5),(2,4),(3,4),(3,5),(4,5)],6)
=> 4
[1,1,0,0,1,1,0,0,1,0]
=> [2,4,1,6,3,5] => [4,2,6,3,1,5] => ([(0,4),(1,3),(1,5),(2,3),(2,4),(2,5),(3,5),(4,5)],6)
=> 5
[1,1,0,0,1,1,0,1,0,0]
=> [2,6,1,5,3,4] => [4,2,6,1,5,3] => ([(0,4),(0,5),(1,2),(1,3),(2,3),(2,5),(3,4),(4,5)],6)
=> 5
[1,1,0,0,1,1,1,0,0,0]
=> [2,4,1,5,6,3] => [4,2,1,3,5,6] => ([(2,5),(3,4),(3,5),(4,5)],6)
=> 3
[1,1,0,1,0,0,1,0,1,0]
=> [6,3,1,2,4,5] => [4,5,3,6,1,2] => ([(0,4),(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5)],6)
=> 5
[1,1,0,1,0,0,1,1,0,0]
=> [5,3,1,2,6,4] => [4,5,3,1,2,6] => ([(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,5),(4,5)],6)
=> 4
[1,1,0,1,0,1,0,0,1,0]
=> [6,4,1,2,3,5] => [4,5,6,3,1,2] => ([(0,3),(0,4),(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,5),(4,5)],6)
=> 5
[1,1,0,1,0,1,0,1,0,0]
=> [5,6,1,2,3,4] => [4,5,6,1,2,3] => ([(0,3),(0,4),(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5)],6)
=> 5
[1,1,0,1,0,1,1,0,0,0]
=> [5,4,1,2,6,3] => [4,5,1,3,2,6] => ([(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5)],6)
=> 4
[1,1,0,1,1,0,0,0,1,0]
=> [4,3,1,6,2,5] => [4,6,3,2,1,5] => ([(0,5),(1,2),(1,3),(1,4),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 5
[1,1,0,1,1,0,0,1,0,0]
=> [6,3,1,5,2,4] => [4,6,3,1,5,2] => ([(0,4),(0,5),(1,2),(1,3),(1,5),(2,3),(2,4),(3,4),(3,5),(4,5)],6)
=> 5
[1,1,0,1,1,0,1,0,0,0]
=> [6,4,1,5,2,3] => [4,6,1,3,5,2] => ([(0,4),(0,5),(1,2),(1,4),(2,3),(2,5),(3,4),(3,5),(4,5)],6)
=> 5
[1,1,0,1,1,1,0,0,0,0]
=> [4,3,1,5,6,2] => [4,1,3,2,5,6] => ([(2,5),(3,4),(3,5),(4,5)],6)
=> 3
Description
The number of positive eigenvalues of the Laplacian matrix of the graph. This is the number of vertices minus the number of connected components of the graph.
Mp00027: Dyck paths to partitionInteger partitions
Mp00043: Integer partitions to Dyck pathDyck paths
Mp00129: Dyck paths to 321-avoiding permutation (Billey-Jockusch-Stanley)Permutations
St001004: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,0]
=> []
=> []
=> [] => 0
[1,0,1,0]
=> [1]
=> [1,0,1,0]
=> [2,1] => 2
[1,1,0,0]
=> []
=> []
=> [] => 0
[1,0,1,0,1,0]
=> [2,1]
=> [1,0,1,0,1,0]
=> [2,3,1] => 3
[1,0,1,1,0,0]
=> [1,1]
=> [1,0,1,1,0,0]
=> [2,1,3] => 3
[1,1,0,0,1,0]
=> [2]
=> [1,1,0,0,1,0]
=> [1,3,2] => 3
[1,1,0,1,0,0]
=> [1]
=> [1,0,1,0]
=> [2,1] => 2
[1,1,1,0,0,0]
=> []
=> []
=> [] => 0
[1,0,1,0,1,0,1,0]
=> [3,2,1]
=> [1,0,1,0,1,0,1,0]
=> [2,3,4,1] => 4
[1,0,1,0,1,1,0,0]
=> [2,2,1]
=> [1,0,1,0,1,1,0,0]
=> [2,3,1,4] => 4
[1,0,1,1,0,0,1,0]
=> [3,1,1]
=> [1,0,1,1,0,0,1,0]
=> [2,1,4,3] => 4
[1,0,1,1,0,1,0,0]
=> [2,1,1]
=> [1,0,1,1,0,1,0,0]
=> [2,4,1,3] => 4
[1,0,1,1,1,0,0,0]
=> [1,1,1]
=> [1,0,1,1,1,0,0,0]
=> [2,1,3,4] => 4
[1,1,0,0,1,0,1,0]
=> [3,2]
=> [1,1,0,0,1,0,1,0]
=> [1,3,4,2] => 4
[1,1,0,0,1,1,0,0]
=> [2,2]
=> [1,1,0,0,1,1,0,0]
=> [1,3,2,4] => 4
[1,1,0,1,0,0,1,0]
=> [3,1]
=> [1,1,0,1,0,0,1,0]
=> [3,1,4,2] => 4
[1,1,0,1,0,1,0,0]
=> [2,1]
=> [1,0,1,0,1,0]
=> [2,3,1] => 3
[1,1,0,1,1,0,0,0]
=> [1,1]
=> [1,0,1,1,0,0]
=> [2,1,3] => 3
[1,1,1,0,0,0,1,0]
=> [3]
=> [1,1,1,0,0,0,1,0]
=> [1,2,4,3] => 4
[1,1,1,0,0,1,0,0]
=> [2]
=> [1,1,0,0,1,0]
=> [1,3,2] => 3
[1,1,1,0,1,0,0,0]
=> [1]
=> [1,0,1,0]
=> [2,1] => 2
[1,1,1,1,0,0,0,0]
=> []
=> []
=> [] => 0
[1,0,1,0,1,0,1,0,1,0]
=> [4,3,2,1]
=> [1,0,1,0,1,0,1,0,1,0]
=> [2,3,4,5,1] => 5
[1,0,1,0,1,0,1,1,0,0]
=> [3,3,2,1]
=> [1,0,1,0,1,0,1,1,0,0]
=> [2,3,4,1,5] => 5
[1,0,1,0,1,1,0,0,1,0]
=> [4,2,2,1]
=> [1,0,1,0,1,1,0,0,1,0]
=> [2,3,1,5,4] => 5
[1,0,1,0,1,1,0,1,0,0]
=> [3,2,2,1]
=> [1,0,1,0,1,1,0,1,0,0]
=> [2,3,5,1,4] => 5
[1,0,1,0,1,1,1,0,0,0]
=> [2,2,2,1]
=> [1,0,1,0,1,1,1,0,0,0]
=> [2,3,1,4,5] => 5
[1,0,1,1,0,0,1,0,1,0]
=> [4,3,1,1]
=> [1,0,1,1,0,0,1,0,1,0]
=> [2,1,4,5,3] => 5
[1,0,1,1,0,0,1,1,0,0]
=> [3,3,1,1]
=> [1,0,1,1,0,0,1,1,0,0]
=> [2,1,4,3,5] => 5
[1,0,1,1,0,1,0,0,1,0]
=> [4,2,1,1]
=> [1,0,1,1,0,1,0,0,1,0]
=> [2,4,1,5,3] => 5
[1,0,1,1,0,1,0,1,0,0]
=> [3,2,1,1]
=> [1,0,1,1,0,1,0,1,0,0]
=> [2,4,5,1,3] => 5
[1,0,1,1,0,1,1,0,0,0]
=> [2,2,1,1]
=> [1,0,1,1,0,1,1,0,0,0]
=> [2,4,1,3,5] => 5
[1,0,1,1,1,0,0,0,1,0]
=> [4,1,1,1]
=> [1,0,1,1,1,0,0,0,1,0]
=> [2,1,3,5,4] => 5
[1,0,1,1,1,0,0,1,0,0]
=> [3,1,1,1]
=> [1,0,1,1,1,0,0,1,0,0]
=> [2,1,5,3,4] => 5
[1,0,1,1,1,0,1,0,0,0]
=> [2,1,1,1]
=> [1,0,1,1,1,0,1,0,0,0]
=> [2,5,1,3,4] => 5
[1,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1]
=> [1,0,1,1,1,1,0,0,0,0]
=> [2,1,3,4,5] => 5
[1,1,0,0,1,0,1,0,1,0]
=> [4,3,2]
=> [1,1,0,0,1,0,1,0,1,0]
=> [1,3,4,5,2] => 5
[1,1,0,0,1,0,1,1,0,0]
=> [3,3,2]
=> [1,1,0,0,1,0,1,1,0,0]
=> [1,3,4,2,5] => 5
[1,1,0,0,1,1,0,0,1,0]
=> [4,2,2]
=> [1,1,0,0,1,1,0,0,1,0]
=> [1,3,2,5,4] => 5
[1,1,0,0,1,1,0,1,0,0]
=> [3,2,2]
=> [1,1,0,0,1,1,0,1,0,0]
=> [1,3,5,2,4] => 5
[1,1,0,0,1,1,1,0,0,0]
=> [2,2,2]
=> [1,1,0,0,1,1,1,0,0,0]
=> [1,3,2,4,5] => 5
[1,1,0,1,0,0,1,0,1,0]
=> [4,3,1]
=> [1,1,0,1,0,0,1,0,1,0]
=> [3,1,4,5,2] => 5
[1,1,0,1,0,0,1,1,0,0]
=> [3,3,1]
=> [1,1,0,1,0,0,1,1,0,0]
=> [3,1,4,2,5] => 5
[1,1,0,1,0,1,0,0,1,0]
=> [4,2,1]
=> [1,1,0,1,0,1,0,0,1,0]
=> [3,4,1,5,2] => 5
[1,1,0,1,0,1,0,1,0,0]
=> [3,2,1]
=> [1,0,1,0,1,0,1,0]
=> [2,3,4,1] => 4
[1,1,0,1,0,1,1,0,0,0]
=> [2,2,1]
=> [1,0,1,0,1,1,0,0]
=> [2,3,1,4] => 4
[1,1,0,1,1,0,0,0,1,0]
=> [4,1,1]
=> [1,1,0,1,1,0,0,0,1,0]
=> [3,1,2,5,4] => 5
[1,1,0,1,1,0,0,1,0,0]
=> [3,1,1]
=> [1,0,1,1,0,0,1,0]
=> [2,1,4,3] => 4
[1,1,0,1,1,0,1,0,0,0]
=> [2,1,1]
=> [1,0,1,1,0,1,0,0]
=> [2,4,1,3] => 4
[1,1,0,1,1,1,0,0,0,0]
=> [1,1,1]
=> [1,0,1,1,1,0,0,0]
=> [2,1,3,4] => 4
Description
The number of indices that are either left-to-right maxima or right-to-left minima. The (bivariate) generating function for this statistic is (essentially) given in [1], the mid points of a $321$ pattern in the permutation are those elements which are neither left-to-right maxima nor a right-to-left minima, see [[St000371]] and [[St000372]].
Matching statistic: St001279
Mp00025: Dyck paths to 132-avoiding permutationPermutations
Mp00160: Permutations graph of inversionsGraphs
Mp00037: Graphs to partition of connected componentsInteger partitions
St001279: Integer partitions ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,0]
=> [1] => ([],1)
=> [1]
=> 0
[1,0,1,0]
=> [2,1] => ([(0,1)],2)
=> [2]
=> 2
[1,1,0,0]
=> [1,2] => ([],2)
=> [1,1]
=> 0
[1,0,1,0,1,0]
=> [3,2,1] => ([(0,1),(0,2),(1,2)],3)
=> [3]
=> 3
[1,0,1,1,0,0]
=> [2,3,1] => ([(0,2),(1,2)],3)
=> [3]
=> 3
[1,1,0,0,1,0]
=> [3,1,2] => ([(0,2),(1,2)],3)
=> [3]
=> 3
[1,1,0,1,0,0]
=> [2,1,3] => ([(1,2)],3)
=> [2,1]
=> 2
[1,1,1,0,0,0]
=> [1,2,3] => ([],3)
=> [1,1,1]
=> 0
[1,0,1,0,1,0,1,0]
=> [4,3,2,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> [4]
=> 4
[1,0,1,0,1,1,0,0]
=> [3,4,2,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> [4]
=> 4
[1,0,1,1,0,0,1,0]
=> [4,2,3,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> [4]
=> 4
[1,0,1,1,0,1,0,0]
=> [3,2,4,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> [4]
=> 4
[1,0,1,1,1,0,0,0]
=> [2,3,4,1] => ([(0,3),(1,3),(2,3)],4)
=> [4]
=> 4
[1,1,0,0,1,0,1,0]
=> [4,3,1,2] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> [4]
=> 4
[1,1,0,0,1,1,0,0]
=> [3,4,1,2] => ([(0,2),(0,3),(1,2),(1,3)],4)
=> [4]
=> 4
[1,1,0,1,0,0,1,0]
=> [4,2,1,3] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> [4]
=> 4
[1,1,0,1,0,1,0,0]
=> [3,2,1,4] => ([(1,2),(1,3),(2,3)],4)
=> [3,1]
=> 3
[1,1,0,1,1,0,0,0]
=> [2,3,1,4] => ([(1,3),(2,3)],4)
=> [3,1]
=> 3
[1,1,1,0,0,0,1,0]
=> [4,1,2,3] => ([(0,3),(1,3),(2,3)],4)
=> [4]
=> 4
[1,1,1,0,0,1,0,0]
=> [3,1,2,4] => ([(1,3),(2,3)],4)
=> [3,1]
=> 3
[1,1,1,0,1,0,0,0]
=> [2,1,3,4] => ([(2,3)],4)
=> [2,1,1]
=> 2
[1,1,1,1,0,0,0,0]
=> [1,2,3,4] => ([],4)
=> [1,1,1,1]
=> 0
[1,0,1,0,1,0,1,0,1,0]
=> [5,4,3,2,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> [5]
=> 5
[1,0,1,0,1,0,1,1,0,0]
=> [4,5,3,2,1] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> [5]
=> 5
[1,0,1,0,1,1,0,0,1,0]
=> [5,3,4,2,1] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> [5]
=> 5
[1,0,1,0,1,1,0,1,0,0]
=> [4,3,5,2,1] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> [5]
=> 5
[1,0,1,0,1,1,1,0,0,0]
=> [3,4,5,2,1] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> [5]
=> 5
[1,0,1,1,0,0,1,0,1,0]
=> [5,4,2,3,1] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> [5]
=> 5
[1,0,1,1,0,0,1,1,0,0]
=> [4,5,2,3,1] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,4),(3,4)],5)
=> [5]
=> 5
[1,0,1,1,0,1,0,0,1,0]
=> [5,3,2,4,1] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> [5]
=> 5
[1,0,1,1,0,1,0,1,0,0]
=> [4,3,2,5,1] => ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> [5]
=> 5
[1,0,1,1,0,1,1,0,0,0]
=> [3,4,2,5,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> [5]
=> 5
[1,0,1,1,1,0,0,0,1,0]
=> [5,2,3,4,1] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> [5]
=> 5
[1,0,1,1,1,0,0,1,0,0]
=> [4,2,3,5,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> [5]
=> 5
[1,0,1,1,1,0,1,0,0,0]
=> [3,2,4,5,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> [5]
=> 5
[1,0,1,1,1,1,0,0,0,0]
=> [2,3,4,5,1] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> [5]
=> 5
[1,1,0,0,1,0,1,0,1,0]
=> [5,4,3,1,2] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> [5]
=> 5
[1,1,0,0,1,0,1,1,0,0]
=> [4,5,3,1,2] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,4),(3,4)],5)
=> [5]
=> 5
[1,1,0,0,1,1,0,0,1,0]
=> [5,3,4,1,2] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,4),(3,4)],5)
=> [5]
=> 5
[1,1,0,0,1,1,0,1,0,0]
=> [4,3,5,1,2] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4)],5)
=> [5]
=> 5
[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)
=> [5]
=> 5
[1,1,0,1,0,0,1,0,1,0]
=> [5,4,2,1,3] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> [5]
=> 5
[1,1,0,1,0,0,1,1,0,0]
=> [4,5,2,1,3] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4)],5)
=> [5]
=> 5
[1,1,0,1,0,1,0,0,1,0]
=> [5,3,2,1,4] => ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> [5]
=> 5
[1,1,0,1,0,1,0,1,0,0]
=> [4,3,2,1,5] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> [4,1]
=> 4
[1,1,0,1,0,1,1,0,0,0]
=> [3,4,2,1,5] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> [4,1]
=> 4
[1,1,0,1,1,0,0,0,1,0]
=> [5,2,3,1,4] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> [5]
=> 5
[1,1,0,1,1,0,0,1,0,0]
=> [4,2,3,1,5] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> [4,1]
=> 4
[1,1,0,1,1,0,1,0,0,0]
=> [3,2,4,1,5] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> [4,1]
=> 4
[1,1,0,1,1,1,0,0,0,0]
=> [2,3,4,1,5] => ([(1,4),(2,4),(3,4)],5)
=> [4,1]
=> 4
Description
The sum of the parts of an integer partition that are at least two.
The following 42 statistics, ordered by result quality, also match your data. Click on any of them to see the details.
St000026The position of the first return of a Dyck path. St000326The position of the first one in a binary word after appending a 1 at the end. St000734The last entry in the first row of a standard tableau. St001468The smallest fixpoint of a permutation. St000471The sum of the ascent tops of a permutation. St000673The number of non-fixed points of a permutation. St001005The number of indices for a permutation that are either left-to-right maxima or right-to-left minima but not both. St000652The maximal difference between successive positions of a permutation. St000144The pyramid weight of the Dyck path. St000288The number of ones in a binary word. St000336The leg major index of a standard tableau. St000395The sum of the heights of the peaks of a Dyck path. St000501The size of the first part in the decomposition of a permutation. St000844The size of the largest block in the direct sum decomposition of a permutation. St000875The semilength of the longest Dyck word in the Catalan factorisation of a binary word. St001018Sum of projective dimension of the indecomposable injective modules of the Nakayama algebra corresponding to the Dyck path. St001020Sum of the codominant dimensions of the non-projective indecomposable injective modules of the Nakayama algebra corresponding to the Dyck path. St000653The last descent of a permutation. St000384The maximal part of the shifted composition of an integer partition. St001725The harmonious chromatic number of a graph. St000019The cardinality of the support of a permutation. St000141The maximum drop size of a permutation. St000924The number of topologically connected components of a perfect matching. St000209Maximum difference of elements in cycles. St001958The degree of the polynomial interpolating the values of a permutation. St001190Number of simple modules with projective dimension at most 4 in the corresponding Nakayama algebra. St001480The number of simple summands of the module J^2/J^3. St001268The size of the largest ordinal summand in the poset. St000463The number of admissible inversions of a permutation. St000956The maximal displacement of a permutation. St001880The number of 2-Gorenstein indecomposable injective modules in the incidence algebra of the lattice. St000727The largest label of a leaf in the binary search tree associated with the permutation. St000316The number of non-left-to-right-maxima of a permutation. St000726The normalized sum of the leaf labels of the increasing binary tree associated to a permutation. St000866The number of admissible inversions of a permutation in the sense of Shareshian-Wachs. St001225The vector space dimension of the first extension group between J and itself when J is the Jacobson radical of the corresponding Nakayama algebra. St001291The number of indecomposable summands of the tensor product of two copies of the dual of the Nakayama algebra associated to a Dyck path. St000744The length of the path to the largest entry in a standard Young tableau. St000422The energy of a graph, if it is integral. St001232The number of indecomposable modules with projective dimension 2 for Nakayama algebras with global dimension at most 2. St000524The number of posets with the same order polynomial. St000526The number of posets with combinatorially isomorphic order polytopes.