Your data matches 71 different statistics following compositions of up to 3 maps.
(click to perform a complete search on your data)
Mp00127: Permutations left-to-right-maxima to Dyck pathDyck paths
St001786: Dyck paths ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => [1,0]
=> 1
[1,2] => [1,0,1,0]
=> 1
[2,1] => [1,1,0,0]
=> 1
[1,2,3] => [1,0,1,0,1,0]
=> 1
[1,3,2] => [1,0,1,1,0,0]
=> 1
[2,1,3] => [1,1,0,0,1,0]
=> 1
[2,3,1] => [1,1,0,1,0,0]
=> 2
[3,1,2] => [1,1,1,0,0,0]
=> 1
[3,2,1] => [1,1,1,0,0,0]
=> 1
[1,2,3,4] => [1,0,1,0,1,0,1,0]
=> 1
[1,2,4,3] => [1,0,1,0,1,1,0,0]
=> 1
[1,3,2,4] => [1,0,1,1,0,0,1,0]
=> 1
[1,3,4,2] => [1,0,1,1,0,1,0,0]
=> 2
[1,4,2,3] => [1,0,1,1,1,0,0,0]
=> 1
[1,4,3,2] => [1,0,1,1,1,0,0,0]
=> 1
[2,1,3,4] => [1,1,0,0,1,0,1,0]
=> 1
[2,1,4,3] => [1,1,0,0,1,1,0,0]
=> 1
[2,3,1,4] => [1,1,0,1,0,0,1,0]
=> 2
[2,3,4,1] => [1,1,0,1,0,1,0,0]
=> 4
[2,4,1,3] => [1,1,0,1,1,0,0,0]
=> 3
[2,4,3,1] => [1,1,0,1,1,0,0,0]
=> 3
[3,1,2,4] => [1,1,1,0,0,0,1,0]
=> 1
[3,1,4,2] => [1,1,1,0,0,1,0,0]
=> 2
[3,2,1,4] => [1,1,1,0,0,0,1,0]
=> 1
[3,2,4,1] => [1,1,1,0,0,1,0,0]
=> 2
[3,4,1,2] => [1,1,1,0,1,0,0,0]
=> 3
[3,4,2,1] => [1,1,1,0,1,0,0,0]
=> 3
[4,1,2,3] => [1,1,1,1,0,0,0,0]
=> 1
[4,1,3,2] => [1,1,1,1,0,0,0,0]
=> 1
[4,2,1,3] => [1,1,1,1,0,0,0,0]
=> 1
[4,2,3,1] => [1,1,1,1,0,0,0,0]
=> 1
[4,3,1,2] => [1,1,1,1,0,0,0,0]
=> 1
[4,3,2,1] => [1,1,1,1,0,0,0,0]
=> 1
[1,2,3,4,5] => [1,0,1,0,1,0,1,0,1,0]
=> 1
[1,2,3,5,4] => [1,0,1,0,1,0,1,1,0,0]
=> 1
[1,2,4,3,5] => [1,0,1,0,1,1,0,0,1,0]
=> 1
[1,2,4,5,3] => [1,0,1,0,1,1,0,1,0,0]
=> 2
[1,2,5,3,4] => [1,0,1,0,1,1,1,0,0,0]
=> 1
[1,2,5,4,3] => [1,0,1,0,1,1,1,0,0,0]
=> 1
[1,3,2,4,5] => [1,0,1,1,0,0,1,0,1,0]
=> 1
[1,3,2,5,4] => [1,0,1,1,0,0,1,1,0,0]
=> 1
[1,3,4,2,5] => [1,0,1,1,0,1,0,0,1,0]
=> 2
[1,3,4,5,2] => [1,0,1,1,0,1,0,1,0,0]
=> 4
[1,3,5,2,4] => [1,0,1,1,0,1,1,0,0,0]
=> 3
[1,3,5,4,2] => [1,0,1,1,0,1,1,0,0,0]
=> 3
[1,4,2,3,5] => [1,0,1,1,1,0,0,0,1,0]
=> 1
[1,4,2,5,3] => [1,0,1,1,1,0,0,1,0,0]
=> 2
[1,4,3,2,5] => [1,0,1,1,1,0,0,0,1,0]
=> 1
[1,4,3,5,2] => [1,0,1,1,1,0,0,1,0,0]
=> 2
[1,4,5,2,3] => [1,0,1,1,1,0,1,0,0,0]
=> 3
Description
The number of total orderings of the north steps of a Dyck path such that steps after the k-th east step are not among the first k positions in the order. Alternatively, remark that the monomials of the polynomial $\prod_{k=1}^n (z_1+\dots +z_k)$ are in bijection with Dyck paths, regarded as superdiagonal paths, with $n$ east steps: the exponent of $z_i$ is the number of north steps before the $i$-th east step, see [2]. Thus, this statistic records the coefficients of the monomials. A formula for the coefficient of $z_1^{a_1}\dots z_n^{a_n}$ is provided in [3]: $$ c_{(a_1,\dots,a_n)} = \prod_{k=1}^{n-1} \frac{n-k+1 - \sum_{i=k+1}^n a_i}{a_k!}. $$ This polynomial arises in a partial symmetrization process as follows, see [1]. For $w\in\frak{S}_n$, let $w\cdot F(x_1,\dots,x_n)=F(x_{w(1)},\dots,x_{w(n)})$. Furthermore, let $$G(\mathbf{x},\mathbf{z}) = \prod_{k=1}^n\frac{x_1z_1+x_2z_2+\cdots+x_kz_k}{x_k-x_{k+1}}.$$ Then $\sum_{w\in\frak{S}_{n+1}}w\cdot G = \prod_{k=1}^n (z_1+\dots +z_k)$.
Matching statistic: St000208
Mp00160: Permutations graph of inversionsGraphs
Mp00037: Graphs to partition of connected componentsInteger partitions
Mp00202: Integer partitions first row removalInteger partitions
St000208: Integer partitions ⟶ ℤResult quality: 14% values known / values provided: 32%distinct values known / distinct values provided: 14%
Values
[1] => ([],1)
=> [1]
=> []
=> ? = 1
[1,2] => ([],2)
=> [1,1]
=> [1]
=> 1
[2,1] => ([(0,1)],2)
=> [2]
=> []
=> ? = 1
[1,2,3] => ([],3)
=> [1,1,1]
=> [1,1]
=> 1
[1,3,2] => ([(1,2)],3)
=> [2,1]
=> [1]
=> 1
[2,1,3] => ([(1,2)],3)
=> [2,1]
=> [1]
=> 1
[2,3,1] => ([(0,2),(1,2)],3)
=> [3]
=> []
=> ? ∊ {1,1,2}
[3,1,2] => ([(0,2),(1,2)],3)
=> [3]
=> []
=> ? ∊ {1,1,2}
[3,2,1] => ([(0,1),(0,2),(1,2)],3)
=> [3]
=> []
=> ? ∊ {1,1,2}
[1,2,3,4] => ([],4)
=> [1,1,1,1]
=> [1,1,1]
=> 1
[1,2,4,3] => ([(2,3)],4)
=> [2,1,1]
=> [1,1]
=> 1
[1,3,2,4] => ([(2,3)],4)
=> [2,1,1]
=> [1,1]
=> 1
[1,3,4,2] => ([(1,3),(2,3)],4)
=> [3,1]
=> [1]
=> 1
[1,4,2,3] => ([(1,3),(2,3)],4)
=> [3,1]
=> [1]
=> 1
[1,4,3,2] => ([(1,2),(1,3),(2,3)],4)
=> [3,1]
=> [1]
=> 1
[2,1,3,4] => ([(2,3)],4)
=> [2,1,1]
=> [1,1]
=> 1
[2,1,4,3] => ([(0,3),(1,2)],4)
=> [2,2]
=> [2]
=> 2
[2,3,1,4] => ([(1,3),(2,3)],4)
=> [3,1]
=> [1]
=> 1
[2,3,4,1] => ([(0,3),(1,3),(2,3)],4)
=> [4]
=> []
=> ? ∊ {1,1,1,1,1,2,2,2,3,3,3,3,4}
[2,4,1,3] => ([(0,3),(1,2),(2,3)],4)
=> [4]
=> []
=> ? ∊ {1,1,1,1,1,2,2,2,3,3,3,3,4}
[2,4,3,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> [4]
=> []
=> ? ∊ {1,1,1,1,1,2,2,2,3,3,3,3,4}
[3,1,2,4] => ([(1,3),(2,3)],4)
=> [3,1]
=> [1]
=> 1
[3,1,4,2] => ([(0,3),(1,2),(2,3)],4)
=> [4]
=> []
=> ? ∊ {1,1,1,1,1,2,2,2,3,3,3,3,4}
[3,2,1,4] => ([(1,2),(1,3),(2,3)],4)
=> [3,1]
=> [1]
=> 1
[3,2,4,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> [4]
=> []
=> ? ∊ {1,1,1,1,1,2,2,2,3,3,3,3,4}
[3,4,1,2] => ([(0,2),(0,3),(1,2),(1,3)],4)
=> [4]
=> []
=> ? ∊ {1,1,1,1,1,2,2,2,3,3,3,3,4}
[3,4,2,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> [4]
=> []
=> ? ∊ {1,1,1,1,1,2,2,2,3,3,3,3,4}
[4,1,2,3] => ([(0,3),(1,3),(2,3)],4)
=> [4]
=> []
=> ? ∊ {1,1,1,1,1,2,2,2,3,3,3,3,4}
[4,1,3,2] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> [4]
=> []
=> ? ∊ {1,1,1,1,1,2,2,2,3,3,3,3,4}
[4,2,1,3] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> [4]
=> []
=> ? ∊ {1,1,1,1,1,2,2,2,3,3,3,3,4}
[4,2,3,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> [4]
=> []
=> ? ∊ {1,1,1,1,1,2,2,2,3,3,3,3,4}
[4,3,1,2] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> [4]
=> []
=> ? ∊ {1,1,1,1,1,2,2,2,3,3,3,3,4}
[4,3,2,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> [4]
=> []
=> ? ∊ {1,1,1,1,1,2,2,2,3,3,3,3,4}
[1,2,3,4,5] => ([],5)
=> [1,1,1,1,1]
=> [1,1,1,1]
=> 1
[1,2,3,5,4] => ([(3,4)],5)
=> [2,1,1,1]
=> [1,1,1]
=> 1
[1,2,4,3,5] => ([(3,4)],5)
=> [2,1,1,1]
=> [1,1,1]
=> 1
[1,2,4,5,3] => ([(2,4),(3,4)],5)
=> [3,1,1]
=> [1,1]
=> 1
[1,2,5,3,4] => ([(2,4),(3,4)],5)
=> [3,1,1]
=> [1,1]
=> 1
[1,2,5,4,3] => ([(2,3),(2,4),(3,4)],5)
=> [3,1,1]
=> [1,1]
=> 1
[1,3,2,4,5] => ([(3,4)],5)
=> [2,1,1,1]
=> [1,1,1]
=> 1
[1,3,2,5,4] => ([(1,4),(2,3)],5)
=> [2,2,1]
=> [2,1]
=> 2
[1,3,4,2,5] => ([(2,4),(3,4)],5)
=> [3,1,1]
=> [1,1]
=> 1
[1,3,4,5,2] => ([(1,4),(2,4),(3,4)],5)
=> [4,1]
=> [1]
=> 1
[1,3,5,2,4] => ([(1,4),(2,3),(3,4)],5)
=> [4,1]
=> [1]
=> 1
[1,3,5,4,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> [4,1]
=> [1]
=> 1
[1,4,2,3,5] => ([(2,4),(3,4)],5)
=> [3,1,1]
=> [1,1]
=> 1
[1,4,2,5,3] => ([(1,4),(2,3),(3,4)],5)
=> [4,1]
=> [1]
=> 1
[1,4,3,2,5] => ([(2,3),(2,4),(3,4)],5)
=> [3,1,1]
=> [1,1]
=> 1
[1,4,3,5,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> [4,1]
=> [1]
=> 1
[1,4,5,2,3] => ([(1,3),(1,4),(2,3),(2,4)],5)
=> [4,1]
=> [1]
=> 1
[1,4,5,3,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> [4,1]
=> [1]
=> 1
[1,5,2,3,4] => ([(1,4),(2,4),(3,4)],5)
=> [4,1]
=> [1]
=> 1
[1,5,2,4,3] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> [4,1]
=> [1]
=> 1
[1,5,3,2,4] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> [4,1]
=> [1]
=> 1
[1,5,3,4,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> [4,1]
=> [1]
=> 1
[1,5,4,2,3] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> [4,1]
=> [1]
=> 1
[1,5,4,3,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> [4,1]
=> [1]
=> 1
[2,1,3,4,5] => ([(3,4)],5)
=> [2,1,1,1]
=> [1,1,1]
=> 1
[2,1,3,5,4] => ([(1,4),(2,3)],5)
=> [2,2,1]
=> [2,1]
=> 2
[2,1,4,3,5] => ([(1,4),(2,3)],5)
=> [2,2,1]
=> [2,1]
=> 2
[2,1,4,5,3] => ([(0,1),(2,4),(3,4)],5)
=> [3,2]
=> [2]
=> 2
[2,1,5,3,4] => ([(0,1),(2,4),(3,4)],5)
=> [3,2]
=> [2]
=> 2
[2,1,5,4,3] => ([(0,1),(2,3),(2,4),(3,4)],5)
=> [3,2]
=> [2]
=> 2
[2,3,1,4,5] => ([(2,4),(3,4)],5)
=> [3,1,1]
=> [1,1]
=> 1
[2,3,1,5,4] => ([(0,1),(2,4),(3,4)],5)
=> [3,2]
=> [2]
=> 2
[2,3,4,1,5] => ([(1,4),(2,4),(3,4)],5)
=> [4,1]
=> [1]
=> 1
[2,3,4,5,1] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[2,3,5,1,4] => ([(0,4),(1,4),(2,3),(3,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[2,3,5,4,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[2,4,1,3,5] => ([(1,4),(2,3),(3,4)],5)
=> [4,1]
=> [1]
=> 1
[2,4,1,5,3] => ([(0,4),(1,3),(2,3),(2,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[2,4,3,1,5] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> [4,1]
=> [1]
=> 1
[2,4,3,5,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[2,4,5,1,3] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[2,4,5,3,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[2,5,1,3,4] => ([(0,4),(1,4),(2,3),(3,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[2,5,1,4,3] => ([(0,3),(1,2),(1,4),(2,4),(3,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[2,5,3,1,4] => ([(0,4),(1,3),(2,3),(2,4),(3,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[2,5,3,4,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[2,5,4,1,3] => ([(0,4),(1,2),(1,3),(2,3),(2,4),(3,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[2,5,4,3,1] => ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[3,1,4,5,2] => ([(0,4),(1,4),(2,3),(3,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[3,1,5,2,4] => ([(0,4),(1,3),(2,3),(2,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[3,1,5,4,2] => ([(0,3),(1,2),(1,4),(2,4),(3,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[3,2,4,5,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[3,2,5,1,4] => ([(0,3),(1,2),(1,4),(2,4),(3,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[3,2,5,4,1] => ([(0,3),(0,4),(1,2),(1,4),(2,4),(3,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[3,4,1,5,2] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[3,4,2,5,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[3,4,5,1,2] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[3,4,5,2,1] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[3,5,1,2,4] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[3,5,1,4,2] => ([(0,1),(0,4),(1,3),(2,3),(2,4),(3,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[3,5,2,1,4] => ([(0,4),(1,2),(1,3),(2,3),(2,4),(3,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[3,5,2,4,1] => ([(0,3),(0,4),(1,2),(1,4),(2,3),(2,4),(3,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[3,5,4,1,2] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[3,5,4,2,1] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[4,1,2,5,3] => ([(0,4),(1,4),(2,3),(3,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[4,1,3,5,2] => ([(0,4),(1,3),(2,3),(2,4),(3,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[4,1,5,2,3] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
Description
Number of integral Gelfand-Tsetlin polytopes with prescribed top row and integer partition weight. Given $\lambda$ count how many ''integer partitions'' $w$ (weight) there are, such that $P_{\lambda,w}$ is integral, i.e., $w$ such that the Gelfand-Tsetlin polytope $P_{\lambda,w}$ has only integer lattice points as vertices. See also [[St000205]], [[St000206]] and [[St000207]].
Matching statistic: St001389
Mp00160: Permutations graph of inversionsGraphs
Mp00037: Graphs to partition of connected componentsInteger partitions
Mp00202: Integer partitions first row removalInteger partitions
St001389: Integer partitions ⟶ ℤResult quality: 10% values known / values provided: 32%distinct values known / distinct values provided: 10%
Values
[1] => ([],1)
=> [1]
=> []
=> ? = 1
[1,2] => ([],2)
=> [1,1]
=> [1]
=> 1
[2,1] => ([(0,1)],2)
=> [2]
=> []
=> ? = 1
[1,2,3] => ([],3)
=> [1,1,1]
=> [1,1]
=> 1
[1,3,2] => ([(1,2)],3)
=> [2,1]
=> [1]
=> 1
[2,1,3] => ([(1,2)],3)
=> [2,1]
=> [1]
=> 1
[2,3,1] => ([(0,2),(1,2)],3)
=> [3]
=> []
=> ? ∊ {1,1,2}
[3,1,2] => ([(0,2),(1,2)],3)
=> [3]
=> []
=> ? ∊ {1,1,2}
[3,2,1] => ([(0,1),(0,2),(1,2)],3)
=> [3]
=> []
=> ? ∊ {1,1,2}
[1,2,3,4] => ([],4)
=> [1,1,1,1]
=> [1,1,1]
=> 1
[1,2,4,3] => ([(2,3)],4)
=> [2,1,1]
=> [1,1]
=> 1
[1,3,2,4] => ([(2,3)],4)
=> [2,1,1]
=> [1,1]
=> 1
[1,3,4,2] => ([(1,3),(2,3)],4)
=> [3,1]
=> [1]
=> 1
[1,4,2,3] => ([(1,3),(2,3)],4)
=> [3,1]
=> [1]
=> 1
[1,4,3,2] => ([(1,2),(1,3),(2,3)],4)
=> [3,1]
=> [1]
=> 1
[2,1,3,4] => ([(2,3)],4)
=> [2,1,1]
=> [1,1]
=> 1
[2,1,4,3] => ([(0,3),(1,2)],4)
=> [2,2]
=> [2]
=> 2
[2,3,1,4] => ([(1,3),(2,3)],4)
=> [3,1]
=> [1]
=> 1
[2,3,4,1] => ([(0,3),(1,3),(2,3)],4)
=> [4]
=> []
=> ? ∊ {1,1,1,1,1,2,2,2,3,3,3,3,4}
[2,4,1,3] => ([(0,3),(1,2),(2,3)],4)
=> [4]
=> []
=> ? ∊ {1,1,1,1,1,2,2,2,3,3,3,3,4}
[2,4,3,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> [4]
=> []
=> ? ∊ {1,1,1,1,1,2,2,2,3,3,3,3,4}
[3,1,2,4] => ([(1,3),(2,3)],4)
=> [3,1]
=> [1]
=> 1
[3,1,4,2] => ([(0,3),(1,2),(2,3)],4)
=> [4]
=> []
=> ? ∊ {1,1,1,1,1,2,2,2,3,3,3,3,4}
[3,2,1,4] => ([(1,2),(1,3),(2,3)],4)
=> [3,1]
=> [1]
=> 1
[3,2,4,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> [4]
=> []
=> ? ∊ {1,1,1,1,1,2,2,2,3,3,3,3,4}
[3,4,1,2] => ([(0,2),(0,3),(1,2),(1,3)],4)
=> [4]
=> []
=> ? ∊ {1,1,1,1,1,2,2,2,3,3,3,3,4}
[3,4,2,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> [4]
=> []
=> ? ∊ {1,1,1,1,1,2,2,2,3,3,3,3,4}
[4,1,2,3] => ([(0,3),(1,3),(2,3)],4)
=> [4]
=> []
=> ? ∊ {1,1,1,1,1,2,2,2,3,3,3,3,4}
[4,1,3,2] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> [4]
=> []
=> ? ∊ {1,1,1,1,1,2,2,2,3,3,3,3,4}
[4,2,1,3] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> [4]
=> []
=> ? ∊ {1,1,1,1,1,2,2,2,3,3,3,3,4}
[4,2,3,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> [4]
=> []
=> ? ∊ {1,1,1,1,1,2,2,2,3,3,3,3,4}
[4,3,1,2] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> [4]
=> []
=> ? ∊ {1,1,1,1,1,2,2,2,3,3,3,3,4}
[4,3,2,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> [4]
=> []
=> ? ∊ {1,1,1,1,1,2,2,2,3,3,3,3,4}
[1,2,3,4,5] => ([],5)
=> [1,1,1,1,1]
=> [1,1,1,1]
=> 1
[1,2,3,5,4] => ([(3,4)],5)
=> [2,1,1,1]
=> [1,1,1]
=> 1
[1,2,4,3,5] => ([(3,4)],5)
=> [2,1,1,1]
=> [1,1,1]
=> 1
[1,2,4,5,3] => ([(2,4),(3,4)],5)
=> [3,1,1]
=> [1,1]
=> 1
[1,2,5,3,4] => ([(2,4),(3,4)],5)
=> [3,1,1]
=> [1,1]
=> 1
[1,2,5,4,3] => ([(2,3),(2,4),(3,4)],5)
=> [3,1,1]
=> [1,1]
=> 1
[1,3,2,4,5] => ([(3,4)],5)
=> [2,1,1,1]
=> [1,1,1]
=> 1
[1,3,2,5,4] => ([(1,4),(2,3)],5)
=> [2,2,1]
=> [2,1]
=> 2
[1,3,4,2,5] => ([(2,4),(3,4)],5)
=> [3,1,1]
=> [1,1]
=> 1
[1,3,4,5,2] => ([(1,4),(2,4),(3,4)],5)
=> [4,1]
=> [1]
=> 1
[1,3,5,2,4] => ([(1,4),(2,3),(3,4)],5)
=> [4,1]
=> [1]
=> 1
[1,3,5,4,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> [4,1]
=> [1]
=> 1
[1,4,2,3,5] => ([(2,4),(3,4)],5)
=> [3,1,1]
=> [1,1]
=> 1
[1,4,2,5,3] => ([(1,4),(2,3),(3,4)],5)
=> [4,1]
=> [1]
=> 1
[1,4,3,2,5] => ([(2,3),(2,4),(3,4)],5)
=> [3,1,1]
=> [1,1]
=> 1
[1,4,3,5,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> [4,1]
=> [1]
=> 1
[1,4,5,2,3] => ([(1,3),(1,4),(2,3),(2,4)],5)
=> [4,1]
=> [1]
=> 1
[1,4,5,3,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> [4,1]
=> [1]
=> 1
[1,5,2,3,4] => ([(1,4),(2,4),(3,4)],5)
=> [4,1]
=> [1]
=> 1
[1,5,2,4,3] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> [4,1]
=> [1]
=> 1
[1,5,3,2,4] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> [4,1]
=> [1]
=> 1
[1,5,3,4,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> [4,1]
=> [1]
=> 1
[1,5,4,2,3] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> [4,1]
=> [1]
=> 1
[1,5,4,3,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> [4,1]
=> [1]
=> 1
[2,1,3,4,5] => ([(3,4)],5)
=> [2,1,1,1]
=> [1,1,1]
=> 1
[2,1,3,5,4] => ([(1,4),(2,3)],5)
=> [2,2,1]
=> [2,1]
=> 2
[2,1,4,3,5] => ([(1,4),(2,3)],5)
=> [2,2,1]
=> [2,1]
=> 2
[2,1,4,5,3] => ([(0,1),(2,4),(3,4)],5)
=> [3,2]
=> [2]
=> 2
[2,1,5,3,4] => ([(0,1),(2,4),(3,4)],5)
=> [3,2]
=> [2]
=> 2
[2,1,5,4,3] => ([(0,1),(2,3),(2,4),(3,4)],5)
=> [3,2]
=> [2]
=> 2
[2,3,1,4,5] => ([(2,4),(3,4)],5)
=> [3,1,1]
=> [1,1]
=> 1
[2,3,1,5,4] => ([(0,1),(2,4),(3,4)],5)
=> [3,2]
=> [2]
=> 2
[2,3,4,1,5] => ([(1,4),(2,4),(3,4)],5)
=> [4,1]
=> [1]
=> 1
[2,3,4,5,1] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[2,3,5,1,4] => ([(0,4),(1,4),(2,3),(3,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[2,3,5,4,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[2,4,1,3,5] => ([(1,4),(2,3),(3,4)],5)
=> [4,1]
=> [1]
=> 1
[2,4,1,5,3] => ([(0,4),(1,3),(2,3),(2,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[2,4,3,1,5] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> [4,1]
=> [1]
=> 1
[2,4,3,5,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[2,4,5,1,3] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[2,4,5,3,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[2,5,1,3,4] => ([(0,4),(1,4),(2,3),(3,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[2,5,1,4,3] => ([(0,3),(1,2),(1,4),(2,4),(3,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[2,5,3,1,4] => ([(0,4),(1,3),(2,3),(2,4),(3,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[2,5,3,4,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[2,5,4,1,3] => ([(0,4),(1,2),(1,3),(2,3),(2,4),(3,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[2,5,4,3,1] => ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[3,1,4,5,2] => ([(0,4),(1,4),(2,3),(3,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[3,1,5,2,4] => ([(0,4),(1,3),(2,3),(2,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[3,1,5,4,2] => ([(0,3),(1,2),(1,4),(2,4),(3,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[3,2,4,5,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[3,2,5,1,4] => ([(0,3),(1,2),(1,4),(2,4),(3,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[3,2,5,4,1] => ([(0,3),(0,4),(1,2),(1,4),(2,4),(3,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[3,4,1,5,2] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[3,4,2,5,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[3,4,5,1,2] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[3,4,5,2,1] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[3,5,1,2,4] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[3,5,1,4,2] => ([(0,1),(0,4),(1,3),(2,3),(2,4),(3,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[3,5,2,1,4] => ([(0,4),(1,2),(1,3),(2,3),(2,4),(3,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[3,5,2,4,1] => ([(0,3),(0,4),(1,2),(1,4),(2,3),(2,4),(3,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[3,5,4,1,2] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[3,5,4,2,1] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[4,1,2,5,3] => ([(0,4),(1,4),(2,3),(3,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[4,1,3,5,2] => ([(0,4),(1,3),(2,3),(2,4),(3,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[4,1,5,2,3] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> [5]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
Description
The number of partitions of the same length below the given integer partition. For a partition $\lambda_1 \geq \dots \lambda_k > 0$, this number is $$ \det\left( \binom{\lambda_{k+1-i}}{j-i+1} \right)_{1 \le i,j \le k}.$$
Mp00223: Permutations runsortPermutations
Mp00067: Permutations Foata bijectionPermutations
Mp00160: Permutations graph of inversionsGraphs
St000772: Graphs ⟶ ℤResult quality: 17% values known / values provided: 32%distinct values known / distinct values provided: 17%
Values
[1] => [1] => [1] => ([],1)
=> 1
[1,2] => [1,2] => [1,2] => ([],2)
=> ? ∊ {1,1}
[2,1] => [1,2] => [1,2] => ([],2)
=> ? ∊ {1,1}
[1,2,3] => [1,2,3] => [1,2,3] => ([],3)
=> ? ∊ {1,1,1,2}
[1,3,2] => [1,3,2] => [3,1,2] => ([(0,2),(1,2)],3)
=> 1
[2,1,3] => [1,3,2] => [3,1,2] => ([(0,2),(1,2)],3)
=> 1
[2,3,1] => [1,2,3] => [1,2,3] => ([],3)
=> ? ∊ {1,1,1,2}
[3,1,2] => [1,2,3] => [1,2,3] => ([],3)
=> ? ∊ {1,1,1,2}
[3,2,1] => [1,2,3] => [1,2,3] => ([],3)
=> ? ∊ {1,1,1,2}
[1,2,3,4] => [1,2,3,4] => [1,2,3,4] => ([],4)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,3,3,3,3,4}
[1,2,4,3] => [1,2,4,3] => [4,1,2,3] => ([(0,3),(1,3),(2,3)],4)
=> 2
[1,3,2,4] => [1,3,2,4] => [3,1,2,4] => ([(1,3),(2,3)],4)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,3,3,3,3,4}
[1,3,4,2] => [1,3,4,2] => [3,1,4,2] => ([(0,3),(1,2),(2,3)],4)
=> 1
[1,4,2,3] => [1,4,2,3] => [1,4,2,3] => ([(1,3),(2,3)],4)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,3,3,3,3,4}
[1,4,3,2] => [1,4,2,3] => [1,4,2,3] => ([(1,3),(2,3)],4)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,3,3,3,3,4}
[2,1,3,4] => [1,3,4,2] => [3,1,4,2] => ([(0,3),(1,2),(2,3)],4)
=> 1
[2,1,4,3] => [1,4,2,3] => [1,4,2,3] => ([(1,3),(2,3)],4)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,3,3,3,3,4}
[2,3,1,4] => [1,4,2,3] => [1,4,2,3] => ([(1,3),(2,3)],4)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,3,3,3,3,4}
[2,3,4,1] => [1,2,3,4] => [1,2,3,4] => ([],4)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,3,3,3,3,4}
[2,4,1,3] => [1,3,2,4] => [3,1,2,4] => ([(1,3),(2,3)],4)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,3,3,3,3,4}
[2,4,3,1] => [1,2,4,3] => [4,1,2,3] => ([(0,3),(1,3),(2,3)],4)
=> 2
[3,1,2,4] => [1,2,4,3] => [4,1,2,3] => ([(0,3),(1,3),(2,3)],4)
=> 2
[3,1,4,2] => [1,4,2,3] => [1,4,2,3] => ([(1,3),(2,3)],4)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,3,3,3,3,4}
[3,2,1,4] => [1,4,2,3] => [1,4,2,3] => ([(1,3),(2,3)],4)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,3,3,3,3,4}
[3,2,4,1] => [1,2,4,3] => [4,1,2,3] => ([(0,3),(1,3),(2,3)],4)
=> 2
[3,4,1,2] => [1,2,3,4] => [1,2,3,4] => ([],4)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,3,3,3,3,4}
[3,4,2,1] => [1,2,3,4] => [1,2,3,4] => ([],4)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,3,3,3,3,4}
[4,1,2,3] => [1,2,3,4] => [1,2,3,4] => ([],4)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,3,3,3,3,4}
[4,1,3,2] => [1,3,2,4] => [3,1,2,4] => ([(1,3),(2,3)],4)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,3,3,3,3,4}
[4,2,1,3] => [1,3,2,4] => [3,1,2,4] => ([(1,3),(2,3)],4)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,3,3,3,3,4}
[4,2,3,1] => [1,2,3,4] => [1,2,3,4] => ([],4)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,3,3,3,3,4}
[4,3,1,2] => [1,2,3,4] => [1,2,3,4] => ([],4)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,3,3,3,3,4}
[4,3,2,1] => [1,2,3,4] => [1,2,3,4] => ([],4)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,3,3,3,3,4}
[1,2,3,4,5] => [1,2,3,4,5] => [1,2,3,4,5] => ([],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,2,3,5,4] => [1,2,3,5,4] => [5,1,2,3,4] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 3
[1,2,4,3,5] => [1,2,4,3,5] => [4,1,2,3,5] => ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,2,4,5,3] => [1,2,4,5,3] => [4,1,2,5,3] => ([(0,4),(1,4),(2,3),(3,4)],5)
=> 1
[1,2,5,3,4] => [1,2,5,3,4] => [1,5,2,3,4] => ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,2,5,4,3] => [1,2,5,3,4] => [1,5,2,3,4] => ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,3,2,4,5] => [1,3,2,4,5] => [3,1,2,4,5] => ([(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,3,2,5,4] => [1,3,2,5,4] => [5,3,1,2,4] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
[1,3,4,2,5] => [1,3,4,2,5] => [3,1,4,2,5] => ([(1,4),(2,3),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,3,4,5,2] => [1,3,4,5,2] => [3,1,4,5,2] => ([(0,4),(1,4),(2,3),(3,4)],5)
=> 1
[1,3,5,2,4] => [1,3,5,2,4] => [3,1,2,5,4] => ([(0,1),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,3,5,4,2] => [1,3,5,2,4] => [3,1,2,5,4] => ([(0,1),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,4,2,3,5] => [1,4,2,3,5] => [1,4,2,3,5] => ([(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,4,2,5,3] => [1,4,2,5,3] => [4,5,1,2,3] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4)],5)
=> 2
[1,4,3,2,5] => [1,4,2,5,3] => [4,5,1,2,3] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4)],5)
=> 2
[1,4,3,5,2] => [1,4,2,3,5] => [1,4,2,3,5] => ([(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,4,5,2,3] => [1,4,5,2,3] => [1,4,2,5,3] => ([(1,4),(2,3),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,4,5,3,2] => [1,4,5,2,3] => [1,4,2,5,3] => ([(1,4),(2,3),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,5,2,3,4] => [1,5,2,3,4] => [1,2,5,3,4] => ([(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[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)
=> 1
[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)
=> 1
[1,5,3,4,2] => [1,5,2,3,4] => [1,2,5,3,4] => ([(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,5,4,2,3] => [1,5,2,3,4] => [1,2,5,3,4] => ([(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,5,4,3,2] => [1,5,2,3,4] => [1,2,5,3,4] => ([(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[2,1,3,4,5] => [1,3,4,5,2] => [3,1,4,5,2] => ([(0,4),(1,4),(2,3),(3,4)],5)
=> 1
[2,1,3,5,4] => [1,3,5,2,4] => [3,1,2,5,4] => ([(0,1),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[2,1,4,3,5] => [1,4,2,3,5] => [1,4,2,3,5] => ([(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[2,1,4,5,3] => [1,4,5,2,3] => [1,4,2,5,3] => ([(1,4),(2,3),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[2,1,5,3,4] => [1,5,2,3,4] => [1,2,5,3,4] => ([(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[2,1,5,4,3] => [1,5,2,3,4] => [1,2,5,3,4] => ([(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[2,3,1,4,5] => [1,4,5,2,3] => [1,4,2,5,3] => ([(1,4),(2,3),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[2,3,1,5,4] => [1,5,2,3,4] => [1,2,5,3,4] => ([(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[2,3,4,1,5] => [1,5,2,3,4] => [1,2,5,3,4] => ([(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[2,3,4,5,1] => [1,2,3,4,5] => [1,2,3,4,5] => ([],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[2,3,5,1,4] => [1,4,2,3,5] => [1,4,2,3,5] => ([(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[2,3,5,4,1] => [1,2,3,5,4] => [5,1,2,3,4] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 3
[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)
=> 1
[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)
=> 1
[2,4,5,3,1] => [1,2,4,5,3] => [4,1,2,5,3] => ([(0,4),(1,4),(2,3),(3,4)],5)
=> 1
[2,5,1,4,3] => [1,4,2,5,3] => [4,5,1,2,3] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4)],5)
=> 2
[2,5,3,1,4] => [1,4,2,5,3] => [4,5,1,2,3] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4)],5)
=> 2
[2,5,4,1,3] => [1,3,2,5,4] => [5,3,1,2,4] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
[3,1,2,4,5] => [1,2,4,5,3] => [4,1,2,5,3] => ([(0,4),(1,4),(2,3),(3,4)],5)
=> 1
[3,1,4,2,5] => [1,4,2,5,3] => [4,5,1,2,3] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4)],5)
=> 2
[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)
=> 1
[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)
=> 1
[3,2,4,5,1] => [1,2,4,5,3] => [4,1,2,5,3] => ([(0,4),(1,4),(2,3),(3,4)],5)
=> 1
[3,2,5,1,4] => [1,4,2,5,3] => [4,5,1,2,3] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4)],5)
=> 2
[3,5,4,1,2] => [1,2,3,5,4] => [5,1,2,3,4] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 3
[3,5,4,2,1] => [1,2,3,5,4] => [5,1,2,3,4] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 3
[4,1,2,3,5] => [1,2,3,5,4] => [5,1,2,3,4] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 3
[4,1,3,2,5] => [1,3,2,5,4] => [5,3,1,2,4] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
[4,2,3,5,1] => [1,2,3,5,4] => [5,1,2,3,4] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 3
[4,2,5,1,3] => [1,3,2,5,4] => [5,3,1,2,4] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
[4,3,5,1,2] => [1,2,3,5,4] => [5,1,2,3,4] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 3
[4,3,5,2,1] => [1,2,3,5,4] => [5,1,2,3,4] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 3
[1,2,3,4,6,5] => [1,2,3,4,6,5] => [6,1,2,3,4,5] => ([(0,5),(1,5),(2,5),(3,5),(4,5)],6)
=> 4
[1,2,3,5,6,4] => [1,2,3,5,6,4] => [5,1,2,3,6,4] => ([(0,5),(1,5),(2,5),(3,4),(4,5)],6)
=> 1
[1,2,4,3,6,5] => [1,2,4,3,6,5] => [6,4,1,2,3,5] => ([(0,5),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 1
[1,2,4,5,6,3] => [1,2,4,5,6,3] => [4,1,2,5,6,3] => ([(0,5),(1,5),(2,4),(3,4),(4,5)],6)
=> 1
[1,2,5,3,6,4] => [1,2,5,3,6,4] => [5,6,1,2,3,4] => ([(0,4),(0,5),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5)],6)
=> 3
[1,2,5,4,3,6] => [1,2,5,3,6,4] => [5,6,1,2,3,4] => ([(0,4),(0,5),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5)],6)
=> 3
[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)
=> 1
[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)
=> 1
[1,3,2,4,6,5] => [1,3,2,4,6,5] => [6,3,1,2,4,5] => ([(0,5),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 2
[1,3,2,5,6,4] => [1,3,2,5,6,4] => [5,3,1,2,6,4] => ([(0,3),(1,4),(1,5),(2,4),(2,5),(3,5),(4,5)],6)
=> 1
[1,3,2,6,4,5] => [1,3,2,6,4,5] => [3,6,1,2,4,5] => ([(0,5),(1,5),(2,3),(2,4),(3,5),(4,5)],6)
=> 1
Description
The multiplicity of the largest distance Laplacian eigenvalue in a connected graph. The distance Laplacian of a graph is the (symmetric) matrix with row and column sums $0$, which has the negative distances between two vertices as its off-diagonal entries. This statistic is the largest multiplicity of an eigenvalue. For example, the cycle on four vertices has distance Laplacian $$ \left(\begin{array}{rrrr} 4 & -1 & -2 & -1 \\ -1 & 4 & -1 & -2 \\ -2 & -1 & 4 & -1 \\ -1 & -2 & -1 & 4 \end{array}\right). $$ Its eigenvalues are $0,4,4,6$, so the statistic is $1$. The path on four vertices has eigenvalues $0, 4.7\dots, 6, 9.2\dots$ and therefore also statistic $1$. The graphs with statistic $n-1$, $n-2$ and $n-3$ have been characterised, see [1].
Mp00127: Permutations left-to-right-maxima to Dyck pathDyck paths
Mp00201: Dyck paths RingelPermutations
Mp00160: Permutations graph of inversionsGraphs
St001330: Graphs ⟶ ℤResult quality: 3% values known / values provided: 26%distinct values known / distinct values provided: 3%
Values
[1] => [1,0]
=> [2,1] => ([(0,1)],2)
=> 2 = 1 + 1
[1,2] => [1,0,1,0]
=> [3,1,2] => ([(0,2),(1,2)],3)
=> 2 = 1 + 1
[2,1] => [1,1,0,0]
=> [2,3,1] => ([(0,2),(1,2)],3)
=> 2 = 1 + 1
[1,2,3] => [1,0,1,0,1,0]
=> [4,1,2,3] => ([(0,3),(1,3),(2,3)],4)
=> 2 = 1 + 1
[1,3,2] => [1,0,1,1,0,0]
=> [3,1,4,2] => ([(0,3),(1,2),(2,3)],4)
=> 2 = 1 + 1
[2,1,3] => [1,1,0,0,1,0]
=> [2,4,1,3] => ([(0,3),(1,2),(2,3)],4)
=> 2 = 1 + 1
[2,3,1] => [1,1,0,1,0,0]
=> [4,3,1,2] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ? = 2 + 1
[3,1,2] => [1,1,1,0,0,0]
=> [2,3,4,1] => ([(0,3),(1,3),(2,3)],4)
=> 2 = 1 + 1
[3,2,1] => [1,1,1,0,0,0]
=> [2,3,4,1] => ([(0,3),(1,3),(2,3)],4)
=> 2 = 1 + 1
[1,2,3,4] => [1,0,1,0,1,0,1,0]
=> [5,1,2,3,4] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 2 = 1 + 1
[1,2,4,3] => [1,0,1,0,1,1,0,0]
=> [4,1,2,5,3] => ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2 = 1 + 1
[1,3,2,4] => [1,0,1,1,0,0,1,0]
=> [3,1,5,2,4] => ([(0,4),(1,3),(2,3),(2,4)],5)
=> 2 = 1 + 1
[1,3,4,2] => [1,0,1,1,0,1,0,0]
=> [5,1,4,2,3] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,3,3,3,3,4} + 1
[1,4,2,3] => [1,0,1,1,1,0,0,0]
=> [3,1,4,5,2] => ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2 = 1 + 1
[1,4,3,2] => [1,0,1,1,1,0,0,0]
=> [3,1,4,5,2] => ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2 = 1 + 1
[2,1,3,4] => [1,1,0,0,1,0,1,0]
=> [2,5,1,3,4] => ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2 = 1 + 1
[2,1,4,3] => [1,1,0,0,1,1,0,0]
=> [2,4,1,5,3] => ([(0,4),(1,3),(2,3),(2,4)],5)
=> 2 = 1 + 1
[2,3,1,4] => [1,1,0,1,0,0,1,0]
=> [5,3,1,2,4] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,3,3,3,3,4} + 1
[2,3,4,1] => [1,1,0,1,0,1,0,0]
=> [5,4,1,2,3] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,3,3,3,3,4} + 1
[2,4,1,3] => [1,1,0,1,1,0,0,0]
=> [4,3,1,5,2] => ([(0,4),(1,2),(1,3),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,3,3,3,3,4} + 1
[2,4,3,1] => [1,1,0,1,1,0,0,0]
=> [4,3,1,5,2] => ([(0,4),(1,2),(1,3),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,3,3,3,3,4} + 1
[3,1,2,4] => [1,1,1,0,0,0,1,0]
=> [2,3,5,1,4] => ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2 = 1 + 1
[3,1,4,2] => [1,1,1,0,0,1,0,0]
=> [2,5,4,1,3] => ([(0,4),(1,2),(1,3),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,3,3,3,3,4} + 1
[3,2,1,4] => [1,1,1,0,0,0,1,0]
=> [2,3,5,1,4] => ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2 = 1 + 1
[3,2,4,1] => [1,1,1,0,0,1,0,0]
=> [2,5,4,1,3] => ([(0,4),(1,2),(1,3),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,3,3,3,3,4} + 1
[3,4,1,2] => [1,1,1,0,1,0,0,0]
=> [5,3,4,1,2] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,3,3,3,3,4} + 1
[3,4,2,1] => [1,1,1,0,1,0,0,0]
=> [5,3,4,1,2] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,2,3,3,3,3,4} + 1
[4,1,2,3] => [1,1,1,1,0,0,0,0]
=> [2,3,4,5,1] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 2 = 1 + 1
[4,1,3,2] => [1,1,1,1,0,0,0,0]
=> [2,3,4,5,1] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 2 = 1 + 1
[4,2,1,3] => [1,1,1,1,0,0,0,0]
=> [2,3,4,5,1] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 2 = 1 + 1
[4,2,3,1] => [1,1,1,1,0,0,0,0]
=> [2,3,4,5,1] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 2 = 1 + 1
[4,3,1,2] => [1,1,1,1,0,0,0,0]
=> [2,3,4,5,1] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 2 = 1 + 1
[4,3,2,1] => [1,1,1,1,0,0,0,0]
=> [2,3,4,5,1] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 2 = 1 + 1
[1,2,3,4,5] => [1,0,1,0,1,0,1,0,1,0]
=> [6,1,2,3,4,5] => ([(0,5),(1,5),(2,5),(3,5),(4,5)],6)
=> 2 = 1 + 1
[1,2,3,5,4] => [1,0,1,0,1,0,1,1,0,0]
=> [5,1,2,3,6,4] => ([(0,5),(1,5),(2,5),(3,4),(4,5)],6)
=> 2 = 1 + 1
[1,2,4,3,5] => [1,0,1,0,1,1,0,0,1,0]
=> [4,1,2,6,3,5] => ([(0,5),(1,5),(2,3),(3,4),(4,5)],6)
=> 2 = 1 + 1
[1,2,4,5,3] => [1,0,1,0,1,1,0,1,0,0]
=> [6,1,2,5,3,4] => ([(0,5),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9} + 1
[1,2,5,3,4] => [1,0,1,0,1,1,1,0,0,0]
=> [4,1,2,5,6,3] => ([(0,5),(1,5),(2,4),(3,4),(4,5)],6)
=> 2 = 1 + 1
[1,2,5,4,3] => [1,0,1,0,1,1,1,0,0,0]
=> [4,1,2,5,6,3] => ([(0,5),(1,5),(2,4),(3,4),(4,5)],6)
=> 2 = 1 + 1
[1,3,2,4,5] => [1,0,1,1,0,0,1,0,1,0]
=> [3,1,6,2,4,5] => ([(0,5),(1,5),(2,3),(3,4),(4,5)],6)
=> 2 = 1 + 1
[1,3,2,5,4] => [1,0,1,1,0,0,1,1,0,0]
=> [3,1,5,2,6,4] => ([(0,5),(1,4),(2,3),(2,4),(3,5)],6)
=> 2 = 1 + 1
[1,3,4,2,5] => [1,0,1,1,0,1,0,0,1,0]
=> [6,1,4,2,3,5] => ([(0,5),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9} + 1
[1,3,4,5,2] => [1,0,1,1,0,1,0,1,0,0]
=> [6,1,5,2,3,4] => ([(0,5),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9} + 1
[1,3,5,2,4] => [1,0,1,1,0,1,1,0,0,0]
=> [5,1,4,2,6,3] => ([(0,5),(1,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9} + 1
[1,3,5,4,2] => [1,0,1,1,0,1,1,0,0,0]
=> [5,1,4,2,6,3] => ([(0,5),(1,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9} + 1
[1,4,2,3,5] => [1,0,1,1,1,0,0,0,1,0]
=> [3,1,4,6,2,5] => ([(0,5),(1,4),(2,3),(3,5),(4,5)],6)
=> 2 = 1 + 1
[1,4,2,5,3] => [1,0,1,1,1,0,0,1,0,0]
=> [3,1,6,5,2,4] => ([(0,2),(1,4),(1,5),(2,3),(3,4),(3,5),(4,5)],6)
=> ? ∊ {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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9} + 1
[1,4,3,2,5] => [1,0,1,1,1,0,0,0,1,0]
=> [3,1,4,6,2,5] => ([(0,5),(1,4),(2,3),(3,5),(4,5)],6)
=> 2 = 1 + 1
[1,4,3,5,2] => [1,0,1,1,1,0,0,1,0,0]
=> [3,1,6,5,2,4] => ([(0,2),(1,4),(1,5),(2,3),(3,4),(3,5),(4,5)],6)
=> ? ∊ {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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9} + 1
[1,4,5,2,3] => [1,0,1,1,1,0,1,0,0,0]
=> [6,1,4,5,2,3] => ([(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,5),(4,5)],6)
=> ? ∊ {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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9} + 1
[1,4,5,3,2] => [1,0,1,1,1,0,1,0,0,0]
=> [6,1,4,5,2,3] => ([(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,5),(4,5)],6)
=> ? ∊ {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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9} + 1
[1,5,2,3,4] => [1,0,1,1,1,1,0,0,0,0]
=> [3,1,4,5,6,2] => ([(0,5),(1,5),(2,5),(3,4),(4,5)],6)
=> 2 = 1 + 1
[1,5,2,4,3] => [1,0,1,1,1,1,0,0,0,0]
=> [3,1,4,5,6,2] => ([(0,5),(1,5),(2,5),(3,4),(4,5)],6)
=> 2 = 1 + 1
[1,5,3,2,4] => [1,0,1,1,1,1,0,0,0,0]
=> [3,1,4,5,6,2] => ([(0,5),(1,5),(2,5),(3,4),(4,5)],6)
=> 2 = 1 + 1
[1,5,3,4,2] => [1,0,1,1,1,1,0,0,0,0]
=> [3,1,4,5,6,2] => ([(0,5),(1,5),(2,5),(3,4),(4,5)],6)
=> 2 = 1 + 1
[1,5,4,2,3] => [1,0,1,1,1,1,0,0,0,0]
=> [3,1,4,5,6,2] => ([(0,5),(1,5),(2,5),(3,4),(4,5)],6)
=> 2 = 1 + 1
[1,5,4,3,2] => [1,0,1,1,1,1,0,0,0,0]
=> [3,1,4,5,6,2] => ([(0,5),(1,5),(2,5),(3,4),(4,5)],6)
=> 2 = 1 + 1
[2,1,3,4,5] => [1,1,0,0,1,0,1,0,1,0]
=> [2,6,1,3,4,5] => ([(0,5),(1,5),(2,5),(3,4),(4,5)],6)
=> 2 = 1 + 1
[2,1,3,5,4] => [1,1,0,0,1,0,1,1,0,0]
=> [2,5,1,3,6,4] => ([(0,5),(1,4),(2,3),(3,5),(4,5)],6)
=> 2 = 1 + 1
[2,1,4,3,5] => [1,1,0,0,1,1,0,0,1,0]
=> [2,4,1,6,3,5] => ([(0,5),(1,4),(2,3),(2,4),(3,5)],6)
=> 2 = 1 + 1
[2,1,4,5,3] => [1,1,0,0,1,1,0,1,0,0]
=> [2,6,1,5,3,4] => ([(0,3),(1,4),(1,5),(2,4),(2,5),(3,5),(4,5)],6)
=> ? ∊ {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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9} + 1
[2,1,5,3,4] => [1,1,0,0,1,1,1,0,0,0]
=> [2,4,1,5,6,3] => ([(0,5),(1,5),(2,3),(3,4),(4,5)],6)
=> 2 = 1 + 1
[2,1,5,4,3] => [1,1,0,0,1,1,1,0,0,0]
=> [2,4,1,5,6,3] => ([(0,5),(1,5),(2,3),(3,4),(4,5)],6)
=> 2 = 1 + 1
[2,3,1,4,5] => [1,1,0,1,0,0,1,0,1,0]
=> [6,3,1,2,4,5] => ([(0,5),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9} + 1
[2,3,1,5,4] => [1,1,0,1,0,0,1,1,0,0]
=> [5,3,1,2,6,4] => ([(0,3),(1,4),(1,5),(2,4),(2,5),(3,5),(4,5)],6)
=> ? ∊ {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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9} + 1
[2,3,4,1,5] => [1,1,0,1,0,1,0,0,1,0]
=> [6,4,1,2,3,5] => ([(0,5),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9} + 1
[2,3,4,5,1] => [1,1,0,1,0,1,0,1,0,0]
=> [5,6,1,2,3,4] => ([(0,4),(0,5),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5)],6)
=> ? ∊ {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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9} + 1
[2,3,5,1,4] => [1,1,0,1,0,1,1,0,0,0]
=> [5,4,1,2,6,3] => ([(0,3),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9} + 1
[2,3,5,4,1] => [1,1,0,1,0,1,1,0,0,0]
=> [5,4,1,2,6,3] => ([(0,3),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9} + 1
[2,4,1,3,5] => [1,1,0,1,1,0,0,0,1,0]
=> [4,3,1,6,2,5] => ([(0,2),(1,4),(1,5),(2,3),(3,4),(3,5),(4,5)],6)
=> ? ∊ {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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9} + 1
[2,4,1,5,3] => [1,1,0,1,1,0,0,1,0,0]
=> [6,3,1,5,2,4] => ([(0,4),(0,5),(1,3),(1,5),(2,3),(2,4),(2,5),(3,5),(4,5)],6)
=> ? ∊ {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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9} + 1
[2,4,3,1,5] => [1,1,0,1,1,0,0,0,1,0]
=> [4,3,1,6,2,5] => ([(0,2),(1,4),(1,5),(2,3),(3,4),(3,5),(4,5)],6)
=> ? ∊ {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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9} + 1
[2,4,3,5,1] => [1,1,0,1,1,0,0,1,0,0]
=> [6,3,1,5,2,4] => ([(0,4),(0,5),(1,3),(1,5),(2,3),(2,4),(2,5),(3,5),(4,5)],6)
=> ? ∊ {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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9} + 1
[2,4,5,1,3] => [1,1,0,1,1,0,1,0,0,0]
=> [6,4,1,5,2,3] => ([(0,4),(0,5),(1,2),(1,3),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9} + 1
[2,4,5,3,1] => [1,1,0,1,1,0,1,0,0,0]
=> [6,4,1,5,2,3] => ([(0,4),(0,5),(1,2),(1,3),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9} + 1
[2,5,1,3,4] => [1,1,0,1,1,1,0,0,0,0]
=> [4,3,1,5,6,2] => ([(0,5),(1,5),(2,3),(2,4),(3,4),(3,5),(4,5)],6)
=> ? ∊ {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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9} + 1
[2,5,1,4,3] => [1,1,0,1,1,1,0,0,0,0]
=> [4,3,1,5,6,2] => ([(0,5),(1,5),(2,3),(2,4),(3,4),(3,5),(4,5)],6)
=> ? ∊ {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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9} + 1
[2,5,3,1,4] => [1,1,0,1,1,1,0,0,0,0]
=> [4,3,1,5,6,2] => ([(0,5),(1,5),(2,3),(2,4),(3,4),(3,5),(4,5)],6)
=> ? ∊ {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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9} + 1
[2,5,3,4,1] => [1,1,0,1,1,1,0,0,0,0]
=> [4,3,1,5,6,2] => ([(0,5),(1,5),(2,3),(2,4),(3,4),(3,5),(4,5)],6)
=> ? ∊ {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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9} + 1
[2,5,4,1,3] => [1,1,0,1,1,1,0,0,0,0]
=> [4,3,1,5,6,2] => ([(0,5),(1,5),(2,3),(2,4),(3,4),(3,5),(4,5)],6)
=> ? ∊ {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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9} + 1
[2,5,4,3,1] => [1,1,0,1,1,1,0,0,0,0]
=> [4,3,1,5,6,2] => ([(0,5),(1,5),(2,3),(2,4),(3,4),(3,5),(4,5)],6)
=> ? ∊ {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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9} + 1
[3,1,2,4,5] => [1,1,1,0,0,0,1,0,1,0]
=> [2,3,6,1,4,5] => ([(0,5),(1,5),(2,4),(3,4),(4,5)],6)
=> 2 = 1 + 1
[3,1,2,5,4] => [1,1,1,0,0,0,1,1,0,0]
=> [2,3,5,1,6,4] => ([(0,5),(1,5),(2,3),(3,4),(4,5)],6)
=> 2 = 1 + 1
[3,1,4,2,5] => [1,1,1,0,0,1,0,0,1,0]
=> [2,6,4,1,3,5] => ([(0,5),(1,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9} + 1
[3,1,4,5,2] => [1,1,1,0,0,1,0,1,0,0]
=> [2,6,5,1,3,4] => ([(0,3),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9} + 1
[3,1,5,2,4] => [1,1,1,0,0,1,1,0,0,0]
=> [2,5,4,1,6,3] => ([(0,5),(1,4),(2,3),(2,4),(2,5),(3,4),(3,5)],6)
=> ? ∊ {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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9} + 1
[3,1,5,4,2] => [1,1,1,0,0,1,1,0,0,0]
=> [2,5,4,1,6,3] => ([(0,5),(1,4),(2,3),(2,4),(2,5),(3,4),(3,5)],6)
=> ? ∊ {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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9} + 1
[3,2,1,4,5] => [1,1,1,0,0,0,1,0,1,0]
=> [2,3,6,1,4,5] => ([(0,5),(1,5),(2,4),(3,4),(4,5)],6)
=> 2 = 1 + 1
[3,2,1,5,4] => [1,1,1,0,0,0,1,1,0,0]
=> [2,3,5,1,6,4] => ([(0,5),(1,5),(2,3),(3,4),(4,5)],6)
=> 2 = 1 + 1
[3,2,4,1,5] => [1,1,1,0,0,1,0,0,1,0]
=> [2,6,4,1,3,5] => ([(0,5),(1,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9} + 1
[3,2,4,5,1] => [1,1,1,0,0,1,0,1,0,0]
=> [2,6,5,1,3,4] => ([(0,3),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9} + 1
[3,2,5,1,4] => [1,1,1,0,0,1,1,0,0,0]
=> [2,5,4,1,6,3] => ([(0,5),(1,4),(2,3),(2,4),(2,5),(3,4),(3,5)],6)
=> ? ∊ {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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9} + 1
[3,2,5,4,1] => [1,1,1,0,0,1,1,0,0,0]
=> [2,5,4,1,6,3] => ([(0,5),(1,4),(2,3),(2,4),(2,5),(3,4),(3,5)],6)
=> ? ∊ {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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9} + 1
[3,4,1,2,5] => [1,1,1,0,1,0,0,0,1,0]
=> [6,3,4,1,2,5] => ([(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,5),(4,5)],6)
=> ? ∊ {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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9} + 1
[3,4,1,5,2] => [1,1,1,0,1,0,0,1,0,0]
=> [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)
=> ? ∊ {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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9} + 1
[3,4,2,1,5] => [1,1,1,0,1,0,0,0,1,0]
=> [6,3,4,1,2,5] => ([(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,5),(4,5)],6)
=> ? ∊ {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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9} + 1
[3,4,2,5,1] => [1,1,1,0,1,0,0,1,0,0]
=> [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)
=> ? ∊ {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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9} + 1
[4,1,2,3,5] => [1,1,1,1,0,0,0,0,1,0]
=> [2,3,4,6,1,5] => ([(0,5),(1,5),(2,5),(3,4),(4,5)],6)
=> 2 = 1 + 1
[4,1,3,2,5] => [1,1,1,1,0,0,0,0,1,0]
=> [2,3,4,6,1,5] => ([(0,5),(1,5),(2,5),(3,4),(4,5)],6)
=> 2 = 1 + 1
[4,2,1,3,5] => [1,1,1,1,0,0,0,0,1,0]
=> [2,3,4,6,1,5] => ([(0,5),(1,5),(2,5),(3,4),(4,5)],6)
=> 2 = 1 + 1
Description
The hat guessing number of a graph. Suppose that each vertex of a graph corresponds to a player, wearing a hat whose color is arbitrarily chosen from a set of $q$ possible colors. Each player can see the hat colors of his neighbors, but not his own hat color. All of the players are asked to guess their own hat colors simultaneously, according to a predetermined guessing strategy and the hat colors they see, where no communication between them is allowed. The hat guessing number $HG(G)$ of a graph $G$ is the largest integer $q$ such that there exists a guessing strategy guaranteeing at least one correct guess for any hat assignment of $q$ possible colors. Because it suffices that a single player guesses correctly, the hat guessing number of a graph is the maximum of the hat guessing numbers of its connected components.
Mp00108: Permutations cycle typeInteger partitions
Mp00202: Integer partitions first row removalInteger partitions
Mp00202: Integer partitions first row removalInteger partitions
St000284: Integer partitions ⟶ ℤResult quality: 7% values known / values provided: 21%distinct values known / distinct values provided: 7%
Values
[1] => [1]
=> []
=> ?
=> ? = 1
[1,2] => [1,1]
=> [1]
=> []
=> ? ∊ {1,1}
[2,1] => [2]
=> []
=> ?
=> ? ∊ {1,1}
[1,2,3] => [1,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,2}
[1,3,2] => [2,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,2}
[2,1,3] => [2,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,2}
[2,3,1] => [3]
=> []
=> ?
=> ? ∊ {1,1,1,1,1,2}
[3,1,2] => [3]
=> []
=> ?
=> ? ∊ {1,1,1,1,1,2}
[3,2,1] => [2,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,2}
[1,2,3,4] => [1,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,4,3] => [2,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[1,3,2,4] => [2,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[1,3,4,2] => [3,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[1,4,2,3] => [3,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[1,4,3,2] => [2,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[2,1,3,4] => [2,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[2,1,4,3] => [2,2]
=> [2]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[2,3,1,4] => [3,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[2,3,4,1] => [4]
=> []
=> ?
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[2,4,1,3] => [4]
=> []
=> ?
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[2,4,3,1] => [3,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[3,1,2,4] => [3,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[3,1,4,2] => [4]
=> []
=> ?
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[3,2,1,4] => [2,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[3,2,4,1] => [3,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[3,4,1,2] => [2,2]
=> [2]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[3,4,2,1] => [4]
=> []
=> ?
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[4,1,2,3] => [4]
=> []
=> ?
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[4,1,3,2] => [3,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[4,2,1,3] => [3,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[4,2,3,1] => [2,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[4,3,1,2] => [4]
=> []
=> ?
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[4,3,2,1] => [2,2]
=> [2]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[1,2,3,4,5] => [1,1,1,1,1]
=> [1,1,1,1]
=> [1,1,1]
=> 1
[1,2,3,5,4] => [2,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,4,3,5] => [2,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,4,5,3] => [3,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,2,5,3,4] => [3,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,2,5,4,3] => [2,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,3,2,4,5] => [2,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,3,2,5,4] => [2,2,1]
=> [2,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,3,4,2,5] => [3,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,3,4,5,2] => [4,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,3,5,2,4] => [4,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,3,5,4,2] => [3,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,4,2,3,5] => [3,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,4,2,5,3] => [4,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,4,3,2,5] => [2,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,4,3,5,2] => [3,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,4,5,2,3] => [2,2,1]
=> [2,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,4,5,3,2] => [4,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,5,2,3,4] => [4,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,5,2,4,3] => [3,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,5,3,2,4] => [3,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,5,3,4,2] => [2,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,5,4,2,3] => [4,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,5,4,3,2] => [2,2,1]
=> [2,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[2,1,3,4,5] => [2,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[2,1,3,5,4] => [2,2,1]
=> [2,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[3,2,1,4,5] => [2,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[4,2,3,1,5] => [2,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[5,2,3,4,1] => [2,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,3,4,5,6] => [1,1,1,1,1,1]
=> [1,1,1,1,1]
=> [1,1,1,1]
=> 1
[1,2,3,4,6,5] => [2,1,1,1,1]
=> [1,1,1,1]
=> [1,1,1]
=> 1
[1,2,3,5,4,6] => [2,1,1,1,1]
=> [1,1,1,1]
=> [1,1,1]
=> 1
[1,2,3,5,6,4] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,3,6,4,5] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,3,6,5,4] => [2,1,1,1,1]
=> [1,1,1,1]
=> [1,1,1]
=> 1
[1,2,4,3,5,6] => [2,1,1,1,1]
=> [1,1,1,1]
=> [1,1,1]
=> 1
[1,2,4,3,6,5] => [2,2,1,1]
=> [2,1,1]
=> [1,1]
=> 1
[1,2,4,5,3,6] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,4,6,5,3] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,5,3,4,6] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,5,4,3,6] => [2,1,1,1,1]
=> [1,1,1,1]
=> [1,1,1]
=> 1
[1,2,5,4,6,3] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,5,6,3,4] => [2,2,1,1]
=> [2,1,1]
=> [1,1]
=> 1
[1,2,6,3,5,4] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,6,4,3,5] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,6,4,5,3] => [2,1,1,1,1]
=> [1,1,1,1]
=> [1,1,1]
=> 1
[1,2,6,5,4,3] => [2,2,1,1]
=> [2,1,1]
=> [1,1]
=> 1
[1,3,2,4,5,6] => [2,1,1,1,1]
=> [1,1,1,1]
=> [1,1,1]
=> 1
[1,3,2,4,6,5] => [2,2,1,1]
=> [2,1,1]
=> [1,1]
=> 1
[1,3,2,5,4,6] => [2,2,1,1]
=> [2,1,1]
=> [1,1]
=> 1
[1,3,2,6,5,4] => [2,2,1,1]
=> [2,1,1]
=> [1,1]
=> 1
[1,3,4,2,5,6] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,3,5,4,2,6] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,3,6,4,5,2] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,4,2,3,5,6] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,4,3,2,5,6] => [2,1,1,1,1]
=> [1,1,1,1]
=> [1,1,1]
=> 1
[1,4,3,2,6,5] => [2,2,1,1]
=> [2,1,1]
=> [1,1]
=> 1
[1,4,3,5,2,6] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,4,3,6,5,2] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,4,5,2,3,6] => [2,2,1,1]
=> [2,1,1]
=> [1,1]
=> 1
[1,4,6,2,5,3] => [2,2,1,1]
=> [2,1,1]
=> [1,1]
=> 1
[1,5,2,4,3,6] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,5,3,2,4,6] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,5,3,4,2,6] => [2,1,1,1,1]
=> [1,1,1,1]
=> [1,1,1]
=> 1
[1,5,3,4,6,2] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,5,3,6,2,4] => [2,2,1,1]
=> [2,1,1]
=> [1,1]
=> 1
[1,5,4,3,2,6] => [2,2,1,1]
=> [2,1,1]
=> [1,1]
=> 1
Description
The Plancherel distribution on integer partitions. This is defined as the distribution induced by the RSK shape of the uniform distribution on permutations. In other words, this is the size of the preimage of the map 'Robinson-Schensted tableau shape' from permutations to integer partitions. Equivalently, this is given by the square of the number of standard Young tableaux of the given shape.
Mp00108: Permutations cycle typeInteger partitions
Mp00202: Integer partitions first row removalInteger partitions
Mp00202: Integer partitions first row removalInteger partitions
St000704: Integer partitions ⟶ ℤResult quality: 7% values known / values provided: 21%distinct values known / distinct values provided: 7%
Values
[1] => [1]
=> []
=> ?
=> ? = 1
[1,2] => [1,1]
=> [1]
=> []
=> ? ∊ {1,1}
[2,1] => [2]
=> []
=> ?
=> ? ∊ {1,1}
[1,2,3] => [1,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,2}
[1,3,2] => [2,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,2}
[2,1,3] => [2,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,2}
[2,3,1] => [3]
=> []
=> ?
=> ? ∊ {1,1,1,1,1,2}
[3,1,2] => [3]
=> []
=> ?
=> ? ∊ {1,1,1,1,1,2}
[3,2,1] => [2,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,2}
[1,2,3,4] => [1,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,4,3] => [2,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[1,3,2,4] => [2,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[1,3,4,2] => [3,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[1,4,2,3] => [3,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[1,4,3,2] => [2,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[2,1,3,4] => [2,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[2,1,4,3] => [2,2]
=> [2]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[2,3,1,4] => [3,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[2,3,4,1] => [4]
=> []
=> ?
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[2,4,1,3] => [4]
=> []
=> ?
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[2,4,3,1] => [3,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[3,1,2,4] => [3,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[3,1,4,2] => [4]
=> []
=> ?
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[3,2,1,4] => [2,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[3,2,4,1] => [3,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[3,4,1,2] => [2,2]
=> [2]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[3,4,2,1] => [4]
=> []
=> ?
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[4,1,2,3] => [4]
=> []
=> ?
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[4,1,3,2] => [3,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[4,2,1,3] => [3,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[4,2,3,1] => [2,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[4,3,1,2] => [4]
=> []
=> ?
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[4,3,2,1] => [2,2]
=> [2]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[1,2,3,4,5] => [1,1,1,1,1]
=> [1,1,1,1]
=> [1,1,1]
=> 1
[1,2,3,5,4] => [2,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,4,3,5] => [2,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,4,5,3] => [3,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,2,5,3,4] => [3,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,2,5,4,3] => [2,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,3,2,4,5] => [2,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,3,2,5,4] => [2,2,1]
=> [2,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,3,4,2,5] => [3,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,3,4,5,2] => [4,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,3,5,2,4] => [4,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,3,5,4,2] => [3,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,4,2,3,5] => [3,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,4,2,5,3] => [4,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,4,3,2,5] => [2,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,4,3,5,2] => [3,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,4,5,2,3] => [2,2,1]
=> [2,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,4,5,3,2] => [4,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,5,2,3,4] => [4,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,5,2,4,3] => [3,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,5,3,2,4] => [3,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,5,3,4,2] => [2,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,5,4,2,3] => [4,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,5,4,3,2] => [2,2,1]
=> [2,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[2,1,3,4,5] => [2,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[2,1,3,5,4] => [2,2,1]
=> [2,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[3,2,1,4,5] => [2,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[4,2,3,1,5] => [2,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[5,2,3,4,1] => [2,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,3,4,5,6] => [1,1,1,1,1,1]
=> [1,1,1,1,1]
=> [1,1,1,1]
=> 1
[1,2,3,4,6,5] => [2,1,1,1,1]
=> [1,1,1,1]
=> [1,1,1]
=> 1
[1,2,3,5,4,6] => [2,1,1,1,1]
=> [1,1,1,1]
=> [1,1,1]
=> 1
[1,2,3,5,6,4] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,3,6,4,5] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,3,6,5,4] => [2,1,1,1,1]
=> [1,1,1,1]
=> [1,1,1]
=> 1
[1,2,4,3,5,6] => [2,1,1,1,1]
=> [1,1,1,1]
=> [1,1,1]
=> 1
[1,2,4,3,6,5] => [2,2,1,1]
=> [2,1,1]
=> [1,1]
=> 1
[1,2,4,5,3,6] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,4,6,5,3] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,5,3,4,6] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,5,4,3,6] => [2,1,1,1,1]
=> [1,1,1,1]
=> [1,1,1]
=> 1
[1,2,5,4,6,3] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,5,6,3,4] => [2,2,1,1]
=> [2,1,1]
=> [1,1]
=> 1
[1,2,6,3,5,4] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,6,4,3,5] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,6,4,5,3] => [2,1,1,1,1]
=> [1,1,1,1]
=> [1,1,1]
=> 1
[1,2,6,5,4,3] => [2,2,1,1]
=> [2,1,1]
=> [1,1]
=> 1
[1,3,2,4,5,6] => [2,1,1,1,1]
=> [1,1,1,1]
=> [1,1,1]
=> 1
[1,3,2,4,6,5] => [2,2,1,1]
=> [2,1,1]
=> [1,1]
=> 1
[1,3,2,5,4,6] => [2,2,1,1]
=> [2,1,1]
=> [1,1]
=> 1
[1,3,2,6,5,4] => [2,2,1,1]
=> [2,1,1]
=> [1,1]
=> 1
[1,3,4,2,5,6] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,3,5,4,2,6] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,3,6,4,5,2] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,4,2,3,5,6] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,4,3,2,5,6] => [2,1,1,1,1]
=> [1,1,1,1]
=> [1,1,1]
=> 1
[1,4,3,2,6,5] => [2,2,1,1]
=> [2,1,1]
=> [1,1]
=> 1
[1,4,3,5,2,6] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,4,3,6,5,2] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,4,5,2,3,6] => [2,2,1,1]
=> [2,1,1]
=> [1,1]
=> 1
[1,4,6,2,5,3] => [2,2,1,1]
=> [2,1,1]
=> [1,1]
=> 1
[1,5,2,4,3,6] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,5,3,2,4,6] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,5,3,4,2,6] => [2,1,1,1,1]
=> [1,1,1,1]
=> [1,1,1]
=> 1
[1,5,3,4,6,2] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,5,3,6,2,4] => [2,2,1,1]
=> [2,1,1]
=> [1,1]
=> 1
[1,5,4,3,2,6] => [2,2,1,1]
=> [2,1,1]
=> [1,1]
=> 1
Description
The number of semistandard tableaux on a given integer partition with minimal maximal entry. This is, for an integer partition $\lambda = (\lambda_1 > \cdots > \lambda_k > 0)$, the number of [[SemistandardTableaux|semistandard tableaux]] of shape $\lambda$ with maximal entry $k$. Equivalently, this is the evaluation $s_\lambda(1,\ldots,1)$ of the Schur function $s_\lambda$ in $k$ variables, or, explicitly, $$ \prod_{(i,j) \in L} \frac{k + j - i}{ \operatorname{hook}(i,j) }$$ where the product is over all cells $(i,j) \in L$ and $\operatorname{hook}(i,j)$ is the hook length of a cell. See [Theorem 6.3, 1] for details.
Mp00108: Permutations cycle typeInteger partitions
Mp00202: Integer partitions first row removalInteger partitions
Mp00202: Integer partitions first row removalInteger partitions
St000770: Integer partitions ⟶ ℤResult quality: 10% values known / values provided: 21%distinct values known / distinct values provided: 10%
Values
[1] => [1]
=> []
=> ?
=> ? = 1
[1,2] => [1,1]
=> [1]
=> []
=> ? ∊ {1,1}
[2,1] => [2]
=> []
=> ?
=> ? ∊ {1,1}
[1,2,3] => [1,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,2}
[1,3,2] => [2,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,2}
[2,1,3] => [2,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,2}
[2,3,1] => [3]
=> []
=> ?
=> ? ∊ {1,1,1,1,1,2}
[3,1,2] => [3]
=> []
=> ?
=> ? ∊ {1,1,1,1,1,2}
[3,2,1] => [2,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,2}
[1,2,3,4] => [1,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,4,3] => [2,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[1,3,2,4] => [2,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[1,3,4,2] => [3,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[1,4,2,3] => [3,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[1,4,3,2] => [2,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[2,1,3,4] => [2,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[2,1,4,3] => [2,2]
=> [2]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[2,3,1,4] => [3,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[2,3,4,1] => [4]
=> []
=> ?
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[2,4,1,3] => [4]
=> []
=> ?
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[2,4,3,1] => [3,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[3,1,2,4] => [3,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[3,1,4,2] => [4]
=> []
=> ?
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[3,2,1,4] => [2,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[3,2,4,1] => [3,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[3,4,1,2] => [2,2]
=> [2]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[3,4,2,1] => [4]
=> []
=> ?
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[4,1,2,3] => [4]
=> []
=> ?
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[4,1,3,2] => [3,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[4,2,1,3] => [3,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[4,2,3,1] => [2,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[4,3,1,2] => [4]
=> []
=> ?
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[4,3,2,1] => [2,2]
=> [2]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[1,2,3,4,5] => [1,1,1,1,1]
=> [1,1,1,1]
=> [1,1,1]
=> 1
[1,2,3,5,4] => [2,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,4,3,5] => [2,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,4,5,3] => [3,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,2,5,3,4] => [3,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,2,5,4,3] => [2,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,3,2,4,5] => [2,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,3,2,5,4] => [2,2,1]
=> [2,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,3,4,2,5] => [3,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,3,4,5,2] => [4,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,3,5,2,4] => [4,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,3,5,4,2] => [3,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,4,2,3,5] => [3,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,4,2,5,3] => [4,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,4,3,2,5] => [2,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,4,3,5,2] => [3,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,4,5,2,3] => [2,2,1]
=> [2,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,4,5,3,2] => [4,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,5,2,3,4] => [4,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,5,2,4,3] => [3,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,5,3,2,4] => [3,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,5,3,4,2] => [2,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,5,4,2,3] => [4,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,5,4,3,2] => [2,2,1]
=> [2,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[2,1,3,4,5] => [2,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[2,1,3,5,4] => [2,2,1]
=> [2,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[3,2,1,4,5] => [2,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[4,2,3,1,5] => [2,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[5,2,3,4,1] => [2,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,3,4,5,6] => [1,1,1,1,1,1]
=> [1,1,1,1,1]
=> [1,1,1,1]
=> 1
[1,2,3,4,6,5] => [2,1,1,1,1]
=> [1,1,1,1]
=> [1,1,1]
=> 1
[1,2,3,5,4,6] => [2,1,1,1,1]
=> [1,1,1,1]
=> [1,1,1]
=> 1
[1,2,3,5,6,4] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,3,6,4,5] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,3,6,5,4] => [2,1,1,1,1]
=> [1,1,1,1]
=> [1,1,1]
=> 1
[1,2,4,3,5,6] => [2,1,1,1,1]
=> [1,1,1,1]
=> [1,1,1]
=> 1
[1,2,4,3,6,5] => [2,2,1,1]
=> [2,1,1]
=> [1,1]
=> 1
[1,2,4,5,3,6] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,4,6,5,3] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,5,3,4,6] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,5,4,3,6] => [2,1,1,1,1]
=> [1,1,1,1]
=> [1,1,1]
=> 1
[1,2,5,4,6,3] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,5,6,3,4] => [2,2,1,1]
=> [2,1,1]
=> [1,1]
=> 1
[1,2,6,3,5,4] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,6,4,3,5] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,6,4,5,3] => [2,1,1,1,1]
=> [1,1,1,1]
=> [1,1,1]
=> 1
[1,2,6,5,4,3] => [2,2,1,1]
=> [2,1,1]
=> [1,1]
=> 1
[1,3,2,4,5,6] => [2,1,1,1,1]
=> [1,1,1,1]
=> [1,1,1]
=> 1
[1,3,2,4,6,5] => [2,2,1,1]
=> [2,1,1]
=> [1,1]
=> 1
[1,3,2,5,4,6] => [2,2,1,1]
=> [2,1,1]
=> [1,1]
=> 1
[1,3,2,6,5,4] => [2,2,1,1]
=> [2,1,1]
=> [1,1]
=> 1
[1,3,4,2,5,6] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,3,5,4,2,6] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,3,6,4,5,2] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,4,2,3,5,6] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,4,3,2,5,6] => [2,1,1,1,1]
=> [1,1,1,1]
=> [1,1,1]
=> 1
[1,4,3,2,6,5] => [2,2,1,1]
=> [2,1,1]
=> [1,1]
=> 1
[1,4,3,5,2,6] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,4,3,6,5,2] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,4,5,2,3,6] => [2,2,1,1]
=> [2,1,1]
=> [1,1]
=> 1
[1,4,6,2,5,3] => [2,2,1,1]
=> [2,1,1]
=> [1,1]
=> 1
[1,5,2,4,3,6] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,5,3,2,4,6] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,5,3,4,2,6] => [2,1,1,1,1]
=> [1,1,1,1]
=> [1,1,1]
=> 1
[1,5,3,4,6,2] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,5,3,6,2,4] => [2,2,1,1]
=> [2,1,1]
=> [1,1]
=> 1
[1,5,4,3,2,6] => [2,2,1,1]
=> [2,1,1]
=> [1,1]
=> 1
Description
The major index of an integer partition when read from bottom to top. This is the sum of the positions of the corners of the shape of an integer partition when reading from bottom to top. For example, the partition $\lambda = (8,6,6,4,3,3)$ has corners at positions 3,6,9, and 13, giving a major index of 31.
Matching statistic: St000815
Mp00108: Permutations cycle typeInteger partitions
Mp00202: Integer partitions first row removalInteger partitions
Mp00202: Integer partitions first row removalInteger partitions
St000815: Integer partitions ⟶ ℤResult quality: 10% values known / values provided: 21%distinct values known / distinct values provided: 10%
Values
[1] => [1]
=> []
=> ?
=> ? = 1
[1,2] => [1,1]
=> [1]
=> []
=> ? ∊ {1,1}
[2,1] => [2]
=> []
=> ?
=> ? ∊ {1,1}
[1,2,3] => [1,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,2}
[1,3,2] => [2,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,2}
[2,1,3] => [2,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,2}
[2,3,1] => [3]
=> []
=> ?
=> ? ∊ {1,1,1,1,1,2}
[3,1,2] => [3]
=> []
=> ?
=> ? ∊ {1,1,1,1,1,2}
[3,2,1] => [2,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,2}
[1,2,3,4] => [1,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,4,3] => [2,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[1,3,2,4] => [2,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[1,3,4,2] => [3,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[1,4,2,3] => [3,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[1,4,3,2] => [2,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[2,1,3,4] => [2,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[2,1,4,3] => [2,2]
=> [2]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[2,3,1,4] => [3,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[2,3,4,1] => [4]
=> []
=> ?
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[2,4,1,3] => [4]
=> []
=> ?
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[2,4,3,1] => [3,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[3,1,2,4] => [3,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[3,1,4,2] => [4]
=> []
=> ?
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[3,2,1,4] => [2,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[3,2,4,1] => [3,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[3,4,1,2] => [2,2]
=> [2]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[3,4,2,1] => [4]
=> []
=> ?
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[4,1,2,3] => [4]
=> []
=> ?
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[4,1,3,2] => [3,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[4,2,1,3] => [3,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[4,2,3,1] => [2,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[4,3,1,2] => [4]
=> []
=> ?
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[4,3,2,1] => [2,2]
=> [2]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[1,2,3,4,5] => [1,1,1,1,1]
=> [1,1,1,1]
=> [1,1,1]
=> 1
[1,2,3,5,4] => [2,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,4,3,5] => [2,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,4,5,3] => [3,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,2,5,3,4] => [3,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,2,5,4,3] => [2,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,3,2,4,5] => [2,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,3,2,5,4] => [2,2,1]
=> [2,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,3,4,2,5] => [3,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,3,4,5,2] => [4,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,3,5,2,4] => [4,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,3,5,4,2] => [3,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,4,2,3,5] => [3,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,4,2,5,3] => [4,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,4,3,2,5] => [2,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,4,3,5,2] => [3,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,4,5,2,3] => [2,2,1]
=> [2,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,4,5,3,2] => [4,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,5,2,3,4] => [4,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,5,2,4,3] => [3,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,5,3,2,4] => [3,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,5,3,4,2] => [2,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,5,4,2,3] => [4,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,5,4,3,2] => [2,2,1]
=> [2,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[2,1,3,4,5] => [2,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[2,1,3,5,4] => [2,2,1]
=> [2,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[3,2,1,4,5] => [2,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[4,2,3,1,5] => [2,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[5,2,3,4,1] => [2,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,3,4,5,6] => [1,1,1,1,1,1]
=> [1,1,1,1,1]
=> [1,1,1,1]
=> 1
[1,2,3,4,6,5] => [2,1,1,1,1]
=> [1,1,1,1]
=> [1,1,1]
=> 1
[1,2,3,5,4,6] => [2,1,1,1,1]
=> [1,1,1,1]
=> [1,1,1]
=> 1
[1,2,3,5,6,4] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,3,6,4,5] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,3,6,5,4] => [2,1,1,1,1]
=> [1,1,1,1]
=> [1,1,1]
=> 1
[1,2,4,3,5,6] => [2,1,1,1,1]
=> [1,1,1,1]
=> [1,1,1]
=> 1
[1,2,4,3,6,5] => [2,2,1,1]
=> [2,1,1]
=> [1,1]
=> 1
[1,2,4,5,3,6] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,4,6,5,3] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,5,3,4,6] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,5,4,3,6] => [2,1,1,1,1]
=> [1,1,1,1]
=> [1,1,1]
=> 1
[1,2,5,4,6,3] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,5,6,3,4] => [2,2,1,1]
=> [2,1,1]
=> [1,1]
=> 1
[1,2,6,3,5,4] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,6,4,3,5] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,6,4,5,3] => [2,1,1,1,1]
=> [1,1,1,1]
=> [1,1,1]
=> 1
[1,2,6,5,4,3] => [2,2,1,1]
=> [2,1,1]
=> [1,1]
=> 1
[1,3,2,4,5,6] => [2,1,1,1,1]
=> [1,1,1,1]
=> [1,1,1]
=> 1
[1,3,2,4,6,5] => [2,2,1,1]
=> [2,1,1]
=> [1,1]
=> 1
[1,3,2,5,4,6] => [2,2,1,1]
=> [2,1,1]
=> [1,1]
=> 1
[1,3,2,6,5,4] => [2,2,1,1]
=> [2,1,1]
=> [1,1]
=> 1
[1,3,4,2,5,6] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,3,5,4,2,6] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,3,6,4,5,2] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,4,2,3,5,6] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,4,3,2,5,6] => [2,1,1,1,1]
=> [1,1,1,1]
=> [1,1,1]
=> 1
[1,4,3,2,6,5] => [2,2,1,1]
=> [2,1,1]
=> [1,1]
=> 1
[1,4,3,5,2,6] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,4,3,6,5,2] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,4,5,2,3,6] => [2,2,1,1]
=> [2,1,1]
=> [1,1]
=> 1
[1,4,6,2,5,3] => [2,2,1,1]
=> [2,1,1]
=> [1,1]
=> 1
[1,5,2,4,3,6] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,5,3,2,4,6] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,5,3,4,2,6] => [2,1,1,1,1]
=> [1,1,1,1]
=> [1,1,1]
=> 1
[1,5,3,4,6,2] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,5,3,6,2,4] => [2,2,1,1]
=> [2,1,1]
=> [1,1]
=> 1
[1,5,4,3,2,6] => [2,2,1,1]
=> [2,1,1]
=> [1,1]
=> 1
Description
The number of semistandard Young tableaux of partition weight of given shape. The weight of a semistandard Young tableaux is the sequence $(m_1, m_2,\dots)$, where $m_i$ is the number of occurrences of the number $i$ in the tableau. This statistic counts those tableaux whose weight is a weakly decreasing sequence. Alternatively, this is the sum of the entries in the column specified by the partition of the change of basis matrix from Schur functions to monomial symmetric functions.
Mp00108: Permutations cycle typeInteger partitions
Mp00202: Integer partitions first row removalInteger partitions
Mp00202: Integer partitions first row removalInteger partitions
St001128: Integer partitions ⟶ ℤResult quality: 7% values known / values provided: 21%distinct values known / distinct values provided: 7%
Values
[1] => [1]
=> []
=> ?
=> ? = 1
[1,2] => [1,1]
=> [1]
=> []
=> ? ∊ {1,1}
[2,1] => [2]
=> []
=> ?
=> ? ∊ {1,1}
[1,2,3] => [1,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,2}
[1,3,2] => [2,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,2}
[2,1,3] => [2,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,2}
[2,3,1] => [3]
=> []
=> ?
=> ? ∊ {1,1,1,1,1,2}
[3,1,2] => [3]
=> []
=> ?
=> ? ∊ {1,1,1,1,1,2}
[3,2,1] => [2,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,2}
[1,2,3,4] => [1,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,4,3] => [2,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[1,3,2,4] => [2,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[1,3,4,2] => [3,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[1,4,2,3] => [3,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[1,4,3,2] => [2,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[2,1,3,4] => [2,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[2,1,4,3] => [2,2]
=> [2]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[2,3,1,4] => [3,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[2,3,4,1] => [4]
=> []
=> ?
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[2,4,1,3] => [4]
=> []
=> ?
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[2,4,3,1] => [3,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[3,1,2,4] => [3,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[3,1,4,2] => [4]
=> []
=> ?
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[3,2,1,4] => [2,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[3,2,4,1] => [3,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[3,4,1,2] => [2,2]
=> [2]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[3,4,2,1] => [4]
=> []
=> ?
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[4,1,2,3] => [4]
=> []
=> ?
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[4,1,3,2] => [3,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[4,2,1,3] => [3,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[4,2,3,1] => [2,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[4,3,1,2] => [4]
=> []
=> ?
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[4,3,2,1] => [2,2]
=> [2]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4}
[1,2,3,4,5] => [1,1,1,1,1]
=> [1,1,1,1]
=> [1,1,1]
=> 1
[1,2,3,5,4] => [2,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,4,3,5] => [2,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,4,5,3] => [3,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,2,5,3,4] => [3,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,2,5,4,3] => [2,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,3,2,4,5] => [2,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,3,2,5,4] => [2,2,1]
=> [2,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,3,4,2,5] => [3,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,3,4,5,2] => [4,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,3,5,2,4] => [4,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,3,5,4,2] => [3,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,4,2,3,5] => [3,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,4,2,5,3] => [4,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,4,3,2,5] => [2,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,4,3,5,2] => [3,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,4,5,2,3] => [2,2,1]
=> [2,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,4,5,3,2] => [4,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,5,2,3,4] => [4,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,5,2,4,3] => [3,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,5,3,2,4] => [3,1,1]
=> [1,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,5,3,4,2] => [2,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,5,4,2,3] => [4,1]
=> [1]
=> []
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[1,5,4,3,2] => [2,2,1]
=> [2,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[2,1,3,4,5] => [2,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[2,1,3,5,4] => [2,2,1]
=> [2,1]
=> [1]
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9}
[3,2,1,4,5] => [2,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[4,2,3,1,5] => [2,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[5,2,3,4,1] => [2,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,3,4,5,6] => [1,1,1,1,1,1]
=> [1,1,1,1,1]
=> [1,1,1,1]
=> 1
[1,2,3,4,6,5] => [2,1,1,1,1]
=> [1,1,1,1]
=> [1,1,1]
=> 1
[1,2,3,5,4,6] => [2,1,1,1,1]
=> [1,1,1,1]
=> [1,1,1]
=> 1
[1,2,3,5,6,4] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,3,6,4,5] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,3,6,5,4] => [2,1,1,1,1]
=> [1,1,1,1]
=> [1,1,1]
=> 1
[1,2,4,3,5,6] => [2,1,1,1,1]
=> [1,1,1,1]
=> [1,1,1]
=> 1
[1,2,4,3,6,5] => [2,2,1,1]
=> [2,1,1]
=> [1,1]
=> 1
[1,2,4,5,3,6] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,4,6,5,3] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,5,3,4,6] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,5,4,3,6] => [2,1,1,1,1]
=> [1,1,1,1]
=> [1,1,1]
=> 1
[1,2,5,4,6,3] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,5,6,3,4] => [2,2,1,1]
=> [2,1,1]
=> [1,1]
=> 1
[1,2,6,3,5,4] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,6,4,3,5] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,2,6,4,5,3] => [2,1,1,1,1]
=> [1,1,1,1]
=> [1,1,1]
=> 1
[1,2,6,5,4,3] => [2,2,1,1]
=> [2,1,1]
=> [1,1]
=> 1
[1,3,2,4,5,6] => [2,1,1,1,1]
=> [1,1,1,1]
=> [1,1,1]
=> 1
[1,3,2,4,6,5] => [2,2,1,1]
=> [2,1,1]
=> [1,1]
=> 1
[1,3,2,5,4,6] => [2,2,1,1]
=> [2,1,1]
=> [1,1]
=> 1
[1,3,2,6,5,4] => [2,2,1,1]
=> [2,1,1]
=> [1,1]
=> 1
[1,3,4,2,5,6] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,3,5,4,2,6] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,3,6,4,5,2] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,4,2,3,5,6] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,4,3,2,5,6] => [2,1,1,1,1]
=> [1,1,1,1]
=> [1,1,1]
=> 1
[1,4,3,2,6,5] => [2,2,1,1]
=> [2,1,1]
=> [1,1]
=> 1
[1,4,3,5,2,6] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,4,3,6,5,2] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,4,5,2,3,6] => [2,2,1,1]
=> [2,1,1]
=> [1,1]
=> 1
[1,4,6,2,5,3] => [2,2,1,1]
=> [2,1,1]
=> [1,1]
=> 1
[1,5,2,4,3,6] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,5,3,2,4,6] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,5,3,4,2,6] => [2,1,1,1,1]
=> [1,1,1,1]
=> [1,1,1]
=> 1
[1,5,3,4,6,2] => [3,1,1,1]
=> [1,1,1]
=> [1,1]
=> 1
[1,5,3,6,2,4] => [2,2,1,1]
=> [2,1,1]
=> [1,1]
=> 1
[1,5,4,3,2,6] => [2,2,1,1]
=> [2,1,1]
=> [1,1]
=> 1
Description
The exponens consonantiae of a partition. This is the quotient of the least common multiple and the greatest common divior of the parts of the partiton. See [1, Caput sextum, §19-§22].
The following 61 statistics, ordered by result quality, also match your data. Click on any of them to see the details.
St001877Number of indecomposable injective modules with projective dimension 2. St001603The number of colourings of a polygon such that the multiplicities of a colour are given by a partition. St001605The number of colourings of a cycle such that the multiplicities of colours are given by a partition. St000454The largest eigenvalue of a graph if it is integral. St000707The product of the factorials of the parts. St000708The product of the parts of an integer partition. St000933The number of multipartitions of sizes given by an integer partition. St000937The number of positive values of the symmetric group character corresponding to the partition. St000993The multiplicity of the largest part of an integer partition. St001630The global dimension of the incidence algebra of the lattice over the rational numbers. St001878The projective dimension of the simple modules corresponding to the minimum of L in the incidence algebra of the lattice L. St001875The number of simple modules with projective dimension at most 1. St001964The interval resolution global dimension of a poset. St001491The number of indecomposable projective-injective modules in the algebra corresponding to a subset. 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. 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. St001845The number of join irreducibles minus the rank of a lattice. St000771The largest multiplicity of a distance Laplacian eigenvalue in a connected graph. St000777The number of distinct eigenvalues of the distance Laplacian of a connected graph. St001645The pebbling number of a connected graph. St000259The diameter of a connected graph. St000260The radius of a connected graph. St000302The determinant of the distance matrix of a connected graph. St000466The Gutman (or modified Schultz) index of a connected graph. St000467The hyper-Wiener index of a connected graph. St001846The number of elements which do not have a complement in the lattice. St000527The width of the poset. St001604The multiplicity of the irreducible representation corresponding to a partition in the relabelling action on polygons. St001633The number of simple modules with projective dimension two in the incidence algebra of the poset. St000181The number of connected components of the Hasse diagram for the poset. St000298The order dimension or Dushnik-Miller dimension of a poset. St000307The number of rowmotion orbits of a poset. St000908The length of the shortest maximal antichain in a poset. St001268The size of the largest ordinal summand in the poset. St001399The distinguishing number of a poset. St001510The number of self-evacuating linear extensions of a finite poset. St001532The leading coefficient of the Poincare polynomial of the poset cone. St001533The largest coefficient of the Poincare polynomial of the poset cone. St001779The order of promotion on the set of linear extensions of a poset. St000632The jump number of the poset. St001301The first Betti number of the order complex associated with the poset. St001396Number of triples of incomparable elements in a finite poset. St001397Number of pairs of incomparable elements in a finite poset. St001398Number of subsets of size 3 of elements in a poset that form a "v". St001902The number of potential covers of a poset. St001472The permanent of the Coxeter matrix of the poset. St001634The trace of the Coxeter matrix of the incidence algebra of a poset. St001632The number of indecomposable injective modules $I$ with $dim Ext^1(I,A)=1$ for the incidence algebra A of a poset. St000524The number of posets with the same order polynomial. St000525The number of posets with the same zeta polynomial. St000526The number of posets with combinatorially isomorphic order polytopes. St000633The size of the automorphism group of a poset. St000635The number of strictly order preserving maps of a poset into itself. St000640The rank of the largest boolean interval in a poset. St000910The number of maximal chains of minimal length in a poset. St000914The sum of the values of the Möbius function of a poset. St001105The number of greedy linear extensions of a poset. St001106The number of supergreedy linear extensions of a poset. St001890The maximum magnitude of the Möbius function of a poset. St001934The number of monotone factorisations of genus zero of a permutation of given cycle type.