searching the database
Your data matches 20 different statistics following compositions of up to 3 maps.
(click to perform a complete search on your data)
(click to perform a complete search on your data)
Matching statistic: St000029
(load all 4 compositions to match this statistic)
(load all 4 compositions to match this statistic)
St000029: Permutations ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
[1] => 0
[1,2] => 0
[2,1] => 1
[1,2,3] => 0
[1,3,2] => 1
[2,1,3] => 1
[2,3,1] => 2
[3,1,2] => 2
[3,2,1] => 2
[1,2,3,4] => 0
[1,2,4,3] => 1
[1,3,2,4] => 1
[1,3,4,2] => 2
[1,4,2,3] => 2
[1,4,3,2] => 2
[2,1,3,4] => 1
[2,1,4,3] => 2
[2,3,1,4] => 2
[2,3,4,1] => 3
[2,4,1,3] => 3
[2,4,3,1] => 3
[3,1,2,4] => 2
[3,1,4,2] => 3
[3,2,1,4] => 2
[3,2,4,1] => 3
[3,4,1,2] => 4
[3,4,2,1] => 4
[4,1,2,3] => 3
[4,1,3,2] => 3
[4,2,1,3] => 3
[4,2,3,1] => 3
[4,3,1,2] => 4
[4,3,2,1] => 4
[1,2,3,4,5] => 0
[1,2,3,5,4] => 1
[1,2,4,3,5] => 1
[1,2,4,5,3] => 2
[1,2,5,3,4] => 2
[1,2,5,4,3] => 2
[1,3,2,4,5] => 1
[1,3,2,5,4] => 2
[1,3,4,2,5] => 2
[1,3,4,5,2] => 3
[1,3,5,2,4] => 3
[1,3,5,4,2] => 3
[1,4,2,3,5] => 2
[1,4,2,5,3] => 3
[1,4,3,2,5] => 2
[1,4,3,5,2] => 3
[1,4,5,2,3] => 4
Description
The depth of a permutation.
This is given by
$$\operatorname{dp}(\sigma) = \sum_{\sigma_i>i} (\sigma_i-i) = |\{ i \leq j : \sigma_i > j\}|.$$
The depth is half of the total displacement [4], Problem 5.1.1.28, or Spearman’s disarray [3] $\sum_i |\sigma_i-i|$.
Permutations with depth at most $1$ are called ''almost-increasing'' in [5].
Matching statistic: St000030
(load all 3 compositions to match this statistic)
(load all 3 compositions to match this statistic)
St000030: Permutations ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
[1] => 0
[1,2] => 0
[2,1] => 1
[1,2,3] => 0
[1,3,2] => 1
[2,1,3] => 1
[2,3,1] => 2
[3,1,2] => 2
[3,2,1] => 2
[1,2,3,4] => 0
[1,2,4,3] => 1
[1,3,2,4] => 1
[1,3,4,2] => 2
[1,4,2,3] => 2
[1,4,3,2] => 2
[2,1,3,4] => 1
[2,1,4,3] => 2
[2,3,1,4] => 2
[2,3,4,1] => 3
[2,4,1,3] => 3
[2,4,3,1] => 3
[3,1,2,4] => 2
[3,1,4,2] => 4
[3,2,1,4] => 2
[3,2,4,1] => 4
[3,4,1,2] => 3
[3,4,2,1] => 3
[4,1,2,3] => 3
[4,1,3,2] => 4
[4,2,1,3] => 3
[4,2,3,1] => 4
[4,3,1,2] => 3
[4,3,2,1] => 3
[1,2,3,4,5] => 0
[1,2,3,5,4] => 1
[1,2,4,3,5] => 1
[1,2,4,5,3] => 2
[1,2,5,3,4] => 2
[1,2,5,4,3] => 2
[1,3,2,4,5] => 1
[1,3,2,5,4] => 2
[1,3,4,2,5] => 2
[1,3,4,5,2] => 3
[1,3,5,2,4] => 3
[1,3,5,4,2] => 3
[1,4,2,3,5] => 2
[1,4,2,5,3] => 4
[1,4,3,2,5] => 2
[1,4,3,5,2] => 4
[1,4,5,2,3] => 3
Description
The sum of the descent differences of a permutations.
This statistic is given by
$$\pi \mapsto \sum_{i\in\operatorname{Des}(\pi)} (\pi_i-\pi_{i+1}).$$
See [[St000111]] and [[St000154]] for the sum of the descent tops and the descent bottoms, respectively. This statistic was studied in [1] and [2] where is was called the ''drop'' of a permutation.
Matching statistic: St000224
Mp00240: Permutations —weak exceedance partition⟶ Set partitions
Mp00080: Set partitions —to permutation⟶ Permutations
St000224: Permutations ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00080: Set partitions —to permutation⟶ Permutations
St000224: Permutations ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
[1] => {{1}}
=> [1] => 0
[1,2] => {{1},{2}}
=> [1,2] => 0
[2,1] => {{1,2}}
=> [2,1] => 1
[1,2,3] => {{1},{2},{3}}
=> [1,2,3] => 0
[1,3,2] => {{1},{2,3}}
=> [1,3,2] => 1
[2,1,3] => {{1,2},{3}}
=> [2,1,3] => 1
[2,3,1] => {{1,2,3}}
=> [2,3,1] => 2
[3,1,2] => {{1,3},{2}}
=> [3,2,1] => 2
[3,2,1] => {{1,3},{2}}
=> [3,2,1] => 2
[1,2,3,4] => {{1},{2},{3},{4}}
=> [1,2,3,4] => 0
[1,2,4,3] => {{1},{2},{3,4}}
=> [1,2,4,3] => 1
[1,3,2,4] => {{1},{2,3},{4}}
=> [1,3,2,4] => 1
[1,3,4,2] => {{1},{2,3,4}}
=> [1,3,4,2] => 2
[1,4,2,3] => {{1},{2,4},{3}}
=> [1,4,3,2] => 2
[1,4,3,2] => {{1},{2,4},{3}}
=> [1,4,3,2] => 2
[2,1,3,4] => {{1,2},{3},{4}}
=> [2,1,3,4] => 1
[2,1,4,3] => {{1,2},{3,4}}
=> [2,1,4,3] => 2
[2,3,1,4] => {{1,2,3},{4}}
=> [2,3,1,4] => 2
[2,3,4,1] => {{1,2,3,4}}
=> [2,3,4,1] => 3
[2,4,1,3] => {{1,2,4},{3}}
=> [2,4,3,1] => 3
[2,4,3,1] => {{1,2,4},{3}}
=> [2,4,3,1] => 3
[3,1,2,4] => {{1,3},{2},{4}}
=> [3,2,1,4] => 2
[3,1,4,2] => {{1,3,4},{2}}
=> [3,2,4,1] => 3
[3,2,1,4] => {{1,3},{2},{4}}
=> [3,2,1,4] => 2
[3,2,4,1] => {{1,3,4},{2}}
=> [3,2,4,1] => 3
[3,4,1,2] => {{1,3},{2,4}}
=> [3,4,1,2] => 4
[3,4,2,1] => {{1,3},{2,4}}
=> [3,4,1,2] => 4
[4,1,2,3] => {{1,4},{2},{3}}
=> [4,2,3,1] => 3
[4,1,3,2] => {{1,4},{2},{3}}
=> [4,2,3,1] => 3
[4,2,1,3] => {{1,4},{2},{3}}
=> [4,2,3,1] => 3
[4,2,3,1] => {{1,4},{2},{3}}
=> [4,2,3,1] => 3
[4,3,1,2] => {{1,4},{2,3}}
=> [4,3,2,1] => 4
[4,3,2,1] => {{1,4},{2,3}}
=> [4,3,2,1] => 4
[1,2,3,4,5] => {{1},{2},{3},{4},{5}}
=> [1,2,3,4,5] => 0
[1,2,3,5,4] => {{1},{2},{3},{4,5}}
=> [1,2,3,5,4] => 1
[1,2,4,3,5] => {{1},{2},{3,4},{5}}
=> [1,2,4,3,5] => 1
[1,2,4,5,3] => {{1},{2},{3,4,5}}
=> [1,2,4,5,3] => 2
[1,2,5,3,4] => {{1},{2},{3,5},{4}}
=> [1,2,5,4,3] => 2
[1,2,5,4,3] => {{1},{2},{3,5},{4}}
=> [1,2,5,4,3] => 2
[1,3,2,4,5] => {{1},{2,3},{4},{5}}
=> [1,3,2,4,5] => 1
[1,3,2,5,4] => {{1},{2,3},{4,5}}
=> [1,3,2,5,4] => 2
[1,3,4,2,5] => {{1},{2,3,4},{5}}
=> [1,3,4,2,5] => 2
[1,3,4,5,2] => {{1},{2,3,4,5}}
=> [1,3,4,5,2] => 3
[1,3,5,2,4] => {{1},{2,3,5},{4}}
=> [1,3,5,4,2] => 3
[1,3,5,4,2] => {{1},{2,3,5},{4}}
=> [1,3,5,4,2] => 3
[1,4,2,3,5] => {{1},{2,4},{3},{5}}
=> [1,4,3,2,5] => 2
[1,4,2,5,3] => {{1},{2,4,5},{3}}
=> [1,4,3,5,2] => 3
[1,4,3,2,5] => {{1},{2,4},{3},{5}}
=> [1,4,3,2,5] => 2
[1,4,3,5,2] => {{1},{2,4,5},{3}}
=> [1,4,3,5,2] => 3
[1,4,5,2,3] => {{1},{2,4},{3,5}}
=> [1,4,5,2,3] => 4
Description
The sorting index of a permutation.
The sorting index counts the total distance that symbols move during a selection sort of a permutation. This sorting algorithm swaps symbol n into index n and then recursively sorts the first n-1 symbols.
Compare this to [[St000018]], the number of inversions of a permutation, which is also the total distance that elements move during a bubble sort.
Matching statistic: St000728
(load all 3 compositions to match this statistic)
(load all 3 compositions to match this statistic)
Mp00240: Permutations —weak exceedance partition⟶ Set partitions
St000728: Set partitions ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
St000728: Set partitions ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
[1] => {{1}}
=> ? = 0
[1,2] => {{1},{2}}
=> 0
[2,1] => {{1,2}}
=> 1
[1,2,3] => {{1},{2},{3}}
=> 0
[1,3,2] => {{1},{2,3}}
=> 1
[2,1,3] => {{1,2},{3}}
=> 1
[2,3,1] => {{1,2,3}}
=> 2
[3,1,2] => {{1,3},{2}}
=> 2
[3,2,1] => {{1,3},{2}}
=> 2
[1,2,3,4] => {{1},{2},{3},{4}}
=> 0
[1,2,4,3] => {{1},{2},{3,4}}
=> 1
[1,3,2,4] => {{1},{2,3},{4}}
=> 1
[1,3,4,2] => {{1},{2,3,4}}
=> 2
[1,4,2,3] => {{1},{2,4},{3}}
=> 2
[1,4,3,2] => {{1},{2,4},{3}}
=> 2
[2,1,3,4] => {{1,2},{3},{4}}
=> 1
[2,1,4,3] => {{1,2},{3,4}}
=> 2
[2,3,1,4] => {{1,2,3},{4}}
=> 2
[2,3,4,1] => {{1,2,3,4}}
=> 3
[2,4,1,3] => {{1,2,4},{3}}
=> 3
[2,4,3,1] => {{1,2,4},{3}}
=> 3
[3,1,2,4] => {{1,3},{2},{4}}
=> 2
[3,1,4,2] => {{1,3,4},{2}}
=> 3
[3,2,1,4] => {{1,3},{2},{4}}
=> 2
[3,2,4,1] => {{1,3,4},{2}}
=> 3
[3,4,1,2] => {{1,3},{2,4}}
=> 4
[3,4,2,1] => {{1,3},{2,4}}
=> 4
[4,1,2,3] => {{1,4},{2},{3}}
=> 3
[4,1,3,2] => {{1,4},{2},{3}}
=> 3
[4,2,1,3] => {{1,4},{2},{3}}
=> 3
[4,2,3,1] => {{1,4},{2},{3}}
=> 3
[4,3,1,2] => {{1,4},{2,3}}
=> 4
[4,3,2,1] => {{1,4},{2,3}}
=> 4
[1,2,3,4,5] => {{1},{2},{3},{4},{5}}
=> 0
[1,2,3,5,4] => {{1},{2},{3},{4,5}}
=> 1
[1,2,4,3,5] => {{1},{2},{3,4},{5}}
=> 1
[1,2,4,5,3] => {{1},{2},{3,4,5}}
=> 2
[1,2,5,3,4] => {{1},{2},{3,5},{4}}
=> 2
[1,2,5,4,3] => {{1},{2},{3,5},{4}}
=> 2
[1,3,2,4,5] => {{1},{2,3},{4},{5}}
=> 1
[1,3,2,5,4] => {{1},{2,3},{4,5}}
=> 2
[1,3,4,2,5] => {{1},{2,3,4},{5}}
=> 2
[1,3,4,5,2] => {{1},{2,3,4,5}}
=> 3
[1,3,5,2,4] => {{1},{2,3,5},{4}}
=> 3
[1,3,5,4,2] => {{1},{2,3,5},{4}}
=> 3
[1,4,2,3,5] => {{1},{2,4},{3},{5}}
=> 2
[1,4,2,5,3] => {{1},{2,4,5},{3}}
=> 3
[1,4,3,2,5] => {{1},{2,4},{3},{5}}
=> 2
[1,4,3,5,2] => {{1},{2,4,5},{3}}
=> 3
[1,4,5,2,3] => {{1},{2,4},{3,5}}
=> 4
[1,4,5,3,2] => {{1},{2,4},{3,5}}
=> 4
Description
The dimension of a set partition.
This is the sum of the lengths of the arcs of a set partition. Equivalently, one obtains that this is the sum of the maximal entries of the blocks minus the sum of the minimal entries of the blocks.
A slightly shifted definition of the dimension is [[St000572]].
Matching statistic: St001232
(load all 205 compositions to match this statistic)
(load all 205 compositions to match this statistic)
Mp00254: Permutations —Inverse fireworks map⟶ Permutations
Mp00066: Permutations —inverse⟶ Permutations
Mp00127: Permutations —left-to-right-maxima to Dyck path⟶ Dyck paths
St001232: Dyck paths ⟶ ℤResult quality: 46% ●values known / values provided: 46%●distinct values known / distinct values provided: 100%
Mp00066: Permutations —inverse⟶ Permutations
Mp00127: Permutations —left-to-right-maxima to Dyck path⟶ Dyck paths
St001232: Dyck paths ⟶ ℤResult quality: 46% ●values known / values provided: 46%●distinct values known / distinct values provided: 100%
Values
[1] => [1] => [1] => [1,0]
=> 0
[1,2] => [1,2] => [1,2] => [1,0,1,0]
=> 1
[2,1] => [2,1] => [2,1] => [1,1,0,0]
=> 0
[1,2,3] => [1,2,3] => [1,2,3] => [1,0,1,0,1,0]
=> ? = 1
[1,3,2] => [1,3,2] => [1,3,2] => [1,0,1,1,0,0]
=> 2
[2,1,3] => [2,1,3] => [2,1,3] => [1,1,0,0,1,0]
=> 1
[2,3,1] => [1,3,2] => [1,3,2] => [1,0,1,1,0,0]
=> 2
[3,1,2] => [3,1,2] => [2,3,1] => [1,1,0,1,0,0]
=> 2
[3,2,1] => [3,2,1] => [3,2,1] => [1,1,1,0,0,0]
=> 0
[1,2,3,4] => [1,2,3,4] => [1,2,3,4] => [1,0,1,0,1,0,1,0]
=> ? ∊ {1,1,2,3,3,3,4,4}
[1,2,4,3] => [1,2,4,3] => [1,2,4,3] => [1,0,1,0,1,1,0,0]
=> ? ∊ {1,1,2,3,3,3,4,4}
[1,3,2,4] => [1,3,2,4] => [1,3,2,4] => [1,0,1,1,0,0,1,0]
=> 3
[1,3,4,2] => [1,2,4,3] => [1,2,4,3] => [1,0,1,0,1,1,0,0]
=> ? ∊ {1,1,2,3,3,3,4,4}
[1,4,2,3] => [1,4,2,3] => [1,3,4,2] => [1,0,1,1,0,1,0,0]
=> ? ∊ {1,1,2,3,3,3,4,4}
[1,4,3,2] => [1,4,3,2] => [1,4,3,2] => [1,0,1,1,1,0,0,0]
=> 3
[2,1,3,4] => [2,1,3,4] => [2,1,3,4] => [1,1,0,0,1,0,1,0]
=> ? ∊ {1,1,2,3,3,3,4,4}
[2,1,4,3] => [2,1,4,3] => [2,1,4,3] => [1,1,0,0,1,1,0,0]
=> 2
[2,3,1,4] => [1,3,2,4] => [1,3,2,4] => [1,0,1,1,0,0,1,0]
=> 3
[2,3,4,1] => [1,2,4,3] => [1,2,4,3] => [1,0,1,0,1,1,0,0]
=> ? ∊ {1,1,2,3,3,3,4,4}
[2,4,1,3] => [2,4,1,3] => [3,1,4,2] => [1,1,1,0,0,1,0,0]
=> 2
[2,4,3,1] => [1,4,3,2] => [1,4,3,2] => [1,0,1,1,1,0,0,0]
=> 3
[3,1,2,4] => [3,1,2,4] => [2,3,1,4] => [1,1,0,1,0,0,1,0]
=> ? ∊ {1,1,2,3,3,3,4,4}
[3,1,4,2] => [2,1,4,3] => [2,1,4,3] => [1,1,0,0,1,1,0,0]
=> 2
[3,2,1,4] => [3,2,1,4] => [3,2,1,4] => [1,1,1,0,0,0,1,0]
=> 1
[3,2,4,1] => [2,1,4,3] => [2,1,4,3] => [1,1,0,0,1,1,0,0]
=> 2
[3,4,1,2] => [2,4,1,3] => [3,1,4,2] => [1,1,1,0,0,1,0,0]
=> 2
[3,4,2,1] => [1,4,3,2] => [1,4,3,2] => [1,0,1,1,1,0,0,0]
=> 3
[4,1,2,3] => [4,1,2,3] => [2,3,4,1] => [1,1,0,1,0,1,0,0]
=> ? ∊ {1,1,2,3,3,3,4,4}
[4,1,3,2] => [4,1,3,2] => [2,4,3,1] => [1,1,0,1,1,0,0,0]
=> 4
[4,2,1,3] => [4,2,1,3] => [3,2,4,1] => [1,1,1,0,0,1,0,0]
=> 2
[4,2,3,1] => [4,1,3,2] => [2,4,3,1] => [1,1,0,1,1,0,0,0]
=> 4
[4,3,1,2] => [4,3,1,2] => [3,4,2,1] => [1,1,1,0,1,0,0,0]
=> 3
[4,3,2,1] => [4,3,2,1] => [4,3,2,1] => [1,1,1,1,0,0,0,0]
=> 0
[1,2,3,4,5] => [1,2,3,4,5] => [1,2,3,4,5] => [1,0,1,0,1,0,1,0,1,0]
=> ? ∊ {1,1,1,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,2,3,5,4] => [1,2,3,5,4] => [1,2,3,5,4] => [1,0,1,0,1,0,1,1,0,0]
=> ? ∊ {1,1,1,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,2,4,3,5] => [1,2,4,3,5] => [1,2,4,3,5] => [1,0,1,0,1,1,0,0,1,0]
=> ? ∊ {1,1,1,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,2,4,5,3] => [1,2,3,5,4] => [1,2,3,5,4] => [1,0,1,0,1,0,1,1,0,0]
=> ? ∊ {1,1,1,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,2,5,3,4] => [1,2,5,3,4] => [1,2,4,5,3] => [1,0,1,0,1,1,0,1,0,0]
=> ? ∊ {1,1,1,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,2,5,4,3] => [1,2,5,4,3] => [1,2,5,4,3] => [1,0,1,0,1,1,1,0,0,0]
=> ? ∊ {1,1,1,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,3,2,4,5] => [1,3,2,4,5] => [1,3,2,4,5] => [1,0,1,1,0,0,1,0,1,0]
=> ? ∊ {1,1,1,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,3,2,5,4] => [1,3,2,5,4] => [1,3,2,5,4] => [1,0,1,1,0,0,1,1,0,0]
=> 4
[1,3,4,2,5] => [1,2,4,3,5] => [1,2,4,3,5] => [1,0,1,0,1,1,0,0,1,0]
=> ? ∊ {1,1,1,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,3,4,5,2] => [1,2,3,5,4] => [1,2,3,5,4] => [1,0,1,0,1,0,1,1,0,0]
=> ? ∊ {1,1,1,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,3,5,2,4] => [1,3,5,2,4] => [1,4,2,5,3] => [1,0,1,1,1,0,0,1,0,0]
=> 5
[1,3,5,4,2] => [1,2,5,4,3] => [1,2,5,4,3] => [1,0,1,0,1,1,1,0,0,0]
=> ? ∊ {1,1,1,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,4,2,3,5] => [1,4,2,3,5] => [1,3,4,2,5] => [1,0,1,1,0,1,0,0,1,0]
=> ? ∊ {1,1,1,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,4,2,5,3] => [1,3,2,5,4] => [1,3,2,5,4] => [1,0,1,1,0,0,1,1,0,0]
=> 4
[1,4,3,2,5] => [1,4,3,2,5] => [1,4,3,2,5] => [1,0,1,1,1,0,0,0,1,0]
=> 4
[1,4,3,5,2] => [1,3,2,5,4] => [1,3,2,5,4] => [1,0,1,1,0,0,1,1,0,0]
=> 4
[1,4,5,2,3] => [1,3,5,2,4] => [1,4,2,5,3] => [1,0,1,1,1,0,0,1,0,0]
=> 5
[1,4,5,3,2] => [1,2,5,4,3] => [1,2,5,4,3] => [1,0,1,0,1,1,1,0,0,0]
=> ? ∊ {1,1,1,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,5,2,3,4] => [1,5,2,3,4] => [1,3,4,5,2] => [1,0,1,1,0,1,0,1,0,0]
=> ? ∊ {1,1,1,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,5,2,4,3] => [1,5,2,4,3] => [1,3,5,4,2] => [1,0,1,1,0,1,1,0,0,0]
=> ? ∊ {1,1,1,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,5,3,2,4] => [1,5,3,2,4] => [1,4,3,5,2] => [1,0,1,1,1,0,0,1,0,0]
=> 5
[1,5,3,4,2] => [1,5,2,4,3] => [1,3,5,4,2] => [1,0,1,1,0,1,1,0,0,0]
=> ? ∊ {1,1,1,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,5,4,2,3] => [1,5,4,2,3] => [1,4,5,3,2] => [1,0,1,1,1,0,1,0,0,0]
=> ? ∊ {1,1,1,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,5,4,3,2] => [1,5,4,3,2] => [1,5,4,3,2] => [1,0,1,1,1,1,0,0,0,0]
=> 4
[2,1,3,4,5] => [2,1,3,4,5] => [2,1,3,4,5] => [1,1,0,0,1,0,1,0,1,0]
=> ? ∊ {1,1,1,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[2,1,3,5,4] => [2,1,3,5,4] => [2,1,3,5,4] => [1,1,0,0,1,0,1,1,0,0]
=> ? ∊ {1,1,1,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[2,1,4,3,5] => [2,1,4,3,5] => [2,1,4,3,5] => [1,1,0,0,1,1,0,0,1,0]
=> 3
[2,1,4,5,3] => [2,1,3,5,4] => [2,1,3,5,4] => [1,1,0,0,1,0,1,1,0,0]
=> ? ∊ {1,1,1,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[2,1,5,3,4] => [2,1,5,3,4] => [2,1,4,5,3] => [1,1,0,0,1,1,0,1,0,0]
=> ? ∊ {1,1,1,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[2,1,5,4,3] => [2,1,5,4,3] => [2,1,5,4,3] => [1,1,0,0,1,1,1,0,0,0]
=> 3
[2,3,1,4,5] => [1,3,2,4,5] => [1,3,2,4,5] => [1,0,1,1,0,0,1,0,1,0]
=> ? ∊ {1,1,1,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[2,3,1,5,4] => [1,3,2,5,4] => [1,3,2,5,4] => [1,0,1,1,0,0,1,1,0,0]
=> 4
[2,3,4,1,5] => [1,2,4,3,5] => [1,2,4,3,5] => [1,0,1,0,1,1,0,0,1,0]
=> ? ∊ {1,1,1,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[2,3,4,5,1] => [1,2,3,5,4] => [1,2,3,5,4] => [1,0,1,0,1,0,1,1,0,0]
=> ? ∊ {1,1,1,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[2,3,5,1,4] => [1,3,5,2,4] => [1,4,2,5,3] => [1,0,1,1,1,0,0,1,0,0]
=> 5
[2,3,5,4,1] => [1,2,5,4,3] => [1,2,5,4,3] => [1,0,1,0,1,1,1,0,0,0]
=> ? ∊ {1,1,1,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[2,4,1,3,5] => [2,4,1,3,5] => [3,1,4,2,5] => [1,1,1,0,0,1,0,0,1,0]
=> ? ∊ {1,1,1,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[2,4,1,5,3] => [1,3,2,5,4] => [1,3,2,5,4] => [1,0,1,1,0,0,1,1,0,0]
=> 4
[2,4,3,1,5] => [1,4,3,2,5] => [1,4,3,2,5] => [1,0,1,1,1,0,0,0,1,0]
=> 4
[2,4,3,5,1] => [1,3,2,5,4] => [1,3,2,5,4] => [1,0,1,1,0,0,1,1,0,0]
=> 4
[2,4,5,1,3] => [1,3,5,2,4] => [1,4,2,5,3] => [1,0,1,1,1,0,0,1,0,0]
=> 5
[2,4,5,3,1] => [1,2,5,4,3] => [1,2,5,4,3] => [1,0,1,0,1,1,1,0,0,0]
=> ? ∊ {1,1,1,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[2,5,1,3,4] => [2,5,1,3,4] => [3,1,4,5,2] => [1,1,1,0,0,1,0,1,0,0]
=> ? ∊ {1,1,1,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[2,5,1,4,3] => [2,5,1,4,3] => [3,1,5,4,2] => [1,1,1,0,0,1,1,0,0,0]
=> 4
[2,5,3,1,4] => [1,5,3,2,4] => [1,4,3,5,2] => [1,0,1,1,1,0,0,1,0,0]
=> 5
[2,5,3,4,1] => [1,5,2,4,3] => [1,3,5,4,2] => [1,0,1,1,0,1,1,0,0,0]
=> ? ∊ {1,1,1,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[2,5,4,1,3] => [2,5,4,1,3] => [4,1,5,3,2] => [1,1,1,1,0,0,1,0,0,0]
=> 3
[2,5,4,3,1] => [1,5,4,3,2] => [1,5,4,3,2] => [1,0,1,1,1,1,0,0,0,0]
=> 4
[3,1,2,4,5] => [3,1,2,4,5] => [2,3,1,4,5] => [1,1,0,1,0,0,1,0,1,0]
=> ? ∊ {1,1,1,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[3,1,2,5,4] => [3,1,2,5,4] => [2,3,1,5,4] => [1,1,0,1,0,0,1,1,0,0]
=> ? ∊ {1,1,1,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[3,1,4,2,5] => [2,1,4,3,5] => [2,1,4,3,5] => [1,1,0,0,1,1,0,0,1,0]
=> 3
[3,1,4,5,2] => [2,1,3,5,4] => [2,1,3,5,4] => [1,1,0,0,1,0,1,1,0,0]
=> ? ∊ {1,1,1,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[3,1,5,2,4] => [3,1,5,2,4] => [2,4,1,5,3] => [1,1,0,1,1,0,0,1,0,0]
=> ? ∊ {1,1,1,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[3,1,5,4,2] => [2,1,5,4,3] => [2,1,5,4,3] => [1,1,0,0,1,1,1,0,0,0]
=> 3
[3,2,1,4,5] => [3,2,1,4,5] => [3,2,1,4,5] => [1,1,1,0,0,0,1,0,1,0]
=> ? ∊ {1,1,1,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[3,2,1,5,4] => [3,2,1,5,4] => [3,2,1,5,4] => [1,1,1,0,0,0,1,1,0,0]
=> 2
[3,2,4,1,5] => [2,1,4,3,5] => [2,1,4,3,5] => [1,1,0,0,1,1,0,0,1,0]
=> 3
[3,2,4,5,1] => [2,1,3,5,4] => [2,1,3,5,4] => [1,1,0,0,1,0,1,1,0,0]
=> ? ∊ {1,1,1,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[3,2,5,1,4] => [3,2,5,1,4] => [4,2,1,5,3] => [1,1,1,1,0,0,0,1,0,0]
=> 2
[3,2,5,4,1] => [2,1,5,4,3] => [2,1,5,4,3] => [1,1,0,0,1,1,1,0,0,0]
=> 3
[3,4,1,2,5] => [2,4,1,3,5] => [3,1,4,2,5] => [1,1,1,0,0,1,0,0,1,0]
=> ? ∊ {1,1,1,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[3,4,5,2,1] => [1,2,5,4,3] => [1,2,5,4,3] => [1,0,1,0,1,1,1,0,0,0]
=> ? ∊ {1,1,1,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[3,5,1,2,4] => [3,5,1,2,4] => [3,4,1,5,2] => [1,1,1,0,1,0,0,1,0,0]
=> ? ∊ {1,1,1,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[4,1,2,3,5] => [4,1,2,3,5] => [2,3,4,1,5] => [1,1,0,1,0,1,0,0,1,0]
=> ? ∊ {1,1,1,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[4,1,2,5,3] => [3,1,2,5,4] => [2,3,1,5,4] => [1,1,0,1,0,0,1,1,0,0]
=> ? ∊ {1,1,1,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[4,1,3,5,2] => [3,1,2,5,4] => [2,3,1,5,4] => [1,1,0,1,0,0,1,1,0,0]
=> ? ∊ {1,1,1,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[4,1,5,2,3] => [3,1,5,2,4] => [2,4,1,5,3] => [1,1,0,1,1,0,0,1,0,0]
=> ? ∊ {1,1,1,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
Description
The number of indecomposable modules with projective dimension 2 for Nakayama algebras with global dimension at most 2.
Matching statistic: St000454
(load all 18 compositions to match this statistic)
(load all 18 compositions to match this statistic)
Mp00159: Permutations —Demazure product with inverse⟶ Permutations
Mp00062: Permutations —Lehmer-code to major-code bijection⟶ Permutations
Mp00160: Permutations —graph of inversions⟶ Graphs
St000454: Graphs ⟶ ℤResult quality: 30% ●values known / values provided: 30%●distinct values known / distinct values provided: 60%
Mp00062: Permutations —Lehmer-code to major-code bijection⟶ Permutations
Mp00160: Permutations —graph of inversions⟶ Graphs
St000454: Graphs ⟶ ℤResult quality: 30% ●values known / values provided: 30%●distinct values known / distinct values provided: 60%
Values
[1] => [1] => [1] => ([],1)
=> 0
[1,2] => [1,2] => [1,2] => ([],2)
=> 0
[2,1] => [2,1] => [2,1] => ([(0,1)],2)
=> 1
[1,2,3] => [1,2,3] => [1,2,3] => ([],3)
=> 0
[1,3,2] => [1,3,2] => [3,1,2] => ([(0,2),(1,2)],3)
=> ? = 1
[2,1,3] => [2,1,3] => [2,1,3] => ([(1,2)],3)
=> 1
[2,3,1] => [3,2,1] => [3,2,1] => ([(0,1),(0,2),(1,2)],3)
=> 2
[3,1,2] => [3,2,1] => [3,2,1] => ([(0,1),(0,2),(1,2)],3)
=> 2
[3,2,1] => [3,2,1] => [3,2,1] => ([(0,1),(0,2),(1,2)],3)
=> 2
[1,2,3,4] => [1,2,3,4] => [1,2,3,4] => ([],4)
=> 0
[1,2,4,3] => [1,2,4,3] => [4,1,2,3] => ([(0,3),(1,3),(2,3)],4)
=> ? ∊ {1,1,2,2,2,2,3,3,4,4,4,4}
[1,3,2,4] => [1,3,2,4] => [3,1,2,4] => ([(1,3),(2,3)],4)
=> ? ∊ {1,1,2,2,2,2,3,3,4,4,4,4}
[1,3,4,2] => [1,4,3,2] => [4,3,1,2] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ? ∊ {1,1,2,2,2,2,3,3,4,4,4,4}
[1,4,2,3] => [1,4,3,2] => [4,3,1,2] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ? ∊ {1,1,2,2,2,2,3,3,4,4,4,4}
[1,4,3,2] => [1,4,3,2] => [4,3,1,2] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ? ∊ {1,1,2,2,2,2,3,3,4,4,4,4}
[2,1,3,4] => [2,1,3,4] => [2,1,3,4] => ([(2,3)],4)
=> 1
[2,1,4,3] => [2,1,4,3] => [1,4,2,3] => ([(1,3),(2,3)],4)
=> ? ∊ {1,1,2,2,2,2,3,3,4,4,4,4}
[2,3,1,4] => [3,2,1,4] => [3,2,1,4] => ([(1,2),(1,3),(2,3)],4)
=> 2
[2,3,4,1] => [4,2,3,1] => [2,4,3,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> ? ∊ {1,1,2,2,2,2,3,3,4,4,4,4}
[2,4,1,3] => [3,4,1,2] => [3,1,4,2] => ([(0,3),(1,2),(2,3)],4)
=> ? ∊ {1,1,2,2,2,2,3,3,4,4,4,4}
[2,4,3,1] => [4,3,2,1] => [4,3,2,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 3
[3,1,2,4] => [3,2,1,4] => [3,2,1,4] => ([(1,2),(1,3),(2,3)],4)
=> 2
[3,1,4,2] => [4,2,3,1] => [2,4,3,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> ? ∊ {1,1,2,2,2,2,3,3,4,4,4,4}
[3,2,1,4] => [3,2,1,4] => [3,2,1,4] => ([(1,2),(1,3),(2,3)],4)
=> 2
[3,2,4,1] => [4,2,3,1] => [2,4,3,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> ? ∊ {1,1,2,2,2,2,3,3,4,4,4,4}
[3,4,1,2] => [4,3,2,1] => [4,3,2,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 3
[3,4,2,1] => [4,3,2,1] => [4,3,2,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 3
[4,1,2,3] => [4,2,3,1] => [2,4,3,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> ? ∊ {1,1,2,2,2,2,3,3,4,4,4,4}
[4,1,3,2] => [4,2,3,1] => [2,4,3,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> ? ∊ {1,1,2,2,2,2,3,3,4,4,4,4}
[4,2,1,3] => [4,3,2,1] => [4,3,2,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 3
[4,2,3,1] => [4,3,2,1] => [4,3,2,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 3
[4,3,1,2] => [4,3,2,1] => [4,3,2,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 3
[4,3,2,1] => [4,3,2,1] => [4,3,2,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 3
[1,2,3,4,5] => [1,2,3,4,5] => [1,2,3,4,5] => ([],5)
=> 0
[1,2,3,5,4] => [1,2,3,5,4] => [5,1,2,3,4] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 2
[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,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,2,4,5,3] => [1,2,5,4,3] => [5,4,1,2,3] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 3
[1,2,5,3,4] => [1,2,5,4,3] => [5,4,1,2,3] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 3
[1,2,5,4,3] => [1,2,5,4,3] => [5,4,1,2,3] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 3
[1,3,2,4,5] => [1,3,2,4,5] => [3,1,2,4,5] => ([(2,4),(3,4)],5)
=> ? ∊ {1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,3,2,5,4] => [1,3,2,5,4] => [2,5,1,3,4] => ([(0,4),(1,4),(2,3),(3,4)],5)
=> ? ∊ {1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,3,4,2,5] => [1,4,3,2,5] => [4,3,1,2,5] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,3,4,5,2] => [1,5,3,4,2] => [3,5,4,1,2] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4)],5)
=> ? ∊ {1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,3,5,2,4] => [1,4,5,2,3] => [4,2,5,1,3] => ([(0,1),(0,4),(1,3),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,3,5,4,2] => [1,5,4,3,2] => [5,4,3,1,2] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,4,2,3,5] => [1,4,3,2,5] => [4,3,1,2,5] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,4,2,5,3] => [1,5,3,4,2] => [3,5,4,1,2] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4)],5)
=> ? ∊ {1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,4,3,2,5] => [1,4,3,2,5] => [4,3,1,2,5] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,4,3,5,2] => [1,5,3,4,2] => [3,5,4,1,2] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4)],5)
=> ? ∊ {1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,4,5,2,3] => [1,5,4,3,2] => [5,4,3,1,2] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,4,5,3,2] => [1,5,4,3,2] => [5,4,3,1,2] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,5,2,3,4] => [1,5,3,4,2] => [3,5,4,1,2] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4)],5)
=> ? ∊ {1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,5,2,4,3] => [1,5,3,4,2] => [3,5,4,1,2] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4)],5)
=> ? ∊ {1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,5,3,2,4] => [1,5,4,3,2] => [5,4,3,1,2] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,5,3,4,2] => [1,5,4,3,2] => [5,4,3,1,2] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,5,4,2,3] => [1,5,4,3,2] => [5,4,3,1,2] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,5,4,3,2] => [1,5,4,3,2] => [5,4,3,1,2] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[2,1,3,4,5] => [2,1,3,4,5] => [2,1,3,4,5] => ([(3,4)],5)
=> 1
[2,1,3,5,4] => [2,1,3,5,4] => [1,5,2,3,4] => ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[2,1,4,3,5] => [2,1,4,3,5] => [1,4,2,3,5] => ([(2,4),(3,4)],5)
=> ? ∊ {1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[2,1,4,5,3] => [2,1,5,4,3] => [5,1,4,2,3] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[2,1,5,3,4] => [2,1,5,4,3] => [5,1,4,2,3] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[2,1,5,4,3] => [2,1,5,4,3] => [5,1,4,2,3] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[2,3,1,4,5] => [3,2,1,4,5] => [3,2,1,4,5] => ([(2,3),(2,4),(3,4)],5)
=> 2
[2,3,1,5,4] => [3,2,1,5,4] => [2,1,5,3,4] => ([(0,1),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[2,3,4,1,5] => [4,2,3,1,5] => [2,4,3,1,5] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[2,3,4,5,1] => [5,2,3,4,1] => [2,3,5,4,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[2,3,5,1,4] => [4,2,5,1,3] => [2,4,1,5,3] => ([(0,4),(1,3),(2,3),(2,4)],5)
=> ? ∊ {1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[2,3,5,4,1] => [5,2,4,3,1] => [5,2,4,3,1] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[2,4,1,3,5] => [3,4,1,2,5] => [3,1,4,2,5] => ([(1,4),(2,3),(3,4)],5)
=> ? ∊ {1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[2,4,1,5,3] => [3,5,1,4,2] => [1,5,3,4,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[2,4,3,1,5] => [4,3,2,1,5] => [4,3,2,1,5] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 3
[2,4,3,5,1] => [5,3,2,4,1] => [3,2,5,4,1] => ([(0,3),(0,4),(1,2),(1,4),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[2,4,5,1,3] => [4,5,3,1,2] => [4,1,5,3,2] => ([(0,4),(1,2),(1,3),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[2,4,5,3,1] => [5,4,3,2,1] => [5,4,3,2,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 4
[2,5,1,3,4] => [3,5,1,4,2] => [1,5,3,4,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[2,5,1,4,3] => [3,5,1,4,2] => [1,5,3,4,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[2,5,3,1,4] => [4,5,3,1,2] => [4,1,5,3,2] => ([(0,4),(1,2),(1,3),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[2,5,3,4,1] => [5,4,3,2,1] => [5,4,3,2,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 4
[2,5,4,1,3] => [4,5,3,1,2] => [4,1,5,3,2] => ([(0,4),(1,2),(1,3),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[2,5,4,3,1] => [5,4,3,2,1] => [5,4,3,2,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 4
[3,1,2,4,5] => [3,2,1,4,5] => [3,2,1,4,5] => ([(2,3),(2,4),(3,4)],5)
=> 2
[3,2,1,4,5] => [3,2,1,4,5] => [3,2,1,4,5] => ([(2,3),(2,4),(3,4)],5)
=> 2
[3,4,1,2,5] => [4,3,2,1,5] => [4,3,2,1,5] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 3
[3,4,2,1,5] => [4,3,2,1,5] => [4,3,2,1,5] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 3
[3,4,5,1,2] => [5,4,3,2,1] => [5,4,3,2,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 4
[3,4,5,2,1] => [5,4,3,2,1] => [5,4,3,2,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 4
[3,5,1,4,2] => [5,4,3,2,1] => [5,4,3,2,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 4
[3,5,2,4,1] => [5,4,3,2,1] => [5,4,3,2,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 4
[3,5,4,1,2] => [5,4,3,2,1] => [5,4,3,2,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 4
[3,5,4,2,1] => [5,4,3,2,1] => [5,4,3,2,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 4
[4,2,1,3,5] => [4,3,2,1,5] => [4,3,2,1,5] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 3
[4,2,3,1,5] => [4,3,2,1,5] => [4,3,2,1,5] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 3
[4,2,5,1,3] => [5,4,3,2,1] => [5,4,3,2,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 4
[4,2,5,3,1] => [5,4,3,2,1] => [5,4,3,2,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 4
[4,3,1,2,5] => [4,3,2,1,5] => [4,3,2,1,5] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 3
[4,3,2,1,5] => [4,3,2,1,5] => [4,3,2,1,5] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 3
[4,3,5,1,2] => [5,4,3,2,1] => [5,4,3,2,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 4
[4,3,5,2,1] => [5,4,3,2,1] => [5,4,3,2,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 4
[4,5,1,2,3] => [5,4,3,2,1] => [5,4,3,2,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 4
Description
The largest eigenvalue of a graph if it is integral.
If a graph is $d$-regular, then its largest eigenvalue equals $d$. One can show that the largest eigenvalue always lies between the average degree and the maximal degree.
This statistic is undefined if the largest eigenvalue of the graph is not integral.
Matching statistic: St001879
(load all 9 compositions to match this statistic)
(load all 9 compositions to match this statistic)
Mp00127: Permutations —left-to-right-maxima to Dyck path⟶ Dyck paths
Mp00129: Dyck paths —to 321-avoiding permutation (Billey-Jockusch-Stanley)⟶ Permutations
Mp00065: Permutations —permutation poset⟶ Posets
St001879: Posets ⟶ ℤResult quality: 27% ●values known / values provided: 27%●distinct values known / distinct values provided: 70%
Mp00129: Dyck paths —to 321-avoiding permutation (Billey-Jockusch-Stanley)⟶ Permutations
Mp00065: Permutations —permutation poset⟶ Posets
St001879: Posets ⟶ ℤResult quality: 27% ●values known / values provided: 27%●distinct values known / distinct values provided: 70%
Values
[1] => [1,0]
=> [1] => ([],1)
=> ? = 0
[1,2] => [1,0,1,0]
=> [2,1] => ([],2)
=> ? ∊ {0,1}
[2,1] => [1,1,0,0]
=> [1,2] => ([(0,1)],2)
=> ? ∊ {0,1}
[1,2,3] => [1,0,1,0,1,0]
=> [2,3,1] => ([(1,2)],3)
=> ? ∊ {0,1,1,2}
[1,3,2] => [1,0,1,1,0,0]
=> [2,1,3] => ([(0,2),(1,2)],3)
=> ? ∊ {0,1,1,2}
[2,1,3] => [1,1,0,0,1,0]
=> [1,3,2] => ([(0,1),(0,2)],3)
=> ? ∊ {0,1,1,2}
[2,3,1] => [1,1,0,1,0,0]
=> [3,1,2] => ([(1,2)],3)
=> ? ∊ {0,1,1,2}
[3,1,2] => [1,1,1,0,0,0]
=> [1,2,3] => ([(0,2),(2,1)],3)
=> 2
[3,2,1] => [1,1,1,0,0,0]
=> [1,2,3] => ([(0,2),(2,1)],3)
=> 2
[1,2,3,4] => [1,0,1,0,1,0,1,0]
=> [2,3,4,1] => ([(1,2),(2,3)],4)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,2,3,3,3,4,4,4}
[1,2,4,3] => [1,0,1,0,1,1,0,0]
=> [2,3,1,4] => ([(0,3),(1,2),(2,3)],4)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,2,3,3,3,4,4,4}
[1,3,2,4] => [1,0,1,1,0,0,1,0]
=> [2,1,4,3] => ([(0,2),(0,3),(1,2),(1,3)],4)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,2,3,3,3,4,4,4}
[1,3,4,2] => [1,0,1,1,0,1,0,0]
=> [2,4,1,3] => ([(0,3),(1,2),(1,3)],4)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,2,3,3,3,4,4,4}
[1,4,2,3] => [1,0,1,1,1,0,0,0]
=> [2,1,3,4] => ([(0,3),(1,3),(3,2)],4)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,2,3,3,3,4,4,4}
[1,4,3,2] => [1,0,1,1,1,0,0,0]
=> [2,1,3,4] => ([(0,3),(1,3),(3,2)],4)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,2,3,3,3,4,4,4}
[2,1,3,4] => [1,1,0,0,1,0,1,0]
=> [1,3,4,2] => ([(0,2),(0,3),(3,1)],4)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,2,3,3,3,4,4,4}
[2,1,4,3] => [1,1,0,0,1,1,0,0]
=> [1,3,2,4] => ([(0,1),(0,2),(1,3),(2,3)],4)
=> 4
[2,3,1,4] => [1,1,0,1,0,0,1,0]
=> [3,1,4,2] => ([(0,3),(1,2),(1,3)],4)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,2,3,3,3,4,4,4}
[2,3,4,1] => [1,1,0,1,0,1,0,0]
=> [3,4,1,2] => ([(0,3),(1,2)],4)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,2,3,3,3,4,4,4}
[2,4,1,3] => [1,1,0,1,1,0,0,0]
=> [3,1,2,4] => ([(0,3),(1,2),(2,3)],4)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,2,3,3,3,4,4,4}
[2,4,3,1] => [1,1,0,1,1,0,0,0]
=> [3,1,2,4] => ([(0,3),(1,2),(2,3)],4)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,2,3,3,3,4,4,4}
[3,1,2,4] => [1,1,1,0,0,0,1,0]
=> [1,2,4,3] => ([(0,3),(3,1),(3,2)],4)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,2,3,3,3,4,4,4}
[3,1,4,2] => [1,1,1,0,0,1,0,0]
=> [1,4,2,3] => ([(0,2),(0,3),(3,1)],4)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,2,3,3,3,4,4,4}
[3,2,1,4] => [1,1,1,0,0,0,1,0]
=> [1,2,4,3] => ([(0,3),(3,1),(3,2)],4)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,2,3,3,3,4,4,4}
[3,2,4,1] => [1,1,1,0,0,1,0,0]
=> [1,4,2,3] => ([(0,2),(0,3),(3,1)],4)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,2,3,3,3,4,4,4}
[3,4,1,2] => [1,1,1,0,1,0,0,0]
=> [4,1,2,3] => ([(1,2),(2,3)],4)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,2,3,3,3,4,4,4}
[3,4,2,1] => [1,1,1,0,1,0,0,0]
=> [4,1,2,3] => ([(1,2),(2,3)],4)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,2,3,3,3,4,4,4}
[4,1,2,3] => [1,1,1,1,0,0,0,0]
=> [1,2,3,4] => ([(0,3),(2,1),(3,2)],4)
=> 3
[4,1,3,2] => [1,1,1,1,0,0,0,0]
=> [1,2,3,4] => ([(0,3),(2,1),(3,2)],4)
=> 3
[4,2,1,3] => [1,1,1,1,0,0,0,0]
=> [1,2,3,4] => ([(0,3),(2,1),(3,2)],4)
=> 3
[4,2,3,1] => [1,1,1,1,0,0,0,0]
=> [1,2,3,4] => ([(0,3),(2,1),(3,2)],4)
=> 3
[4,3,1,2] => [1,1,1,1,0,0,0,0]
=> [1,2,3,4] => ([(0,3),(2,1),(3,2)],4)
=> 3
[4,3,2,1] => [1,1,1,1,0,0,0,0]
=> [1,2,3,4] => ([(0,3),(2,1),(3,2)],4)
=> 3
[1,2,3,4,5] => [1,0,1,0,1,0,1,0,1,0]
=> [2,3,4,5,1] => ([(1,4),(3,2),(4,3)],5)
=> ? ∊ {0,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,2,3,5,4] => [1,0,1,0,1,0,1,1,0,0]
=> [2,3,4,1,5] => ([(0,4),(1,2),(2,3),(3,4)],5)
=> ? ∊ {0,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,2,4,3,5] => [1,0,1,0,1,1,0,0,1,0]
=> [2,3,1,5,4] => ([(0,3),(0,4),(1,2),(2,3),(2,4)],5)
=> ? ∊ {0,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,2,4,5,3] => [1,0,1,0,1,1,0,1,0,0]
=> [2,3,5,1,4] => ([(0,4),(1,2),(2,3),(2,4)],5)
=> ? ∊ {0,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,2,5,3,4] => [1,0,1,0,1,1,1,0,0,0]
=> [2,3,1,4,5] => ([(0,4),(1,2),(2,4),(4,3)],5)
=> ? ∊ {0,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,2,5,4,3] => [1,0,1,0,1,1,1,0,0,0]
=> [2,3,1,4,5] => ([(0,4),(1,2),(2,4),(4,3)],5)
=> ? ∊ {0,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,3,2,4,5] => [1,0,1,1,0,0,1,0,1,0]
=> [2,1,4,5,3] => ([(0,3),(0,4),(1,3),(1,4),(4,2)],5)
=> ? ∊ {0,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,3,2,5,4] => [1,0,1,1,0,0,1,1,0,0]
=> [2,1,4,3,5] => ([(0,3),(0,4),(1,3),(1,4),(3,2),(4,2)],5)
=> ? ∊ {0,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,3,4,2,5] => [1,0,1,1,0,1,0,0,1,0]
=> [2,4,1,5,3] => ([(0,3),(0,4),(1,2),(1,3),(2,4)],5)
=> ? ∊ {0,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,3,4,5,2] => [1,0,1,1,0,1,0,1,0,0]
=> [2,4,5,1,3] => ([(0,4),(1,2),(1,4),(2,3)],5)
=> ? ∊ {0,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,3,5,2,4] => [1,0,1,1,0,1,1,0,0,0]
=> [2,4,1,3,5] => ([(0,3),(1,2),(1,3),(2,4),(3,4)],5)
=> ? ∊ {0,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,3,5,4,2] => [1,0,1,1,0,1,1,0,0,0]
=> [2,4,1,3,5] => ([(0,3),(1,2),(1,3),(2,4),(3,4)],5)
=> ? ∊ {0,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,4,2,3,5] => [1,0,1,1,1,0,0,0,1,0]
=> [2,1,3,5,4] => ([(0,4),(1,4),(4,2),(4,3)],5)
=> ? ∊ {0,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,4,2,5,3] => [1,0,1,1,1,0,0,1,0,0]
=> [2,1,5,3,4] => ([(0,3),(0,4),(1,3),(1,4),(4,2)],5)
=> ? ∊ {0,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,4,3,2,5] => [1,0,1,1,1,0,0,0,1,0]
=> [2,1,3,5,4] => ([(0,4),(1,4),(4,2),(4,3)],5)
=> ? ∊ {0,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,4,3,5,2] => [1,0,1,1,1,0,0,1,0,0]
=> [2,1,5,3,4] => ([(0,3),(0,4),(1,3),(1,4),(4,2)],5)
=> ? ∊ {0,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,4,5,2,3] => [1,0,1,1,1,0,1,0,0,0]
=> [2,5,1,3,4] => ([(0,4),(1,2),(1,4),(4,3)],5)
=> ? ∊ {0,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,4,5,3,2] => [1,0,1,1,1,0,1,0,0,0]
=> [2,5,1,3,4] => ([(0,4),(1,2),(1,4),(4,3)],5)
=> ? ∊ {0,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,5,2,3,4] => [1,0,1,1,1,1,0,0,0,0]
=> [2,1,3,4,5] => ([(0,4),(1,4),(2,3),(4,2)],5)
=> ? ∊ {0,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,5,2,4,3] => [1,0,1,1,1,1,0,0,0,0]
=> [2,1,3,4,5] => ([(0,4),(1,4),(2,3),(4,2)],5)
=> ? ∊ {0,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,5,3,2,4] => [1,0,1,1,1,1,0,0,0,0]
=> [2,1,3,4,5] => ([(0,4),(1,4),(2,3),(4,2)],5)
=> ? ∊ {0,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,5,3,4,2] => [1,0,1,1,1,1,0,0,0,0]
=> [2,1,3,4,5] => ([(0,4),(1,4),(2,3),(4,2)],5)
=> ? ∊ {0,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,5,4,2,3] => [1,0,1,1,1,1,0,0,0,0]
=> [2,1,3,4,5] => ([(0,4),(1,4),(2,3),(4,2)],5)
=> ? ∊ {0,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,5,4,3,2] => [1,0,1,1,1,1,0,0,0,0]
=> [2,1,3,4,5] => ([(0,4),(1,4),(2,3),(4,2)],5)
=> ? ∊ {0,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[2,1,3,4,5] => [1,1,0,0,1,0,1,0,1,0]
=> [1,3,4,5,2] => ([(0,2),(0,4),(3,1),(4,3)],5)
=> ? ∊ {0,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[2,1,3,5,4] => [1,1,0,0,1,0,1,1,0,0]
=> [1,3,4,2,5] => ([(0,2),(0,3),(1,4),(2,4),(3,1)],5)
=> 6
[2,1,4,3,5] => [1,1,0,0,1,1,0,0,1,0]
=> [1,3,2,5,4] => ([(0,1),(0,2),(1,3),(1,4),(2,3),(2,4)],5)
=> ? ∊ {0,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[2,1,5,3,4] => [1,1,0,0,1,1,1,0,0,0]
=> [1,3,2,4,5] => ([(0,2),(0,3),(2,4),(3,4),(4,1)],5)
=> 5
[2,1,5,4,3] => [1,1,0,0,1,1,1,0,0,0]
=> [1,3,2,4,5] => ([(0,2),(0,3),(2,4),(3,4),(4,1)],5)
=> 5
[3,1,2,5,4] => [1,1,1,0,0,0,1,1,0,0]
=> [1,2,4,3,5] => ([(0,3),(1,4),(2,4),(3,1),(3,2)],5)
=> 5
[3,1,5,2,4] => [1,1,1,0,0,1,1,0,0,0]
=> [1,4,2,3,5] => ([(0,2),(0,3),(1,4),(2,4),(3,1)],5)
=> 6
[3,1,5,4,2] => [1,1,1,0,0,1,1,0,0,0]
=> [1,4,2,3,5] => ([(0,2),(0,3),(1,4),(2,4),(3,1)],5)
=> 6
[3,2,1,5,4] => [1,1,1,0,0,0,1,1,0,0]
=> [1,2,4,3,5] => ([(0,3),(1,4),(2,4),(3,1),(3,2)],5)
=> 5
[3,2,5,1,4] => [1,1,1,0,0,1,1,0,0,0]
=> [1,4,2,3,5] => ([(0,2),(0,3),(1,4),(2,4),(3,1)],5)
=> 6
[3,2,5,4,1] => [1,1,1,0,0,1,1,0,0,0]
=> [1,4,2,3,5] => ([(0,2),(0,3),(1,4),(2,4),(3,1)],5)
=> 6
[5,1,2,3,4] => [1,1,1,1,1,0,0,0,0,0]
=> [1,2,3,4,5] => ([(0,4),(2,3),(3,1),(4,2)],5)
=> 4
[5,1,2,4,3] => [1,1,1,1,1,0,0,0,0,0]
=> [1,2,3,4,5] => ([(0,4),(2,3),(3,1),(4,2)],5)
=> 4
[5,1,3,2,4] => [1,1,1,1,1,0,0,0,0,0]
=> [1,2,3,4,5] => ([(0,4),(2,3),(3,1),(4,2)],5)
=> 4
[5,1,3,4,2] => [1,1,1,1,1,0,0,0,0,0]
=> [1,2,3,4,5] => ([(0,4),(2,3),(3,1),(4,2)],5)
=> 4
[5,1,4,2,3] => [1,1,1,1,1,0,0,0,0,0]
=> [1,2,3,4,5] => ([(0,4),(2,3),(3,1),(4,2)],5)
=> 4
[5,1,4,3,2] => [1,1,1,1,1,0,0,0,0,0]
=> [1,2,3,4,5] => ([(0,4),(2,3),(3,1),(4,2)],5)
=> 4
[5,2,1,3,4] => [1,1,1,1,1,0,0,0,0,0]
=> [1,2,3,4,5] => ([(0,4),(2,3),(3,1),(4,2)],5)
=> 4
[5,2,1,4,3] => [1,1,1,1,1,0,0,0,0,0]
=> [1,2,3,4,5] => ([(0,4),(2,3),(3,1),(4,2)],5)
=> 4
[5,2,3,1,4] => [1,1,1,1,1,0,0,0,0,0]
=> [1,2,3,4,5] => ([(0,4),(2,3),(3,1),(4,2)],5)
=> 4
[5,2,3,4,1] => [1,1,1,1,1,0,0,0,0,0]
=> [1,2,3,4,5] => ([(0,4),(2,3),(3,1),(4,2)],5)
=> 4
[5,2,4,1,3] => [1,1,1,1,1,0,0,0,0,0]
=> [1,2,3,4,5] => ([(0,4),(2,3),(3,1),(4,2)],5)
=> 4
[5,2,4,3,1] => [1,1,1,1,1,0,0,0,0,0]
=> [1,2,3,4,5] => ([(0,4),(2,3),(3,1),(4,2)],5)
=> 4
[5,3,1,2,4] => [1,1,1,1,1,0,0,0,0,0]
=> [1,2,3,4,5] => ([(0,4),(2,3),(3,1),(4,2)],5)
=> 4
[5,3,1,4,2] => [1,1,1,1,1,0,0,0,0,0]
=> [1,2,3,4,5] => ([(0,4),(2,3),(3,1),(4,2)],5)
=> 4
[5,3,2,1,4] => [1,1,1,1,1,0,0,0,0,0]
=> [1,2,3,4,5] => ([(0,4),(2,3),(3,1),(4,2)],5)
=> 4
[5,3,2,4,1] => [1,1,1,1,1,0,0,0,0,0]
=> [1,2,3,4,5] => ([(0,4),(2,3),(3,1),(4,2)],5)
=> 4
[5,3,4,1,2] => [1,1,1,1,1,0,0,0,0,0]
=> [1,2,3,4,5] => ([(0,4),(2,3),(3,1),(4,2)],5)
=> 4
[5,3,4,2,1] => [1,1,1,1,1,0,0,0,0,0]
=> [1,2,3,4,5] => ([(0,4),(2,3),(3,1),(4,2)],5)
=> 4
[5,4,1,2,3] => [1,1,1,1,1,0,0,0,0,0]
=> [1,2,3,4,5] => ([(0,4),(2,3),(3,1),(4,2)],5)
=> 4
[5,4,1,3,2] => [1,1,1,1,1,0,0,0,0,0]
=> [1,2,3,4,5] => ([(0,4),(2,3),(3,1),(4,2)],5)
=> 4
[5,4,2,1,3] => [1,1,1,1,1,0,0,0,0,0]
=> [1,2,3,4,5] => ([(0,4),(2,3),(3,1),(4,2)],5)
=> 4
[5,4,2,3,1] => [1,1,1,1,1,0,0,0,0,0]
=> [1,2,3,4,5] => ([(0,4),(2,3),(3,1),(4,2)],5)
=> 4
[5,4,3,1,2] => [1,1,1,1,1,0,0,0,0,0]
=> [1,2,3,4,5] => ([(0,4),(2,3),(3,1),(4,2)],5)
=> 4
[5,4,3,2,1] => [1,1,1,1,1,0,0,0,0,0]
=> [1,2,3,4,5] => ([(0,4),(2,3),(3,1),(4,2)],5)
=> 4
[2,1,3,4,6,5] => [1,1,0,0,1,0,1,0,1,1,0,0]
=> [1,3,4,5,2,6] => ([(0,2),(0,4),(1,5),(2,5),(3,1),(4,3)],6)
=> 8
[2,1,3,6,4,5] => [1,1,0,0,1,0,1,1,1,0,0,0]
=> [1,3,4,2,5,6] => ([(0,3),(0,4),(1,5),(3,5),(4,1),(5,2)],6)
=> 7
[2,1,3,6,5,4] => [1,1,0,0,1,0,1,1,1,0,0,0]
=> [1,3,4,2,5,6] => ([(0,3),(0,4),(1,5),(3,5),(4,1),(5,2)],6)
=> 7
[2,1,4,6,3,5] => [1,1,0,0,1,1,0,1,1,0,0,0]
=> [1,3,5,2,4,6] => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> 7
[2,1,4,6,5,3] => [1,1,0,0,1,1,0,1,1,0,0,0]
=> [1,3,5,2,4,6] => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> 7
[2,1,6,3,4,5] => [1,1,0,0,1,1,1,1,0,0,0,0]
=> [1,3,2,4,5,6] => ([(0,2),(0,3),(2,5),(3,5),(4,1),(5,4)],6)
=> 6
[2,1,6,3,5,4] => [1,1,0,0,1,1,1,1,0,0,0,0]
=> [1,3,2,4,5,6] => ([(0,2),(0,3),(2,5),(3,5),(4,1),(5,4)],6)
=> 6
[2,1,6,4,3,5] => [1,1,0,0,1,1,1,1,0,0,0,0]
=> [1,3,2,4,5,6] => ([(0,2),(0,3),(2,5),(3,5),(4,1),(5,4)],6)
=> 6
Description
The 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.
Matching statistic: St000777
Mp00223: Permutations —runsort⟶ Permutations
Mp00126: Permutations —cactus evacuation⟶ Permutations
Mp00160: Permutations —graph of inversions⟶ Graphs
St000777: Graphs ⟶ ℤResult quality: 23% ●values known / values provided: 23%●distinct values known / distinct values provided: 50%
Mp00126: Permutations —cactus evacuation⟶ Permutations
Mp00160: Permutations —graph of inversions⟶ Graphs
St000777: Graphs ⟶ ℤResult quality: 23% ●values known / values provided: 23%●distinct values known / distinct values provided: 50%
Values
[1] => [1] => [1] => ([],1)
=> 1 = 0 + 1
[1,2] => [1,2] => [1,2] => ([],2)
=> ? ∊ {0,1} + 1
[2,1] => [1,2] => [1,2] => ([],2)
=> ? ∊ {0,1} + 1
[1,2,3] => [1,2,3] => [1,2,3] => ([],3)
=> ? ∊ {0,1,1,2} + 1
[1,3,2] => [1,3,2] => [3,1,2] => ([(0,2),(1,2)],3)
=> 3 = 2 + 1
[2,1,3] => [1,3,2] => [3,1,2] => ([(0,2),(1,2)],3)
=> 3 = 2 + 1
[2,3,1] => [1,2,3] => [1,2,3] => ([],3)
=> ? ∊ {0,1,1,2} + 1
[3,1,2] => [1,2,3] => [1,2,3] => ([],3)
=> ? ∊ {0,1,1,2} + 1
[3,2,1] => [1,2,3] => [1,2,3] => ([],3)
=> ? ∊ {0,1,1,2} + 1
[1,2,3,4] => [1,2,3,4] => [1,2,3,4] => ([],4)
=> ? ∊ {0,1,1,1,2,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4} + 1
[1,2,4,3] => [1,2,4,3] => [4,1,2,3] => ([(0,3),(1,3),(2,3)],4)
=> 3 = 2 + 1
[1,3,2,4] => [1,3,2,4] => [1,3,2,4] => ([(2,3)],4)
=> ? ∊ {0,1,1,1,2,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4} + 1
[1,3,4,2] => [1,3,4,2] => [3,1,2,4] => ([(1,3),(2,3)],4)
=> ? ∊ {0,1,1,1,2,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4} + 1
[1,4,2,3] => [1,4,2,3] => [1,4,2,3] => ([(1,3),(2,3)],4)
=> ? ∊ {0,1,1,1,2,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4} + 1
[1,4,3,2] => [1,4,2,3] => [1,4,2,3] => ([(1,3),(2,3)],4)
=> ? ∊ {0,1,1,1,2,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4} + 1
[2,1,3,4] => [1,3,4,2] => [3,1,2,4] => ([(1,3),(2,3)],4)
=> ? ∊ {0,1,1,1,2,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4} + 1
[2,1,4,3] => [1,4,2,3] => [1,4,2,3] => ([(1,3),(2,3)],4)
=> ? ∊ {0,1,1,1,2,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4} + 1
[2,3,1,4] => [1,4,2,3] => [1,4,2,3] => ([(1,3),(2,3)],4)
=> ? ∊ {0,1,1,1,2,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4} + 1
[2,3,4,1] => [1,2,3,4] => [1,2,3,4] => ([],4)
=> ? ∊ {0,1,1,1,2,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4} + 1
[2,4,1,3] => [1,3,2,4] => [1,3,2,4] => ([(2,3)],4)
=> ? ∊ {0,1,1,1,2,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4} + 1
[2,4,3,1] => [1,2,4,3] => [4,1,2,3] => ([(0,3),(1,3),(2,3)],4)
=> 3 = 2 + 1
[3,1,2,4] => [1,2,4,3] => [4,1,2,3] => ([(0,3),(1,3),(2,3)],4)
=> 3 = 2 + 1
[3,1,4,2] => [1,4,2,3] => [1,4,2,3] => ([(1,3),(2,3)],4)
=> ? ∊ {0,1,1,1,2,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4} + 1
[3,2,1,4] => [1,4,2,3] => [1,4,2,3] => ([(1,3),(2,3)],4)
=> ? ∊ {0,1,1,1,2,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4} + 1
[3,2,4,1] => [1,2,4,3] => [4,1,2,3] => ([(0,3),(1,3),(2,3)],4)
=> 3 = 2 + 1
[3,4,1,2] => [1,2,3,4] => [1,2,3,4] => ([],4)
=> ? ∊ {0,1,1,1,2,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4} + 1
[3,4,2,1] => [1,2,3,4] => [1,2,3,4] => ([],4)
=> ? ∊ {0,1,1,1,2,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4} + 1
[4,1,2,3] => [1,2,3,4] => [1,2,3,4] => ([],4)
=> ? ∊ {0,1,1,1,2,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4} + 1
[4,1,3,2] => [1,3,2,4] => [1,3,2,4] => ([(2,3)],4)
=> ? ∊ {0,1,1,1,2,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4} + 1
[4,2,1,3] => [1,3,2,4] => [1,3,2,4] => ([(2,3)],4)
=> ? ∊ {0,1,1,1,2,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4} + 1
[4,2,3,1] => [1,2,3,4] => [1,2,3,4] => ([],4)
=> ? ∊ {0,1,1,1,2,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4} + 1
[4,3,1,2] => [1,2,3,4] => [1,2,3,4] => ([],4)
=> ? ∊ {0,1,1,1,2,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4} + 1
[4,3,2,1] => [1,2,3,4] => [1,2,3,4] => ([],4)
=> ? ∊ {0,1,1,1,2,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4} + 1
[1,2,3,4,5] => [1,2,3,4,5] => [1,2,3,4,5] => ([],5)
=> ? ∊ {0,1,1,1,1,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,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6} + 1
[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 = 2 + 1
[1,2,4,3,5] => [1,2,4,3,5] => [1,4,2,3,5] => ([(2,4),(3,4)],5)
=> ? ∊ {0,1,1,1,1,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,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6} + 1
[1,2,4,5,3] => [1,2,4,5,3] => [4,1,2,3,5] => ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {0,1,1,1,1,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,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6} + 1
[1,2,5,3,4] => [1,2,5,3,4] => [1,5,2,3,4] => ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {0,1,1,1,1,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,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6} + 1
[1,2,5,4,3] => [1,2,5,3,4] => [1,5,2,3,4] => ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {0,1,1,1,1,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,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6} + 1
[1,3,2,4,5] => [1,3,2,4,5] => [1,3,4,2,5] => ([(2,4),(3,4)],5)
=> ? ∊ {0,1,1,1,1,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,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6} + 1
[1,3,2,5,4] => [1,3,2,5,4] => [3,1,5,2,4] => ([(0,4),(1,3),(2,3),(2,4)],5)
=> 5 = 4 + 1
[1,3,4,2,5] => [1,3,4,2,5] => [1,3,2,4,5] => ([(3,4)],5)
=> ? ∊ {0,1,1,1,1,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,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6} + 1
[1,3,4,5,2] => [1,3,4,5,2] => [3,1,2,4,5] => ([(2,4),(3,4)],5)
=> ? ∊ {0,1,1,1,1,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,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6} + 1
[1,3,5,2,4] => [1,3,5,2,4] => [3,5,1,2,4] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> 5 = 4 + 1
[1,3,5,4,2] => [1,3,5,2,4] => [3,5,1,2,4] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> 5 = 4 + 1
[1,4,2,3,5] => [1,4,2,3,5] => [1,2,4,3,5] => ([(3,4)],5)
=> ? ∊ {0,1,1,1,1,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,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6} + 1
[1,4,2,5,3] => [1,4,2,5,3] => [4,1,5,2,3] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> 5 = 4 + 1
[1,4,3,2,5] => [1,4,2,5,3] => [4,1,5,2,3] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> 5 = 4 + 1
[1,4,3,5,2] => [1,4,2,3,5] => [1,2,4,3,5] => ([(3,4)],5)
=> ? ∊ {0,1,1,1,1,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,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6} + 1
[1,4,5,2,3] => [1,4,5,2,3] => [4,5,1,2,3] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4)],5)
=> 4 = 3 + 1
[1,4,5,3,2] => [1,4,5,2,3] => [4,5,1,2,3] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4)],5)
=> 4 = 3 + 1
[1,5,2,3,4] => [1,5,2,3,4] => [1,2,5,3,4] => ([(2,4),(3,4)],5)
=> ? ∊ {0,1,1,1,1,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,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6} + 1
[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)
=> 5 = 4 + 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)
=> 5 = 4 + 1
[1,5,3,4,2] => [1,5,2,3,4] => [1,2,5,3,4] => ([(2,4),(3,4)],5)
=> ? ∊ {0,1,1,1,1,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,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6} + 1
[1,5,4,2,3] => [1,5,2,3,4] => [1,2,5,3,4] => ([(2,4),(3,4)],5)
=> ? ∊ {0,1,1,1,1,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,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6} + 1
[1,5,4,3,2] => [1,5,2,3,4] => [1,2,5,3,4] => ([(2,4),(3,4)],5)
=> ? ∊ {0,1,1,1,1,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,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6} + 1
[2,1,3,4,5] => [1,3,4,5,2] => [3,1,2,4,5] => ([(2,4),(3,4)],5)
=> ? ∊ {0,1,1,1,1,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,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6} + 1
[2,1,3,5,4] => [1,3,5,2,4] => [3,5,1,2,4] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> 5 = 4 + 1
[2,1,4,3,5] => [1,4,2,3,5] => [1,2,4,3,5] => ([(3,4)],5)
=> ? ∊ {0,1,1,1,1,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,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6} + 1
[2,1,4,5,3] => [1,4,5,2,3] => [4,5,1,2,3] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4)],5)
=> 4 = 3 + 1
[2,1,5,3,4] => [1,5,2,3,4] => [1,2,5,3,4] => ([(2,4),(3,4)],5)
=> ? ∊ {0,1,1,1,1,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,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6} + 1
[2,1,5,4,3] => [1,5,2,3,4] => [1,2,5,3,4] => ([(2,4),(3,4)],5)
=> ? ∊ {0,1,1,1,1,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,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6} + 1
[2,3,1,4,5] => [1,4,5,2,3] => [4,5,1,2,3] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4)],5)
=> 4 = 3 + 1
[2,3,1,5,4] => [1,5,2,3,4] => [1,2,5,3,4] => ([(2,4),(3,4)],5)
=> ? ∊ {0,1,1,1,1,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,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6} + 1
[2,3,4,1,5] => [1,5,2,3,4] => [1,2,5,3,4] => ([(2,4),(3,4)],5)
=> ? ∊ {0,1,1,1,1,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,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6} + 1
[2,3,4,5,1] => [1,2,3,4,5] => [1,2,3,4,5] => ([],5)
=> ? ∊ {0,1,1,1,1,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,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6} + 1
[2,3,5,1,4] => [1,4,2,3,5] => [1,2,4,3,5] => ([(3,4)],5)
=> ? ∊ {0,1,1,1,1,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,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6} + 1
[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 + 1
[2,4,1,3,5] => [1,3,5,2,4] => [3,5,1,2,4] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> 5 = 4 + 1
[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)
=> 5 = 4 + 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)
=> 5 = 4 + 1
[2,4,3,5,1] => [1,2,4,3,5] => [1,4,2,3,5] => ([(2,4),(3,4)],5)
=> ? ∊ {0,1,1,1,1,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,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6} + 1
[2,4,5,1,3] => [1,3,2,4,5] => [1,3,4,2,5] => ([(2,4),(3,4)],5)
=> ? ∊ {0,1,1,1,1,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,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6} + 1
[2,5,1,4,3] => [1,4,2,5,3] => [4,1,5,2,3] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> 5 = 4 + 1
[2,5,3,1,4] => [1,4,2,5,3] => [4,1,5,2,3] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> 5 = 4 + 1
[2,5,4,1,3] => [1,3,2,5,4] => [3,1,5,2,4] => ([(0,4),(1,3),(2,3),(2,4)],5)
=> 5 = 4 + 1
[3,1,4,2,5] => [1,4,2,5,3] => [4,1,5,2,3] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> 5 = 4 + 1
[3,1,4,5,2] => [1,4,5,2,3] => [4,5,1,2,3] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4)],5)
=> 4 = 3 + 1
[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)
=> 5 = 4 + 1
[3,2,1,4,5] => [1,4,5,2,3] => [4,5,1,2,3] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4)],5)
=> 4 = 3 + 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)
=> 5 = 4 + 1
[3,2,5,1,4] => [1,4,2,5,3] => [4,1,5,2,3] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> 5 = 4 + 1
[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 = 2 + 1
[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 = 2 + 1
[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 = 2 + 1
[4,1,3,2,5] => [1,3,2,5,4] => [3,1,5,2,4] => ([(0,4),(1,3),(2,3),(2,4)],5)
=> 5 = 4 + 1
[4,1,3,5,2] => [1,3,5,2,4] => [3,5,1,2,4] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> 5 = 4 + 1
[4,2,1,3,5] => [1,3,5,2,4] => [3,5,1,2,4] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> 5 = 4 + 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 = 2 + 1
[4,2,5,1,3] => [1,3,2,5,4] => [3,1,5,2,4] => ([(0,4),(1,3),(2,3),(2,4)],5)
=> 5 = 4 + 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 = 2 + 1
[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 = 2 + 1
[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)
=> 3 = 2 + 1
[1,2,4,3,6,5] => [1,2,4,3,6,5] => [4,1,6,2,3,5] => ([(0,5),(1,4),(2,4),(2,5),(3,4),(3,5)],6)
=> 6 = 5 + 1
[1,2,4,6,3,5] => [1,2,4,6,3,5] => [4,6,1,2,3,5] => ([(0,5),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5)],6)
=> 5 = 4 + 1
[1,2,4,6,5,3] => [1,2,4,6,3,5] => [4,6,1,2,3,5] => ([(0,5),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5)],6)
=> 5 = 4 + 1
[1,2,5,3,6,4] => [1,2,5,3,6,4] => [5,1,6,2,3,4] => ([(0,5),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5)],6)
=> 5 = 4 + 1
[1,2,5,4,3,6] => [1,2,5,3,6,4] => [5,1,6,2,3,4] => ([(0,5),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5)],6)
=> 5 = 4 + 1
[1,2,5,6,3,4] => [1,2,5,6,3,4] => [5,6,1,2,3,4] => ([(0,4),(0,5),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5)],6)
=> 4 = 3 + 1
Description
The number of distinct eigenvalues of the distance Laplacian of a connected graph.
Matching statistic: St001330
Mp00159: Permutations —Demazure product with inverse⟶ Permutations
Mp00160: Permutations —graph of inversions⟶ Graphs
Mp00203: Graphs —cone⟶ Graphs
St001330: Graphs ⟶ ℤResult quality: 21% ●values known / values provided: 21%●distinct values known / distinct values provided: 60%
Mp00160: Permutations —graph of inversions⟶ Graphs
Mp00203: Graphs —cone⟶ Graphs
St001330: Graphs ⟶ ℤResult quality: 21% ●values known / values provided: 21%●distinct values known / distinct values provided: 60%
Values
[1] => [1] => ([],1)
=> ([(0,1)],2)
=> 2 = 0 + 2
[1,2] => [1,2] => ([],2)
=> ([(0,2),(1,2)],3)
=> 2 = 0 + 2
[2,1] => [2,1] => ([(0,1)],2)
=> ([(0,1),(0,2),(1,2)],3)
=> 3 = 1 + 2
[1,2,3] => [1,2,3] => ([],3)
=> ([(0,3),(1,3),(2,3)],4)
=> 2 = 0 + 2
[1,3,2] => [1,3,2] => ([(1,2)],3)
=> ([(0,3),(1,2),(1,3),(2,3)],4)
=> ? ∊ {1,1} + 2
[2,1,3] => [2,1,3] => ([(1,2)],3)
=> ([(0,3),(1,2),(1,3),(2,3)],4)
=> ? ∊ {1,1} + 2
[2,3,1] => [3,2,1] => ([(0,1),(0,2),(1,2)],3)
=> ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 4 = 2 + 2
[3,1,2] => [3,2,1] => ([(0,1),(0,2),(1,2)],3)
=> ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 4 = 2 + 2
[3,2,1] => [3,2,1] => ([(0,1),(0,2),(1,2)],3)
=> ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 4 = 2 + 2
[1,2,3,4] => [1,2,3,4] => ([],4)
=> ([(0,4),(1,4),(2,4),(3,4)],5)
=> 2 = 0 + 2
[1,2,4,3] => [1,2,4,3] => ([(2,3)],4)
=> ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,2,2,2,2,2,2,2,3,3,4,4,4,4} + 2
[1,3,2,4] => [1,3,2,4] => ([(2,3)],4)
=> ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,2,2,2,2,2,2,2,3,3,4,4,4,4} + 2
[1,3,4,2] => [1,4,3,2] => ([(1,2),(1,3),(2,3)],4)
=> ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,2,2,2,2,2,2,2,3,3,4,4,4,4} + 2
[1,4,2,3] => [1,4,3,2] => ([(1,2),(1,3),(2,3)],4)
=> ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,2,2,2,2,2,2,2,3,3,4,4,4,4} + 2
[1,4,3,2] => [1,4,3,2] => ([(1,2),(1,3),(2,3)],4)
=> ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,2,2,2,2,2,2,2,3,3,4,4,4,4} + 2
[2,1,3,4] => [2,1,3,4] => ([(2,3)],4)
=> ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,2,2,2,2,2,2,2,3,3,4,4,4,4} + 2
[2,1,4,3] => [2,1,4,3] => ([(0,3),(1,2)],4)
=> ([(0,3),(0,4),(1,2),(1,4),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,2,2,2,2,2,2,2,3,3,4,4,4,4} + 2
[2,3,1,4] => [3,2,1,4] => ([(1,2),(1,3),(2,3)],4)
=> ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,2,2,2,2,2,2,2,3,3,4,4,4,4} + 2
[2,3,4,1] => [4,2,3,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,2,2,2,2,2,2,2,3,3,4,4,4,4} + 2
[2,4,1,3] => [3,4,1,2] => ([(0,2),(0,3),(1,2),(1,3)],4)
=> ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,2,2,2,2,2,2,2,3,3,4,4,4,4} + 2
[2,4,3,1] => [4,3,2,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 5 = 3 + 2
[3,1,2,4] => [3,2,1,4] => ([(1,2),(1,3),(2,3)],4)
=> ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,2,2,2,2,2,2,2,3,3,4,4,4,4} + 2
[3,1,4,2] => [4,2,3,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,2,2,2,2,2,2,2,3,3,4,4,4,4} + 2
[3,2,1,4] => [3,2,1,4] => ([(1,2),(1,3),(2,3)],4)
=> ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,2,2,2,2,2,2,2,3,3,4,4,4,4} + 2
[3,2,4,1] => [4,2,3,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,2,2,2,2,2,2,2,3,3,4,4,4,4} + 2
[3,4,1,2] => [4,3,2,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 5 = 3 + 2
[3,4,2,1] => [4,3,2,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 5 = 3 + 2
[4,1,2,3] => [4,2,3,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,2,2,2,2,2,2,2,3,3,4,4,4,4} + 2
[4,1,3,2] => [4,2,3,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,2,2,2,2,2,2,2,3,3,4,4,4,4} + 2
[4,2,1,3] => [4,3,2,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 5 = 3 + 2
[4,2,3,1] => [4,3,2,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 5 = 3 + 2
[4,3,1,2] => [4,3,2,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 5 = 3 + 2
[4,3,2,1] => [4,3,2,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 5 = 3 + 2
[1,2,3,4,5] => [1,2,3,4,5] => ([],5)
=> ([(0,5),(1,5),(2,5),(3,5),(4,5)],6)
=> 2 = 0 + 2
[1,2,3,5,4] => [1,2,3,5,4] => ([(3,4)],5)
=> ([(0,5),(1,5),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6} + 2
[1,2,4,3,5] => [1,2,4,3,5] => ([(3,4)],5)
=> ([(0,5),(1,5),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6} + 2
[1,2,4,5,3] => [1,2,5,4,3] => ([(2,3),(2,4),(3,4)],5)
=> ([(0,5),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6} + 2
[1,2,5,3,4] => [1,2,5,4,3] => ([(2,3),(2,4),(3,4)],5)
=> ([(0,5),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6} + 2
[1,2,5,4,3] => [1,2,5,4,3] => ([(2,3),(2,4),(3,4)],5)
=> ([(0,5),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6} + 2
[1,3,2,4,5] => [1,3,2,4,5] => ([(3,4)],5)
=> ([(0,5),(1,5),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6} + 2
[1,3,2,5,4] => [1,3,2,5,4] => ([(1,4),(2,3)],5)
=> ([(0,5),(1,4),(1,5),(2,3),(2,5),(3,5),(4,5)],6)
=> ? ∊ {1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6} + 2
[1,3,4,2,5] => [1,4,3,2,5] => ([(2,3),(2,4),(3,4)],5)
=> ([(0,5),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6} + 2
[1,3,4,5,2] => [1,5,3,4,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6} + 2
[1,3,5,2,4] => [1,4,5,2,3] => ([(1,3),(1,4),(2,3),(2,4)],5)
=> ([(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,5),(4,5)],6)
=> ? ∊ {1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6} + 2
[1,3,5,4,2] => [1,5,4,3,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,5),(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6} + 2
[1,4,2,3,5] => [1,4,3,2,5] => ([(2,3),(2,4),(3,4)],5)
=> ([(0,5),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6} + 2
[1,4,2,5,3] => [1,5,3,4,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6} + 2
[1,4,3,2,5] => [1,4,3,2,5] => ([(2,3),(2,4),(3,4)],5)
=> ([(0,5),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6} + 2
[1,4,3,5,2] => [1,5,3,4,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6} + 2
[1,4,5,2,3] => [1,5,4,3,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,5),(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6} + 2
[1,4,5,3,2] => [1,5,4,3,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,5),(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6} + 2
[1,5,2,3,4] => [1,5,3,4,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6} + 2
[1,5,2,4,3] => [1,5,3,4,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6} + 2
[1,5,3,2,4] => [1,5,4,3,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,5),(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6} + 2
[1,5,3,4,2] => [1,5,4,3,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,5),(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6} + 2
[1,5,4,2,3] => [1,5,4,3,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,5),(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6} + 2
[1,5,4,3,2] => [1,5,4,3,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,5),(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6} + 2
[2,1,3,4,5] => [2,1,3,4,5] => ([(3,4)],5)
=> ([(0,5),(1,5),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6} + 2
[2,1,3,5,4] => [2,1,3,5,4] => ([(1,4),(2,3)],5)
=> ([(0,5),(1,4),(1,5),(2,3),(2,5),(3,5),(4,5)],6)
=> ? ∊ {1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6} + 2
[2,1,4,3,5] => [2,1,4,3,5] => ([(1,4),(2,3)],5)
=> ([(0,5),(1,4),(1,5),(2,3),(2,5),(3,5),(4,5)],6)
=> ? ∊ {1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6} + 2
[2,1,4,5,3] => [2,1,5,4,3] => ([(0,1),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,5),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6} + 2
[2,1,5,3,4] => [2,1,5,4,3] => ([(0,1),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,5),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6} + 2
[2,1,5,4,3] => [2,1,5,4,3] => ([(0,1),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,5),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6} + 2
[2,3,1,4,5] => [3,2,1,4,5] => ([(2,3),(2,4),(3,4)],5)
=> ([(0,5),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6} + 2
[2,3,1,5,4] => [3,2,1,5,4] => ([(0,1),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,5),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6} + 2
[2,3,4,1,5] => [4,2,3,1,5] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6} + 2
[2,4,5,3,1] => [5,4,3,2,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 6 = 4 + 2
[2,5,3,4,1] => [5,4,3,2,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 6 = 4 + 2
[2,5,4,3,1] => [5,4,3,2,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 6 = 4 + 2
[3,4,5,1,2] => [5,4,3,2,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 6 = 4 + 2
[3,4,5,2,1] => [5,4,3,2,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 6 = 4 + 2
[3,5,1,4,2] => [5,4,3,2,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 6 = 4 + 2
[3,5,2,4,1] => [5,4,3,2,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 6 = 4 + 2
[3,5,4,1,2] => [5,4,3,2,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 6 = 4 + 2
[3,5,4,2,1] => [5,4,3,2,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 6 = 4 + 2
[4,2,5,1,3] => [5,4,3,2,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 6 = 4 + 2
[4,2,5,3,1] => [5,4,3,2,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 6 = 4 + 2
[4,3,5,1,2] => [5,4,3,2,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 6 = 4 + 2
[4,3,5,2,1] => [5,4,3,2,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 6 = 4 + 2
[4,5,1,2,3] => [5,4,3,2,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 6 = 4 + 2
[4,5,1,3,2] => [5,4,3,2,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 6 = 4 + 2
[4,5,2,1,3] => [5,4,3,2,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 6 = 4 + 2
[4,5,2,3,1] => [5,4,3,2,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 6 = 4 + 2
[4,5,3,1,2] => [5,4,3,2,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 6 = 4 + 2
[4,5,3,2,1] => [5,4,3,2,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 6 = 4 + 2
[5,2,3,1,4] => [5,4,3,2,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 6 = 4 + 2
[5,2,3,4,1] => [5,4,3,2,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 6 = 4 + 2
[5,2,4,1,3] => [5,4,3,2,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 6 = 4 + 2
[5,2,4,3,1] => [5,4,3,2,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 6 = 4 + 2
[5,3,1,2,4] => [5,4,3,2,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 6 = 4 + 2
[5,3,1,4,2] => [5,4,3,2,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 6 = 4 + 2
[5,3,2,1,4] => [5,4,3,2,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 6 = 4 + 2
[5,3,2,4,1] => [5,4,3,2,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 6 = 4 + 2
[5,3,4,1,2] => [5,4,3,2,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 6 = 4 + 2
[5,3,4,2,1] => [5,4,3,2,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 6 = 4 + 2
[5,4,1,2,3] => [5,4,3,2,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 6 = 4 + 2
[5,4,1,3,2] => [5,4,3,2,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 6 = 4 + 2
[5,4,2,1,3] => [5,4,3,2,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 6 = 4 + 2
[5,4,2,3,1] => [5,4,3,2,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 6 = 4 + 2
[5,4,3,1,2] => [5,4,3,2,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 6 = 4 + 2
Description
The hat guessing number of a graph.
Suppose that each vertex of a graph corresponds to a player, wearing a hat whose color is arbitrarily chosen from a set of $q$ possible colors. Each player can see the hat colors of his neighbors, but not his own hat color. All of the players are asked to guess their own hat colors simultaneously, according to a predetermined guessing strategy and the hat colors they see, where no communication between them is allowed. The hat guessing number $HG(G)$ of a graph $G$ is the largest integer $q$ such that there exists a guessing strategy guaranteeing at least one correct guess for any hat assignment of $q$ possible colors.
Because it suffices that a single player guesses correctly, the hat guessing number of a graph is the maximum of the hat guessing numbers of its connected components.
Matching statistic: St000264
(load all 4 compositions to match this statistic)
(load all 4 compositions to match this statistic)
Values
[1] => ([],1)
=> ([],1)
=> ([],1)
=> ? = 0
[1,2] => ([(0,1)],2)
=> ([(0,1)],2)
=> ([(0,1)],2)
=> ? ∊ {0,1}
[2,1] => ([],2)
=> ([],2)
=> ([],1)
=> ? ∊ {0,1}
[1,2,3] => ([(0,2),(2,1)],3)
=> ([(0,2),(1,2)],3)
=> ([(0,1)],2)
=> ? ∊ {0,1,1,2,2,2}
[1,3,2] => ([(0,1),(0,2)],3)
=> ([(0,2),(1,2)],3)
=> ([(0,1)],2)
=> ? ∊ {0,1,1,2,2,2}
[2,1,3] => ([(0,2),(1,2)],3)
=> ([(0,2),(1,2)],3)
=> ([(0,1)],2)
=> ? ∊ {0,1,1,2,2,2}
[2,3,1] => ([(1,2)],3)
=> ([(1,2)],3)
=> ([(1,2)],3)
=> ? ∊ {0,1,1,2,2,2}
[3,1,2] => ([(1,2)],3)
=> ([(1,2)],3)
=> ([(1,2)],3)
=> ? ∊ {0,1,1,2,2,2}
[3,2,1] => ([],3)
=> ([],3)
=> ([],1)
=> ? ∊ {0,1,1,2,2,2}
[1,2,3,4] => ([(0,3),(2,1),(3,2)],4)
=> ([(0,3),(1,2),(2,3)],4)
=> ([(0,3),(1,2),(2,3)],4)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4}
[1,2,4,3] => ([(0,3),(3,1),(3,2)],4)
=> ([(0,3),(1,3),(2,3)],4)
=> ([(0,1)],2)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4}
[1,3,2,4] => ([(0,1),(0,2),(1,3),(2,3)],4)
=> ([(0,2),(0,3),(1,2),(1,3)],4)
=> ([(0,1)],2)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4}
[1,3,4,2] => ([(0,2),(0,3),(3,1)],4)
=> ([(0,3),(1,2),(2,3)],4)
=> ([(0,3),(1,2),(2,3)],4)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4}
[1,4,2,3] => ([(0,2),(0,3),(3,1)],4)
=> ([(0,3),(1,2),(2,3)],4)
=> ([(0,3),(1,2),(2,3)],4)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4}
[1,4,3,2] => ([(0,1),(0,2),(0,3)],4)
=> ([(0,3),(1,3),(2,3)],4)
=> ([(0,1)],2)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4}
[2,1,3,4] => ([(0,3),(1,3),(3,2)],4)
=> ([(0,3),(1,3),(2,3)],4)
=> ([(0,1)],2)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4}
[2,1,4,3] => ([(0,2),(0,3),(1,2),(1,3)],4)
=> ([(0,2),(0,3),(1,2),(1,3)],4)
=> ([(0,1)],2)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4}
[2,3,1,4] => ([(0,3),(1,2),(2,3)],4)
=> ([(0,3),(1,2),(2,3)],4)
=> ([(0,3),(1,2),(2,3)],4)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4}
[2,3,4,1] => ([(1,2),(2,3)],4)
=> ([(1,3),(2,3)],4)
=> ([(1,2)],3)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4}
[2,4,1,3] => ([(0,3),(1,2),(1,3)],4)
=> ([(0,3),(1,2),(2,3)],4)
=> ([(0,3),(1,2),(2,3)],4)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4}
[2,4,3,1] => ([(1,2),(1,3)],4)
=> ([(1,3),(2,3)],4)
=> ([(1,2)],3)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4}
[3,1,2,4] => ([(0,3),(1,2),(2,3)],4)
=> ([(0,3),(1,2),(2,3)],4)
=> ([(0,3),(1,2),(2,3)],4)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4}
[3,1,4,2] => ([(0,3),(1,2),(1,3)],4)
=> ([(0,3),(1,2),(2,3)],4)
=> ([(0,3),(1,2),(2,3)],4)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4}
[3,2,1,4] => ([(0,3),(1,3),(2,3)],4)
=> ([(0,3),(1,3),(2,3)],4)
=> ([(0,1)],2)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4}
[3,2,4,1] => ([(1,3),(2,3)],4)
=> ([(1,3),(2,3)],4)
=> ([(1,2)],3)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4}
[3,4,1,2] => ([(0,3),(1,2)],4)
=> ([(0,3),(1,2)],4)
=> ([(0,3),(1,2)],4)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4}
[3,4,2,1] => ([(2,3)],4)
=> ([(2,3)],4)
=> ([(1,2)],3)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4}
[4,1,2,3] => ([(1,2),(2,3)],4)
=> ([(1,3),(2,3)],4)
=> ([(1,2)],3)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4}
[4,1,3,2] => ([(1,2),(1,3)],4)
=> ([(1,3),(2,3)],4)
=> ([(1,2)],3)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4}
[4,2,1,3] => ([(1,3),(2,3)],4)
=> ([(1,3),(2,3)],4)
=> ([(1,2)],3)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4}
[4,2,3,1] => ([(2,3)],4)
=> ([(2,3)],4)
=> ([(1,2)],3)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4}
[4,3,1,2] => ([(2,3)],4)
=> ([(2,3)],4)
=> ([(1,2)],3)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4}
[4,3,2,1] => ([],4)
=> ([],4)
=> ([],1)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4}
[1,2,3,4,5] => ([(0,4),(2,3),(3,1),(4,2)],5)
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> ? ∊ {0,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,2,3,5,4] => ([(0,3),(3,4),(4,1),(4,2)],5)
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> ([(0,3),(1,2),(2,3)],4)
=> ? ∊ {0,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,2,4,3,5] => ([(0,3),(1,4),(2,4),(3,1),(3,2)],5)
=> ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> ([(0,3),(1,2),(2,3)],4)
=> ? ∊ {0,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,2,4,5,3] => ([(0,4),(3,2),(4,1),(4,3)],5)
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> ([(0,3),(1,2),(2,3)],4)
=> ? ∊ {0,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,2,5,3,4] => ([(0,4),(3,2),(4,1),(4,3)],5)
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> ([(0,3),(1,2),(2,3)],4)
=> ? ∊ {0,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,2,5,4,3] => ([(0,4),(4,1),(4,2),(4,3)],5)
=> ([(0,4),(1,4),(2,4),(3,4)],5)
=> ([(0,1)],2)
=> ? ∊ {0,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,3,2,4,5] => ([(0,2),(0,3),(2,4),(3,4),(4,1)],5)
=> ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> ([(0,3),(1,2),(2,3)],4)
=> ? ∊ {0,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,3,2,5,4] => ([(0,1),(0,2),(1,3),(1,4),(2,3),(2,4)],5)
=> ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4)],5)
=> ([(0,1)],2)
=> ? ∊ {0,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,3,4,2,5] => ([(0,2),(0,3),(1,4),(2,4),(3,1)],5)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 5
[1,3,4,5,2] => ([(0,2),(0,4),(3,1),(4,3)],5)
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> ? ∊ {0,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,3,5,2,4] => ([(0,2),(0,3),(2,4),(3,1),(3,4)],5)
=> ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> ([(0,3),(1,2),(2,3)],4)
=> ? ∊ {0,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,3,5,4,2] => ([(0,3),(0,4),(4,1),(4,2)],5)
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> ([(0,3),(1,2),(2,3)],4)
=> ? ∊ {0,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,4,2,3,5] => ([(0,2),(0,3),(1,4),(2,4),(3,1)],5)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 5
[1,4,2,5,3] => ([(0,2),(0,3),(2,4),(3,1),(3,4)],5)
=> ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> ([(0,3),(1,2),(2,3)],4)
=> ? ∊ {0,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,4,3,2,5] => ([(0,1),(0,2),(0,3),(1,4),(2,4),(3,4)],5)
=> ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4)],5)
=> ([(0,1)],2)
=> ? ∊ {0,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,4,3,5,2] => ([(0,1),(0,2),(0,3),(2,4),(3,4)],5)
=> ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> ([(0,3),(1,2),(2,3)],4)
=> ? ∊ {0,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,4,5,2,3] => ([(0,3),(0,4),(3,2),(4,1)],5)
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> ? ∊ {0,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,4,5,3,2] => ([(0,2),(0,3),(0,4),(4,1)],5)
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> ([(0,3),(1,2),(2,3)],4)
=> ? ∊ {0,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[1,5,2,3,4] => ([(0,2),(0,4),(3,1),(4,3)],5)
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> ? ∊ {0,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6}
[2,4,1,5,3] => ([(0,3),(0,4),(1,2),(1,3),(2,4)],5)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 5
[3,1,5,2,4] => ([(0,3),(0,4),(1,2),(1,3),(2,4)],5)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 5
[1,2,4,5,3,6] => ([(0,4),(1,5),(2,5),(3,2),(4,1),(4,3)],6)
=> ([(0,5),(1,2),(1,4),(2,3),(3,5),(4,5)],6)
=> ([(0,5),(1,2),(1,4),(2,3),(3,5),(4,5)],6)
=> 5
[1,2,4,6,3,5] => ([(0,4),(2,5),(3,1),(3,5),(4,2),(4,3)],6)
=> ([(0,5),(1,4),(2,3),(2,4),(3,5),(4,5)],6)
=> ([(0,5),(1,4),(2,3),(2,4),(3,5),(4,5)],6)
=> 4
[1,2,5,3,4,6] => ([(0,4),(1,5),(2,5),(3,2),(4,1),(4,3)],6)
=> ([(0,5),(1,2),(1,4),(2,3),(3,5),(4,5)],6)
=> ([(0,5),(1,2),(1,4),(2,3),(3,5),(4,5)],6)
=> 5
[1,2,5,3,6,4] => ([(0,4),(2,5),(3,1),(3,5),(4,2),(4,3)],6)
=> ([(0,5),(1,4),(2,3),(2,4),(3,5),(4,5)],6)
=> ([(0,5),(1,4),(2,3),(2,4),(3,5),(4,5)],6)
=> 4
[1,3,4,2,5,6] => ([(0,3),(0,4),(1,5),(3,5),(4,1),(5,2)],6)
=> ([(0,5),(1,2),(1,4),(2,3),(3,5),(4,5)],6)
=> ([(0,5),(1,2),(1,4),(2,3),(3,5),(4,5)],6)
=> 5
[1,3,4,2,6,5] => ([(0,2),(0,3),(1,4),(1,5),(2,4),(2,5),(3,1)],6)
=> ([(0,1),(0,5),(1,4),(2,4),(2,5),(3,4),(3,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 5
[1,3,4,5,2,6] => ([(0,2),(0,4),(1,5),(2,5),(3,1),(4,3)],6)
=> ([(0,4),(0,5),(1,2),(1,3),(2,5),(3,4)],6)
=> ([(0,4),(0,5),(1,2),(1,3),(2,5),(3,4)],6)
=> 6
[1,3,4,6,2,5] => ([(0,2),(0,4),(2,5),(3,1),(3,5),(4,3)],6)
=> ([(0,5),(1,2),(1,4),(2,3),(3,5),(4,5)],6)
=> ([(0,5),(1,2),(1,4),(2,3),(3,5),(4,5)],6)
=> 5
[1,3,5,2,4,6] => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> ([(0,3),(0,5),(1,2),(1,5),(2,4),(3,4),(4,5)],6)
=> ([(0,3),(0,5),(1,2),(1,5),(2,4),(3,4),(4,5)],6)
=> 4
[1,3,5,2,6,4] => ([(0,2),(0,3),(1,4),(2,4),(2,5),(3,1),(3,5)],6)
=> ([(0,1),(0,5),(1,4),(2,4),(2,5),(3,4),(3,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 5
[1,3,5,4,2,6] => ([(0,3),(0,4),(1,5),(2,5),(3,5),(4,1),(4,2)],6)
=> ([(0,1),(0,5),(1,4),(2,4),(2,5),(3,4),(3,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 5
[1,3,6,2,4,5] => ([(0,3),(0,4),(3,5),(4,1),(4,5),(5,2)],6)
=> ([(0,5),(1,4),(2,3),(2,4),(3,5),(4,5)],6)
=> ([(0,5),(1,4),(2,3),(2,4),(3,5),(4,5)],6)
=> 4
[1,3,6,4,2,5] => ([(0,3),(0,4),(2,5),(3,5),(4,1),(4,2)],6)
=> ([(0,5),(1,2),(1,4),(2,3),(3,5),(4,5)],6)
=> ([(0,5),(1,2),(1,4),(2,3),(3,5),(4,5)],6)
=> 5
[1,4,2,3,5,6] => ([(0,3),(0,4),(1,5),(3,5),(4,1),(5,2)],6)
=> ([(0,5),(1,2),(1,4),(2,3),(3,5),(4,5)],6)
=> ([(0,5),(1,2),(1,4),(2,3),(3,5),(4,5)],6)
=> 5
[1,4,2,3,6,5] => ([(0,2),(0,3),(1,4),(1,5),(2,4),(2,5),(3,1)],6)
=> ([(0,1),(0,5),(1,4),(2,4),(2,5),(3,4),(3,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 5
[1,4,2,5,3,6] => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> ([(0,3),(0,5),(1,2),(1,5),(2,4),(3,4),(4,5)],6)
=> ([(0,3),(0,5),(1,2),(1,5),(2,4),(3,4),(4,5)],6)
=> 4
[1,4,2,5,6,3] => ([(0,3),(0,4),(3,5),(4,1),(4,5),(5,2)],6)
=> ([(0,5),(1,4),(2,3),(2,4),(3,5),(4,5)],6)
=> ([(0,5),(1,4),(2,3),(2,4),(3,5),(4,5)],6)
=> 4
[1,4,2,6,3,5] => ([(0,2),(0,3),(1,4),(2,4),(2,5),(3,1),(3,5)],6)
=> ([(0,1),(0,5),(1,4),(2,4),(2,5),(3,4),(3,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 5
[1,4,3,5,2,6] => ([(0,1),(0,2),(0,3),(1,5),(2,4),(3,4),(4,5)],6)
=> ([(0,1),(0,5),(1,4),(2,4),(2,5),(3,4),(3,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 5
[1,4,5,2,3,6] => ([(0,3),(0,4),(1,5),(2,5),(3,2),(4,1)],6)
=> ([(0,4),(0,5),(1,2),(1,3),(2,5),(3,4)],6)
=> ([(0,4),(0,5),(1,2),(1,3),(2,5),(3,4)],6)
=> 6
[1,4,5,2,6,3] => ([(0,3),(0,4),(2,5),(3,2),(4,1),(4,5)],6)
=> ([(0,5),(1,2),(1,4),(2,3),(3,5),(4,5)],6)
=> ([(0,5),(1,2),(1,4),(2,3),(3,5),(4,5)],6)
=> 5
[1,4,5,3,2,6] => ([(0,2),(0,3),(0,4),(1,5),(2,5),(3,5),(4,1)],6)
=> ([(0,1),(0,5),(1,4),(2,4),(2,5),(3,4),(3,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 5
[1,4,5,3,6,2] => ([(0,2),(0,3),(0,4),(1,5),(3,5),(4,1)],6)
=> ([(0,5),(1,2),(1,4),(2,3),(3,5),(4,5)],6)
=> ([(0,5),(1,2),(1,4),(2,3),(3,5),(4,5)],6)
=> 5
[1,4,6,2,3,5] => ([(0,3),(0,4),(2,5),(3,2),(4,1),(4,5)],6)
=> ([(0,5),(1,2),(1,4),(2,3),(3,5),(4,5)],6)
=> ([(0,5),(1,2),(1,4),(2,3),(3,5),(4,5)],6)
=> 5
[1,4,6,3,5,2] => ([(0,2),(0,3),(0,4),(3,5),(4,1),(4,5)],6)
=> ([(0,5),(1,4),(2,3),(2,4),(3,5),(4,5)],6)
=> ([(0,5),(1,4),(2,3),(2,4),(3,5),(4,5)],6)
=> 4
[1,5,2,3,4,6] => ([(0,2),(0,4),(1,5),(2,5),(3,1),(4,3)],6)
=> ([(0,4),(0,5),(1,2),(1,3),(2,5),(3,4)],6)
=> ([(0,4),(0,5),(1,2),(1,3),(2,5),(3,4)],6)
=> 6
[1,5,2,3,6,4] => ([(0,2),(0,4),(2,5),(3,1),(3,5),(4,3)],6)
=> ([(0,5),(1,2),(1,4),(2,3),(3,5),(4,5)],6)
=> ([(0,5),(1,2),(1,4),(2,3),(3,5),(4,5)],6)
=> 5
[1,5,2,4,3,6] => ([(0,3),(0,4),(1,5),(2,5),(3,5),(4,1),(4,2)],6)
=> ([(0,1),(0,5),(1,4),(2,4),(2,5),(3,4),(3,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 5
[1,5,2,4,6,3] => ([(0,3),(0,4),(2,5),(3,5),(4,1),(4,2)],6)
=> ([(0,5),(1,2),(1,4),(2,3),(3,5),(4,5)],6)
=> ([(0,5),(1,2),(1,4),(2,3),(3,5),(4,5)],6)
=> 5
[1,5,3,2,4,6] => ([(0,1),(0,2),(0,3),(1,5),(2,4),(3,4),(4,5)],6)
=> ([(0,1),(0,5),(1,4),(2,4),(2,5),(3,4),(3,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 5
[1,5,3,4,2,6] => ([(0,2),(0,3),(0,4),(1,5),(2,5),(3,5),(4,1)],6)
=> ([(0,1),(0,5),(1,4),(2,4),(2,5),(3,4),(3,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 5
[1,5,3,4,6,2] => ([(0,2),(0,3),(0,4),(1,5),(3,5),(4,1)],6)
=> ([(0,5),(1,2),(1,4),(2,3),(3,5),(4,5)],6)
=> ([(0,5),(1,2),(1,4),(2,3),(3,5),(4,5)],6)
=> 5
[1,5,3,6,2,4] => ([(0,1),(0,2),(0,3),(1,5),(2,4),(3,4),(3,5)],6)
=> ([(0,3),(0,5),(1,2),(1,5),(2,4),(3,4),(4,5)],6)
=> ([(0,3),(0,5),(1,2),(1,5),(2,4),(3,4),(4,5)],6)
=> 4
[1,5,3,6,4,2] => ([(0,2),(0,3),(0,4),(3,5),(4,1),(4,5)],6)
=> ([(0,5),(1,4),(2,3),(2,4),(3,5),(4,5)],6)
=> ([(0,5),(1,4),(2,3),(2,4),(3,5),(4,5)],6)
=> 4
[1,5,4,2,3,6] => ([(0,2),(0,3),(0,4),(1,5),(2,5),(3,5),(4,1)],6)
=> ([(0,1),(0,5),(1,4),(2,4),(2,5),(3,4),(3,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 5
[1,6,3,4,2,5] => ([(0,2),(0,3),(0,4),(1,5),(3,5),(4,1)],6)
=> ([(0,5),(1,2),(1,4),(2,3),(3,5),(4,5)],6)
=> ([(0,5),(1,2),(1,4),(2,3),(3,5),(4,5)],6)
=> 5
[1,6,3,5,2,4] => ([(0,2),(0,3),(0,4),(3,5),(4,1),(4,5)],6)
=> ([(0,5),(1,4),(2,3),(2,4),(3,5),(4,5)],6)
=> ([(0,5),(1,4),(2,3),(2,4),(3,5),(4,5)],6)
=> 4
[1,6,4,2,3,5] => ([(0,2),(0,3),(0,4),(1,5),(3,5),(4,1)],6)
=> ([(0,5),(1,2),(1,4),(2,3),(3,5),(4,5)],6)
=> ([(0,5),(1,2),(1,4),(2,3),(3,5),(4,5)],6)
=> 5
[1,6,4,2,5,3] => ([(0,2),(0,3),(0,4),(3,5),(4,1),(4,5)],6)
=> ([(0,5),(1,4),(2,3),(2,4),(3,5),(4,5)],6)
=> ([(0,5),(1,4),(2,3),(2,4),(3,5),(4,5)],6)
=> 4
[2,1,4,5,3,6] => ([(0,4),(0,5),(1,4),(1,5),(2,3),(4,2),(5,3)],6)
=> ([(0,1),(0,5),(1,4),(2,4),(2,5),(3,4),(3,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 5
[2,1,5,3,4,6] => ([(0,4),(0,5),(1,4),(1,5),(2,3),(4,2),(5,3)],6)
=> ([(0,1),(0,5),(1,4),(2,4),(2,5),(3,4),(3,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 5
[2,3,1,5,6,4] => ([(0,4),(0,5),(1,3),(3,4),(3,5),(5,2)],6)
=> ([(0,5),(1,4),(2,3),(2,4),(3,5),(4,5)],6)
=> ([(0,5),(1,4),(2,3),(2,4),(3,5),(4,5)],6)
=> 4
[2,3,1,6,4,5] => ([(0,4),(0,5),(1,3),(3,4),(3,5),(5,2)],6)
=> ([(0,5),(1,4),(2,3),(2,4),(3,5),(4,5)],6)
=> ([(0,5),(1,4),(2,3),(2,4),(3,5),(4,5)],6)
=> 4
[2,3,5,1,4,6] => ([(0,5),(1,2),(2,3),(2,5),(3,4),(5,4)],6)
=> ([(0,5),(1,4),(2,3),(2,4),(3,5),(4,5)],6)
=> ([(0,5),(1,4),(2,3),(2,4),(3,5),(4,5)],6)
=> 4
[2,3,5,1,6,4] => ([(0,4),(0,5),(1,2),(2,3),(2,5),(3,4)],6)
=> ([(0,5),(1,2),(1,4),(2,3),(3,5),(4,5)],6)
=> ([(0,5),(1,2),(1,4),(2,3),(3,5),(4,5)],6)
=> 5
[2,4,1,3,5,6] => ([(0,4),(1,2),(1,4),(2,5),(4,5),(5,3)],6)
=> ([(0,5),(1,4),(2,3),(2,4),(3,5),(4,5)],6)
=> ([(0,5),(1,4),(2,3),(2,4),(3,5),(4,5)],6)
=> 4
Description
The girth of a graph, which is not a tree.
This is the length of the shortest cycle in the graph.
The following 10 statistics, ordered by result quality, also match your data. Click on any of them to see the details.
St001645The pebbling number of a connected graph. St001894The depth of a signed permutation. St001876The number of 2-regular simple modules in the incidence algebra of the lattice. St000422The energy of a graph, if it is integral. 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. St001821The sorting index of a signed permutation. St001596The number of two-by-two squares inside a skew partition. St001633The number of simple modules with projective dimension two in the incidence algebra of the poset. St001877Number of indecomposable injective modules with projective dimension 2.
Sorry, this statistic was not found in the database
or
add this statistic to the database – it's very simple and we need your support!