searching the database
Your data matches 5 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: St001080
St001080: Permutations ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
[1,2] => 0
[2,1] => 1
[1,2,3] => 0
[1,3,2] => 2
[2,1,3] => 1
[2,3,1] => 1
[3,1,2] => 1
[3,2,1] => 2
[1,2,3,4] => 0
[1,2,4,3] => 5
[1,3,2,4] => 3
[1,3,4,2] => 2
[1,4,2,3] => 2
[1,4,3,2] => 5
[2,1,3,4] => 1
[2,1,4,3] => 6
[2,3,1,4] => 4
[2,3,4,1] => 1
[2,4,1,3] => 3
[2,4,3,1] => 4
[3,1,2,4] => 4
[3,1,4,2] => 3
[3,2,1,4] => 5
[3,2,4,1] => 2
[3,4,1,2] => 2
[3,4,2,1] => 3
[4,1,2,3] => 1
[4,1,3,2] => 4
[4,2,1,3] => 2
[4,2,3,1] => 3
[4,3,1,2] => 3
[4,3,2,1] => 4
[1,2,3,4,5] => 0
[1,2,3,5,4] => 5
[1,2,4,3,5] => 5
[1,2,4,5,3] => 5
[1,2,5,3,4] => 5
[1,2,5,4,3] => 9
[1,3,2,4,5] => 3
[1,3,2,5,4] => 7
[1,3,4,2,5] => 5
[1,3,4,5,2] => 2
[1,3,5,2,4] => 7
[1,3,5,4,2] => 6
[1,4,2,3,5] => 5
[1,4,2,5,3] => 7
[1,4,3,2,5] => 7
[1,4,3,5,2] => 5
[1,4,5,2,3] => 4
[1,4,5,3,2] => 7
Description
The minimal length of a factorization of a permutation using the transposition (12) and the cycle (1,...,n).
In symbols, for a permutation π this is
min
where each factor \tau_i is one of (1,2), (1,\dots,n) or (1,\dots,n)^{-1}.
Matching statistic: St001232
(load all 70 compositions to match this statistic)
(load all 70 compositions to match this statistic)
Mp00072: Permutations —binary search tree: left to right⟶ Binary trees
Mp00012: Binary trees —to Dyck path: up step, left tree, down step, right tree⟶ Dyck paths
Mp00296: Dyck paths —Knuth-Krattenthaler⟶ Dyck paths
St001232: Dyck paths ⟶ ℤResult quality: 17% ●values known / values provided: 17%●distinct values known / distinct values provided: 62%
Mp00012: Binary trees —to Dyck path: up step, left tree, down step, right tree⟶ Dyck paths
Mp00296: Dyck paths —Knuth-Krattenthaler⟶ Dyck paths
St001232: Dyck paths ⟶ ℤResult quality: 17% ●values known / values provided: 17%●distinct values known / distinct values provided: 62%
Values
[1,2] => [.,[.,.]]
=> [1,0,1,0]
=> [1,1,0,0]
=> 0
[2,1] => [[.,.],.]
=> [1,1,0,0]
=> [1,0,1,0]
=> 1
[1,2,3] => [.,[.,[.,.]]]
=> [1,0,1,0,1,0]
=> [1,1,1,0,0,0]
=> 0
[1,3,2] => [.,[[.,.],.]]
=> [1,0,1,1,0,0]
=> [1,1,0,1,0,0]
=> 2
[2,1,3] => [[.,.],[.,.]]
=> [1,1,0,0,1,0]
=> [1,0,1,0,1,0]
=> ? ∊ {1,1}
[2,3,1] => [[.,.],[.,.]]
=> [1,1,0,0,1,0]
=> [1,0,1,0,1,0]
=> ? ∊ {1,1}
[3,1,2] => [[.,[.,.]],.]
=> [1,1,0,1,0,0]
=> [1,0,1,1,0,0]
=> 2
[3,2,1] => [[[.,.],.],.]
=> [1,1,1,0,0,0]
=> [1,1,0,0,1,0]
=> 1
[1,2,3,4] => [.,[.,[.,[.,.]]]]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> 0
[1,2,4,3] => [.,[.,[[.,.],.]]]
=> [1,0,1,0,1,1,0,0]
=> [1,1,1,0,1,0,0,0]
=> 3
[1,3,2,4] => [.,[[.,.],[.,.]]]
=> [1,0,1,1,0,0,1,0]
=> [1,1,0,1,0,1,0,0]
=> ? ∊ {1,1,2,2,2,3,4,4,4,4,5,5,5,6}
[1,3,4,2] => [.,[[.,.],[.,.]]]
=> [1,0,1,1,0,0,1,0]
=> [1,1,0,1,0,1,0,0]
=> ? ∊ {1,1,2,2,2,3,4,4,4,4,5,5,5,6}
[1,4,2,3] => [.,[[.,[.,.]],.]]
=> [1,0,1,1,0,1,0,0]
=> [1,1,0,1,1,0,0,0]
=> 4
[1,4,3,2] => [.,[[[.,.],.],.]]
=> [1,0,1,1,1,0,0,0]
=> [1,1,1,0,0,1,0,0]
=> 2
[2,1,3,4] => [[.,.],[.,[.,.]]]
=> [1,1,0,0,1,0,1,0]
=> [1,0,1,1,0,0,1,0]
=> 3
[2,1,4,3] => [[.,.],[[.,.],.]]
=> [1,1,0,0,1,1,0,0]
=> [1,0,1,0,1,0,1,0]
=> ? ∊ {1,1,2,2,2,3,4,4,4,4,5,5,5,6}
[2,3,1,4] => [[.,.],[.,[.,.]]]
=> [1,1,0,0,1,0,1,0]
=> [1,0,1,1,0,0,1,0]
=> 3
[2,3,4,1] => [[.,.],[.,[.,.]]]
=> [1,1,0,0,1,0,1,0]
=> [1,0,1,1,0,0,1,0]
=> 3
[2,4,1,3] => [[.,.],[[.,.],.]]
=> [1,1,0,0,1,1,0,0]
=> [1,0,1,0,1,0,1,0]
=> ? ∊ {1,1,2,2,2,3,4,4,4,4,5,5,5,6}
[2,4,3,1] => [[.,.],[[.,.],.]]
=> [1,1,0,0,1,1,0,0]
=> [1,0,1,0,1,0,1,0]
=> ? ∊ {1,1,2,2,2,3,4,4,4,4,5,5,5,6}
[3,1,2,4] => [[.,[.,.]],[.,.]]
=> [1,1,0,1,0,0,1,0]
=> [1,0,1,1,0,1,0,0]
=> ? ∊ {1,1,2,2,2,3,4,4,4,4,5,5,5,6}
[3,1,4,2] => [[.,[.,.]],[.,.]]
=> [1,1,0,1,0,0,1,0]
=> [1,0,1,1,0,1,0,0]
=> ? ∊ {1,1,2,2,2,3,4,4,4,4,5,5,5,6}
[3,2,1,4] => [[[.,.],.],[.,.]]
=> [1,1,1,0,0,0,1,0]
=> [1,1,0,1,0,0,1,0]
=> ? ∊ {1,1,2,2,2,3,4,4,4,4,5,5,5,6}
[3,2,4,1] => [[[.,.],.],[.,.]]
=> [1,1,1,0,0,0,1,0]
=> [1,1,0,1,0,0,1,0]
=> ? ∊ {1,1,2,2,2,3,4,4,4,4,5,5,5,6}
[3,4,1,2] => [[.,[.,.]],[.,.]]
=> [1,1,0,1,0,0,1,0]
=> [1,0,1,1,0,1,0,0]
=> ? ∊ {1,1,2,2,2,3,4,4,4,4,5,5,5,6}
[3,4,2,1] => [[[.,.],.],[.,.]]
=> [1,1,1,0,0,0,1,0]
=> [1,1,0,1,0,0,1,0]
=> ? ∊ {1,1,2,2,2,3,4,4,4,4,5,5,5,6}
[4,1,2,3] => [[.,[.,[.,.]]],.]
=> [1,1,0,1,0,1,0,0]
=> [1,0,1,1,1,0,0,0]
=> 3
[4,1,3,2] => [[.,[[.,.],.]],.]
=> [1,1,0,1,1,0,0,0]
=> [1,0,1,0,1,1,0,0]
=> ? ∊ {1,1,2,2,2,3,4,4,4,4,5,5,5,6}
[4,2,1,3] => [[[.,.],[.,.]],.]
=> [1,1,1,0,0,1,0,0]
=> [1,1,0,0,1,0,1,0]
=> ? ∊ {1,1,2,2,2,3,4,4,4,4,5,5,5,6}
[4,2,3,1] => [[[.,.],[.,.]],.]
=> [1,1,1,0,0,1,0,0]
=> [1,1,0,0,1,0,1,0]
=> ? ∊ {1,1,2,2,2,3,4,4,4,4,5,5,5,6}
[4,3,1,2] => [[[.,[.,.]],.],.]
=> [1,1,1,0,1,0,0,0]
=> [1,1,0,0,1,1,0,0]
=> 2
[4,3,2,1] => [[[[.,.],.],.],.]
=> [1,1,1,1,0,0,0,0]
=> [1,1,1,0,0,0,1,0]
=> 1
[1,2,3,4,5] => [.,[.,[.,[.,[.,.]]]]]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,0,0,0,0,0]
=> 0
[1,2,3,5,4] => [.,[.,[.,[[.,.],.]]]]
=> [1,0,1,0,1,0,1,1,0,0]
=> [1,1,1,1,0,1,0,0,0,0]
=> 4
[1,2,4,3,5] => [.,[.,[[.,.],[.,.]]]]
=> [1,0,1,0,1,1,0,0,1,0]
=> [1,1,1,0,1,0,1,0,0,0]
=> ? ∊ {1,1,2,2,2,2,3,3,3,3,3,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,2,4,5,3] => [.,[.,[[.,.],[.,.]]]]
=> [1,0,1,0,1,1,0,0,1,0]
=> [1,1,1,0,1,0,1,0,0,0]
=> ? ∊ {1,1,2,2,2,2,3,3,3,3,3,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,2,5,3,4] => [.,[.,[[.,[.,.]],.]]]
=> [1,0,1,0,1,1,0,1,0,0]
=> [1,1,1,0,1,1,0,0,0,0]
=> 6
[1,2,5,4,3] => [.,[.,[[[.,.],.],.]]]
=> [1,0,1,0,1,1,1,0,0,0]
=> [1,1,1,1,0,0,1,0,0,0]
=> 3
[1,3,2,4,5] => [.,[[.,.],[.,[.,.]]]]
=> [1,0,1,1,0,0,1,0,1,0]
=> [1,1,0,1,1,0,0,1,0,0]
=> ? ∊ {1,1,2,2,2,2,3,3,3,3,3,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,3,2,5,4] => [.,[[.,.],[[.,.],.]]]
=> [1,0,1,1,0,0,1,1,0,0]
=> [1,1,0,1,0,1,0,1,0,0]
=> ? ∊ {1,1,2,2,2,2,3,3,3,3,3,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,3,4,2,5] => [.,[[.,.],[.,[.,.]]]]
=> [1,0,1,1,0,0,1,0,1,0]
=> [1,1,0,1,1,0,0,1,0,0]
=> ? ∊ {1,1,2,2,2,2,3,3,3,3,3,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,3,4,5,2] => [.,[[.,.],[.,[.,.]]]]
=> [1,0,1,1,0,0,1,0,1,0]
=> [1,1,0,1,1,0,0,1,0,0]
=> ? ∊ {1,1,2,2,2,2,3,3,3,3,3,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,3,5,2,4] => [.,[[.,.],[[.,.],.]]]
=> [1,0,1,1,0,0,1,1,0,0]
=> [1,1,0,1,0,1,0,1,0,0]
=> ? ∊ {1,1,2,2,2,2,3,3,3,3,3,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,3,5,4,2] => [.,[[.,.],[[.,.],.]]]
=> [1,0,1,1,0,0,1,1,0,0]
=> [1,1,0,1,0,1,0,1,0,0]
=> ? ∊ {1,1,2,2,2,2,3,3,3,3,3,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,4,2,3,5] => [.,[[.,[.,.]],[.,.]]]
=> [1,0,1,1,0,1,0,0,1,0]
=> [1,1,0,1,1,0,1,0,0,0]
=> ? ∊ {1,1,2,2,2,2,3,3,3,3,3,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,4,2,5,3] => [.,[[.,[.,.]],[.,.]]]
=> [1,0,1,1,0,1,0,0,1,0]
=> [1,1,0,1,1,0,1,0,0,0]
=> ? ∊ {1,1,2,2,2,2,3,3,3,3,3,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,4,3,2,5] => [.,[[[.,.],.],[.,.]]]
=> [1,0,1,1,1,0,0,0,1,0]
=> [1,1,1,0,1,0,0,1,0,0]
=> ? ∊ {1,1,2,2,2,2,3,3,3,3,3,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,4,3,5,2] => [.,[[[.,.],.],[.,.]]]
=> [1,0,1,1,1,0,0,0,1,0]
=> [1,1,1,0,1,0,0,1,0,0]
=> ? ∊ {1,1,2,2,2,2,3,3,3,3,3,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,4,5,2,3] => [.,[[.,[.,.]],[.,.]]]
=> [1,0,1,1,0,1,0,0,1,0]
=> [1,1,0,1,1,0,1,0,0,0]
=> ? ∊ {1,1,2,2,2,2,3,3,3,3,3,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,4,5,3,2] => [.,[[[.,.],.],[.,.]]]
=> [1,0,1,1,1,0,0,0,1,0]
=> [1,1,1,0,1,0,0,1,0,0]
=> ? ∊ {1,1,2,2,2,2,3,3,3,3,3,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,5,2,3,4] => [.,[[.,[.,[.,.]]],.]]
=> [1,0,1,1,0,1,0,1,0,0]
=> [1,1,0,1,1,1,0,0,0,0]
=> 6
[1,5,2,4,3] => [.,[[.,[[.,.],.]],.]]
=> [1,0,1,1,0,1,1,0,0,0]
=> [1,1,0,1,0,1,1,0,0,0]
=> ? ∊ {1,1,2,2,2,2,3,3,3,3,3,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,5,3,2,4] => [.,[[[.,.],[.,.]],.]]
=> [1,0,1,1,1,0,0,1,0,0]
=> [1,1,1,0,0,1,0,1,0,0]
=> ? ∊ {1,1,2,2,2,2,3,3,3,3,3,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,5,3,4,2] => [.,[[[.,.],[.,.]],.]]
=> [1,0,1,1,1,0,0,1,0,0]
=> [1,1,1,0,0,1,0,1,0,0]
=> ? ∊ {1,1,2,2,2,2,3,3,3,3,3,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,5,4,2,3] => [.,[[[.,[.,.]],.],.]]
=> [1,0,1,1,1,0,1,0,0,0]
=> [1,1,1,0,0,1,1,0,0,0]
=> 4
[1,5,4,3,2] => [.,[[[[.,.],.],.],.]]
=> [1,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1,0,0,0,1,0,0]
=> 2
[2,1,3,4,5] => [[.,.],[.,[.,[.,.]]]]
=> [1,1,0,0,1,0,1,0,1,0]
=> [1,0,1,1,1,0,0,0,1,0]
=> 4
[2,1,3,5,4] => [[.,.],[.,[[.,.],.]]]
=> [1,1,0,0,1,0,1,1,0,0]
=> [1,0,1,1,0,1,0,0,1,0]
=> ? ∊ {1,1,2,2,2,2,3,3,3,3,3,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[2,1,4,3,5] => [[.,.],[[.,.],[.,.]]]
=> [1,1,0,0,1,1,0,0,1,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> ? ∊ {1,1,2,2,2,2,3,3,3,3,3,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[2,1,4,5,3] => [[.,.],[[.,.],[.,.]]]
=> [1,1,0,0,1,1,0,0,1,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> ? ∊ {1,1,2,2,2,2,3,3,3,3,3,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[2,1,5,3,4] => [[.,.],[[.,[.,.]],.]]
=> [1,1,0,0,1,1,0,1,0,0]
=> [1,0,1,0,1,1,0,0,1,0]
=> ? ∊ {1,1,2,2,2,2,3,3,3,3,3,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[2,1,5,4,3] => [[.,.],[[[.,.],.],.]]
=> [1,1,0,0,1,1,1,0,0,0]
=> [1,0,1,1,0,0,1,0,1,0]
=> ? ∊ {1,1,2,2,2,2,3,3,3,3,3,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[2,3,1,4,5] => [[.,.],[.,[.,[.,.]]]]
=> [1,1,0,0,1,0,1,0,1,0]
=> [1,0,1,1,1,0,0,0,1,0]
=> 4
[2,3,1,5,4] => [[.,.],[.,[[.,.],.]]]
=> [1,1,0,0,1,0,1,1,0,0]
=> [1,0,1,1,0,1,0,0,1,0]
=> ? ∊ {1,1,2,2,2,2,3,3,3,3,3,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[2,3,4,1,5] => [[.,.],[.,[.,[.,.]]]]
=> [1,1,0,0,1,0,1,0,1,0]
=> [1,0,1,1,1,0,0,0,1,0]
=> 4
[2,3,4,5,1] => [[.,.],[.,[.,[.,.]]]]
=> [1,1,0,0,1,0,1,0,1,0]
=> [1,0,1,1,1,0,0,0,1,0]
=> 4
[2,3,5,1,4] => [[.,.],[.,[[.,.],.]]]
=> [1,1,0,0,1,0,1,1,0,0]
=> [1,0,1,1,0,1,0,0,1,0]
=> ? ∊ {1,1,2,2,2,2,3,3,3,3,3,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[2,3,5,4,1] => [[.,.],[.,[[.,.],.]]]
=> [1,1,0,0,1,0,1,1,0,0]
=> [1,0,1,1,0,1,0,0,1,0]
=> ? ∊ {1,1,2,2,2,2,3,3,3,3,3,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[2,4,1,3,5] => [[.,.],[[.,.],[.,.]]]
=> [1,1,0,0,1,1,0,0,1,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> ? ∊ {1,1,2,2,2,2,3,3,3,3,3,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[2,4,1,5,3] => [[.,.],[[.,.],[.,.]]]
=> [1,1,0,0,1,1,0,0,1,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> ? ∊ {1,1,2,2,2,2,3,3,3,3,3,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[2,4,3,1,5] => [[.,.],[[.,.],[.,.]]]
=> [1,1,0,0,1,1,0,0,1,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> ? ∊ {1,1,2,2,2,2,3,3,3,3,3,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[2,4,3,5,1] => [[.,.],[[.,.],[.,.]]]
=> [1,1,0,0,1,1,0,0,1,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> ? ∊ {1,1,2,2,2,2,3,3,3,3,3,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[2,4,5,1,3] => [[.,.],[[.,.],[.,.]]]
=> [1,1,0,0,1,1,0,0,1,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> ? ∊ {1,1,2,2,2,2,3,3,3,3,3,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[2,4,5,3,1] => [[.,.],[[.,.],[.,.]]]
=> [1,1,0,0,1,1,0,0,1,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> ? ∊ {1,1,2,2,2,2,3,3,3,3,3,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[2,5,1,3,4] => [[.,.],[[.,[.,.]],.]]
=> [1,1,0,0,1,1,0,1,0,0]
=> [1,0,1,0,1,1,0,0,1,0]
=> ? ∊ {1,1,2,2,2,2,3,3,3,3,3,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[2,5,1,4,3] => [[.,.],[[[.,.],.],.]]
=> [1,1,0,0,1,1,1,0,0,0]
=> [1,0,1,1,0,0,1,0,1,0]
=> ? ∊ {1,1,2,2,2,2,3,3,3,3,3,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[2,5,3,1,4] => [[.,.],[[.,[.,.]],.]]
=> [1,1,0,0,1,1,0,1,0,0]
=> [1,0,1,0,1,1,0,0,1,0]
=> ? ∊ {1,1,2,2,2,2,3,3,3,3,3,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[3,1,2,4,5] => [[.,[.,.]],[.,[.,.]]]
=> [1,1,0,1,0,0,1,0,1,0]
=> [1,0,1,1,1,0,0,1,0,0]
=> 5
[3,1,4,2,5] => [[.,[.,.]],[.,[.,.]]]
=> [1,1,0,1,0,0,1,0,1,0]
=> [1,0,1,1,1,0,0,1,0,0]
=> 5
[3,1,4,5,2] => [[.,[.,.]],[.,[.,.]]]
=> [1,1,0,1,0,0,1,0,1,0]
=> [1,0,1,1,1,0,0,1,0,0]
=> 5
[3,2,1,4,5] => [[[.,.],.],[.,[.,.]]]
=> [1,1,1,0,0,0,1,0,1,0]
=> [1,1,0,1,1,0,0,0,1,0]
=> 5
[3,2,4,1,5] => [[[.,.],.],[.,[.,.]]]
=> [1,1,1,0,0,0,1,0,1,0]
=> [1,1,0,1,1,0,0,0,1,0]
=> 5
[3,2,4,5,1] => [[[.,.],.],[.,[.,.]]]
=> [1,1,1,0,0,0,1,0,1,0]
=> [1,1,0,1,1,0,0,0,1,0]
=> 5
[3,4,1,2,5] => [[.,[.,.]],[.,[.,.]]]
=> [1,1,0,1,0,0,1,0,1,0]
=> [1,0,1,1,1,0,0,1,0,0]
=> 5
[3,4,1,5,2] => [[.,[.,.]],[.,[.,.]]]
=> [1,1,0,1,0,0,1,0,1,0]
=> [1,0,1,1,1,0,0,1,0,0]
=> 5
[3,4,2,1,5] => [[[.,.],.],[.,[.,.]]]
=> [1,1,1,0,0,0,1,0,1,0]
=> [1,1,0,1,1,0,0,0,1,0]
=> 5
[3,4,2,5,1] => [[[.,.],.],[.,[.,.]]]
=> [1,1,1,0,0,0,1,0,1,0]
=> [1,1,0,1,1,0,0,0,1,0]
=> 5
[3,4,5,1,2] => [[.,[.,.]],[.,[.,.]]]
=> [1,1,0,1,0,0,1,0,1,0]
=> [1,0,1,1,1,0,0,1,0,0]
=> 5
[3,4,5,2,1] => [[[.,.],.],[.,[.,.]]]
=> [1,1,1,0,0,0,1,0,1,0]
=> [1,1,0,1,1,0,0,0,1,0]
=> 5
[5,1,2,3,4] => [[.,[.,[.,[.,.]]]],.]
=> [1,1,0,1,0,1,0,1,0,0]
=> [1,0,1,1,1,1,0,0,0,0]
=> 4
[5,1,4,3,2] => [[.,[[[.,.],.],.]],.]
=> [1,1,0,1,1,1,0,0,0,0]
=> [1,0,1,1,0,0,1,1,0,0]
=> 4
[5,2,1,3,4] => [[[.,.],[.,[.,.]]],.]
=> [1,1,1,0,0,1,0,1,0,0]
=> [1,1,0,0,1,1,0,0,1,0]
=> 3
[5,2,3,1,4] => [[[.,.],[.,[.,.]]],.]
=> [1,1,1,0,0,1,0,1,0,0]
=> [1,1,0,0,1,1,0,0,1,0]
=> 3
[5,2,3,4,1] => [[[.,.],[.,[.,.]]],.]
=> [1,1,1,0,0,1,0,1,0,0]
=> [1,1,0,0,1,1,0,0,1,0]
=> 3
[5,4,1,2,3] => [[[.,[.,[.,.]]],.],.]
=> [1,1,1,0,1,0,1,0,0,0]
=> [1,1,0,0,1,1,1,0,0,0]
=> 3
[5,4,3,1,2] => [[[[.,[.,.]],.],.],.]
=> [1,1,1,1,0,1,0,0,0,0]
=> [1,1,1,0,0,0,1,1,0,0]
=> 2
[5,4,3,2,1] => [[[[[.,.],.],.],.],.]
=> [1,1,1,1,1,0,0,0,0,0]
=> [1,1,1,1,0,0,0,0,1,0]
=> 1
[1,2,3,4,5,6] => [.,[.,[.,[.,[.,[.,.]]]]]]
=> [1,0,1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,1,0,0,0,0,0,0]
=> 0
[1,2,3,4,6,5] => [.,[.,[.,[.,[[.,.],.]]]]]
=> [1,0,1,0,1,0,1,0,1,1,0,0]
=> [1,1,1,1,1,0,1,0,0,0,0,0]
=> 5
[1,2,3,6,4,5] => [.,[.,[.,[[.,[.,.]],.]]]]
=> [1,0,1,0,1,0,1,1,0,1,0,0]
=> [1,1,1,1,0,1,1,0,0,0,0,0]
=> 8
Description
The number of indecomposable modules with projective dimension 2 for Nakayama algebras with global dimension at most 2.
Matching statistic: St001879
(load all 16 compositions to match this statistic)
(load all 16 compositions to match this statistic)
Mp00060: Permutations —Robinson-Schensted tableau shape⟶ Integer partitions
Mp00179: Integer partitions —to skew partition⟶ Skew partitions
Mp00185: Skew partitions —cell poset⟶ Posets
St001879: Posets ⟶ ℤResult quality: 7% ●values known / values provided: 7%●distinct values known / distinct values provided: 31%
Mp00179: Integer partitions —to skew partition⟶ Skew partitions
Mp00185: Skew partitions —cell poset⟶ Posets
St001879: Posets ⟶ ℤResult quality: 7% ●values known / values provided: 7%●distinct values known / distinct values provided: 31%
Values
[1,2] => [2]
=> [[2],[]]
=> ([(0,1)],2)
=> ? ∊ {0,1}
[2,1] => [1,1]
=> [[1,1],[]]
=> ([(0,1)],2)
=> ? ∊ {0,1}
[1,2,3] => [3]
=> [[3],[]]
=> ([(0,2),(2,1)],3)
=> 2
[1,3,2] => [2,1]
=> [[2,1],[]]
=> ([(0,1),(0,2)],3)
=> ? ∊ {0,1,1,1}
[2,1,3] => [2,1]
=> [[2,1],[]]
=> ([(0,1),(0,2)],3)
=> ? ∊ {0,1,1,1}
[2,3,1] => [2,1]
=> [[2,1],[]]
=> ([(0,1),(0,2)],3)
=> ? ∊ {0,1,1,1}
[3,1,2] => [2,1]
=> [[2,1],[]]
=> ([(0,1),(0,2)],3)
=> ? ∊ {0,1,1,1}
[3,2,1] => [1,1,1]
=> [[1,1,1],[]]
=> ([(0,2),(2,1)],3)
=> 2
[1,2,3,4] => [4]
=> [[4],[]]
=> ([(0,3),(2,1),(3,2)],4)
=> 3
[1,2,4,3] => [3,1]
=> [[3,1],[]]
=> ([(0,2),(0,3),(3,1)],4)
=> ? ∊ {0,1,1,1,2,2,2,2,2,3,3,3,3,4,5,5,5,6}
[1,3,2,4] => [3,1]
=> [[3,1],[]]
=> ([(0,2),(0,3),(3,1)],4)
=> ? ∊ {0,1,1,1,2,2,2,2,2,3,3,3,3,4,5,5,5,6}
[1,3,4,2] => [3,1]
=> [[3,1],[]]
=> ([(0,2),(0,3),(3,1)],4)
=> ? ∊ {0,1,1,1,2,2,2,2,2,3,3,3,3,4,5,5,5,6}
[1,4,2,3] => [3,1]
=> [[3,1],[]]
=> ([(0,2),(0,3),(3,1)],4)
=> ? ∊ {0,1,1,1,2,2,2,2,2,3,3,3,3,4,5,5,5,6}
[1,4,3,2] => [2,1,1]
=> [[2,1,1],[]]
=> ([(0,2),(0,3),(3,1)],4)
=> ? ∊ {0,1,1,1,2,2,2,2,2,3,3,3,3,4,5,5,5,6}
[2,1,3,4] => [3,1]
=> [[3,1],[]]
=> ([(0,2),(0,3),(3,1)],4)
=> ? ∊ {0,1,1,1,2,2,2,2,2,3,3,3,3,4,5,5,5,6}
[2,1,4,3] => [2,2]
=> [[2,2],[]]
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 4
[2,3,1,4] => [3,1]
=> [[3,1],[]]
=> ([(0,2),(0,3),(3,1)],4)
=> ? ∊ {0,1,1,1,2,2,2,2,2,3,3,3,3,4,5,5,5,6}
[2,3,4,1] => [3,1]
=> [[3,1],[]]
=> ([(0,2),(0,3),(3,1)],4)
=> ? ∊ {0,1,1,1,2,2,2,2,2,3,3,3,3,4,5,5,5,6}
[2,4,1,3] => [2,2]
=> [[2,2],[]]
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 4
[2,4,3,1] => [2,1,1]
=> [[2,1,1],[]]
=> ([(0,2),(0,3),(3,1)],4)
=> ? ∊ {0,1,1,1,2,2,2,2,2,3,3,3,3,4,5,5,5,6}
[3,1,2,4] => [3,1]
=> [[3,1],[]]
=> ([(0,2),(0,3),(3,1)],4)
=> ? ∊ {0,1,1,1,2,2,2,2,2,3,3,3,3,4,5,5,5,6}
[3,1,4,2] => [2,2]
=> [[2,2],[]]
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 4
[3,2,1,4] => [2,1,1]
=> [[2,1,1],[]]
=> ([(0,2),(0,3),(3,1)],4)
=> ? ∊ {0,1,1,1,2,2,2,2,2,3,3,3,3,4,5,5,5,6}
[3,2,4,1] => [2,1,1]
=> [[2,1,1],[]]
=> ([(0,2),(0,3),(3,1)],4)
=> ? ∊ {0,1,1,1,2,2,2,2,2,3,3,3,3,4,5,5,5,6}
[3,4,1,2] => [2,2]
=> [[2,2],[]]
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 4
[3,4,2,1] => [2,1,1]
=> [[2,1,1],[]]
=> ([(0,2),(0,3),(3,1)],4)
=> ? ∊ {0,1,1,1,2,2,2,2,2,3,3,3,3,4,5,5,5,6}
[4,1,2,3] => [3,1]
=> [[3,1],[]]
=> ([(0,2),(0,3),(3,1)],4)
=> ? ∊ {0,1,1,1,2,2,2,2,2,3,3,3,3,4,5,5,5,6}
[4,1,3,2] => [2,1,1]
=> [[2,1,1],[]]
=> ([(0,2),(0,3),(3,1)],4)
=> ? ∊ {0,1,1,1,2,2,2,2,2,3,3,3,3,4,5,5,5,6}
[4,2,1,3] => [2,1,1]
=> [[2,1,1],[]]
=> ([(0,2),(0,3),(3,1)],4)
=> ? ∊ {0,1,1,1,2,2,2,2,2,3,3,3,3,4,5,5,5,6}
[4,2,3,1] => [2,1,1]
=> [[2,1,1],[]]
=> ([(0,2),(0,3),(3,1)],4)
=> ? ∊ {0,1,1,1,2,2,2,2,2,3,3,3,3,4,5,5,5,6}
[4,3,1,2] => [2,1,1]
=> [[2,1,1],[]]
=> ([(0,2),(0,3),(3,1)],4)
=> ? ∊ {0,1,1,1,2,2,2,2,2,3,3,3,3,4,5,5,5,6}
[4,3,2,1] => [1,1,1,1]
=> [[1,1,1,1],[]]
=> ([(0,3),(2,1),(3,2)],4)
=> 3
[1,2,3,4,5] => [5]
=> [[5],[]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 4
[1,2,3,5,4] => [4,1]
=> [[4,1],[]]
=> ([(0,2),(0,4),(3,1),(4,3)],5)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,2,4,3,5] => [4,1]
=> [[4,1],[]]
=> ([(0,2),(0,4),(3,1),(4,3)],5)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,2,4,5,3] => [4,1]
=> [[4,1],[]]
=> ([(0,2),(0,4),(3,1),(4,3)],5)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,2,5,3,4] => [4,1]
=> [[4,1],[]]
=> ([(0,2),(0,4),(3,1),(4,3)],5)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,2,5,4,3] => [3,1,1]
=> [[3,1,1],[]]
=> ([(0,3),(0,4),(3,2),(4,1)],5)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,3,2,4,5] => [4,1]
=> [[4,1],[]]
=> ([(0,2),(0,4),(3,1),(4,3)],5)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,3,2,5,4] => [3,2]
=> [[3,2],[]]
=> ([(0,2),(0,3),(2,4),(3,1),(3,4)],5)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,3,4,2,5] => [4,1]
=> [[4,1],[]]
=> ([(0,2),(0,4),(3,1),(4,3)],5)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,3,4,5,2] => [4,1]
=> [[4,1],[]]
=> ([(0,2),(0,4),(3,1),(4,3)],5)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,3,5,2,4] => [3,2]
=> [[3,2],[]]
=> ([(0,2),(0,3),(2,4),(3,1),(3,4)],5)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,3,5,4,2] => [3,1,1]
=> [[3,1,1],[]]
=> ([(0,3),(0,4),(3,2),(4,1)],5)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,4,2,3,5] => [4,1]
=> [[4,1],[]]
=> ([(0,2),(0,4),(3,1),(4,3)],5)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,4,2,5,3] => [3,2]
=> [[3,2],[]]
=> ([(0,2),(0,3),(2,4),(3,1),(3,4)],5)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,4,3,2,5] => [3,1,1]
=> [[3,1,1],[]]
=> ([(0,3),(0,4),(3,2),(4,1)],5)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,4,3,5,2] => [3,1,1]
=> [[3,1,1],[]]
=> ([(0,3),(0,4),(3,2),(4,1)],5)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,4,5,2,3] => [3,2]
=> [[3,2],[]]
=> ([(0,2),(0,3),(2,4),(3,1),(3,4)],5)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,4,5,3,2] => [3,1,1]
=> [[3,1,1],[]]
=> ([(0,3),(0,4),(3,2),(4,1)],5)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,5,2,3,4] => [4,1]
=> [[4,1],[]]
=> ([(0,2),(0,4),(3,1),(4,3)],5)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,5,2,4,3] => [3,1,1]
=> [[3,1,1],[]]
=> ([(0,3),(0,4),(3,2),(4,1)],5)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,5,3,2,4] => [3,1,1]
=> [[3,1,1],[]]
=> ([(0,3),(0,4),(3,2),(4,1)],5)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,5,3,4,2] => [3,1,1]
=> [[3,1,1],[]]
=> ([(0,3),(0,4),(3,2),(4,1)],5)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,5,4,2,3] => [3,1,1]
=> [[3,1,1],[]]
=> ([(0,3),(0,4),(3,2),(4,1)],5)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,5,4,3,2] => [2,1,1,1]
=> [[2,1,1,1],[]]
=> ([(0,2),(0,4),(3,1),(4,3)],5)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[2,1,3,4,5] => [4,1]
=> [[4,1],[]]
=> ([(0,2),(0,4),(3,1),(4,3)],5)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[2,1,3,5,4] => [3,2]
=> [[3,2],[]]
=> ([(0,2),(0,3),(2,4),(3,1),(3,4)],5)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[2,1,4,3,5] => [3,2]
=> [[3,2],[]]
=> ([(0,2),(0,3),(2,4),(3,1),(3,4)],5)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[5,4,3,2,1] => [1,1,1,1,1]
=> [[1,1,1,1,1],[]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 4
[1,2,3,4,5,6] => [6]
=> [[6],[]]
=> ([(0,5),(2,4),(3,2),(4,1),(5,3)],6)
=> 5
[2,1,4,3,6,5] => [3,3]
=> [[3,3],[]]
=> ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> 7
[2,1,4,6,3,5] => [3,3]
=> [[3,3],[]]
=> ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> 7
[2,1,5,3,6,4] => [3,3]
=> [[3,3],[]]
=> ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> 7
[2,1,5,6,3,4] => [3,3]
=> [[3,3],[]]
=> ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> 7
[2,4,1,3,6,5] => [3,3]
=> [[3,3],[]]
=> ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> 7
[2,4,1,6,3,5] => [3,3]
=> [[3,3],[]]
=> ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> 7
[2,4,6,1,3,5] => [3,3]
=> [[3,3],[]]
=> ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> 7
[2,5,1,3,6,4] => [3,3]
=> [[3,3],[]]
=> ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> 7
[2,5,1,6,3,4] => [3,3]
=> [[3,3],[]]
=> ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> 7
[2,5,6,1,3,4] => [3,3]
=> [[3,3],[]]
=> ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> 7
[3,1,4,2,6,5] => [3,3]
=> [[3,3],[]]
=> ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> 7
[3,1,4,6,2,5] => [3,3]
=> [[3,3],[]]
=> ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> 7
[3,1,5,2,6,4] => [3,3]
=> [[3,3],[]]
=> ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> 7
[3,1,5,6,2,4] => [3,3]
=> [[3,3],[]]
=> ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> 7
[3,2,1,6,5,4] => [2,2,2]
=> [[2,2,2],[]]
=> ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> 7
[3,2,6,1,5,4] => [2,2,2]
=> [[2,2,2],[]]
=> ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> 7
[3,2,6,5,1,4] => [2,2,2]
=> [[2,2,2],[]]
=> ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> 7
[3,4,1,2,6,5] => [3,3]
=> [[3,3],[]]
=> ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> 7
[3,4,1,6,2,5] => [3,3]
=> [[3,3],[]]
=> ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> 7
[3,4,6,1,2,5] => [3,3]
=> [[3,3],[]]
=> ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> 7
[3,5,1,2,6,4] => [3,3]
=> [[3,3],[]]
=> ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> 7
[3,5,1,6,2,4] => [3,3]
=> [[3,3],[]]
=> ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> 7
[3,5,6,1,2,4] => [3,3]
=> [[3,3],[]]
=> ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> 7
[3,6,2,1,5,4] => [2,2,2]
=> [[2,2,2],[]]
=> ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> 7
[3,6,2,5,1,4] => [2,2,2]
=> [[2,2,2],[]]
=> ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> 7
[4,1,5,2,6,3] => [3,3]
=> [[3,3],[]]
=> ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> 7
[4,1,5,6,2,3] => [3,3]
=> [[3,3],[]]
=> ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> 7
[4,2,1,6,5,3] => [2,2,2]
=> [[2,2,2],[]]
=> ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> 7
[4,2,6,1,5,3] => [2,2,2]
=> [[2,2,2],[]]
=> ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> 7
[4,2,6,5,1,3] => [2,2,2]
=> [[2,2,2],[]]
=> ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> 7
[4,3,1,6,5,2] => [2,2,2]
=> [[2,2,2],[]]
=> ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> 7
[4,3,6,1,5,2] => [2,2,2]
=> [[2,2,2],[]]
=> ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> 7
[4,3,6,5,1,2] => [2,2,2]
=> [[2,2,2],[]]
=> ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> 7
[4,5,1,2,6,3] => [3,3]
=> [[3,3],[]]
=> ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> 7
[4,5,1,6,2,3] => [3,3]
=> [[3,3],[]]
=> ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> 7
[4,5,6,1,2,3] => [3,3]
=> [[3,3],[]]
=> ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> 7
[4,6,2,1,5,3] => [2,2,2]
=> [[2,2,2],[]]
=> ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> 7
[4,6,2,5,1,3] => [2,2,2]
=> [[2,2,2],[]]
=> ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> 7
[4,6,3,1,5,2] => [2,2,2]
=> [[2,2,2],[]]
=> ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> 7
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: St000422
(load all 2 compositions to match this statistic)
(load all 2 compositions to match this statistic)
Mp00072: Permutations —binary search tree: left to right⟶ Binary trees
Mp00010: Binary trees —to ordered tree: left child = left brother⟶ Ordered trees
Mp00046: Ordered trees —to graph⟶ Graphs
St000422: Graphs ⟶ ℤResult quality: 6% ●values known / values provided: 6%●distinct values known / distinct values provided: 19%
Mp00010: Binary trees —to ordered tree: left child = left brother⟶ Ordered trees
Mp00046: Ordered trees —to graph⟶ Graphs
St000422: Graphs ⟶ ℤResult quality: 6% ●values known / values provided: 6%●distinct values known / distinct values provided: 19%
Values
[1,2] => [.,[.,.]]
=> [[[]]]
=> ([(0,2),(1,2)],3)
=> ? ∊ {0,1}
[2,1] => [[.,.],.]
=> [[],[]]
=> ([(0,2),(1,2)],3)
=> ? ∊ {0,1}
[1,2,3] => [.,[.,[.,.]]]
=> [[[[]]]]
=> ([(0,3),(1,2),(2,3)],4)
=> ? ∊ {0,1,1,1,2,2}
[1,3,2] => [.,[[.,.],.]]
=> [[[],[]]]
=> ([(0,3),(1,3),(2,3)],4)
=> ? ∊ {0,1,1,1,2,2}
[2,1,3] => [[.,.],[.,.]]
=> [[],[[]]]
=> ([(0,3),(1,2),(2,3)],4)
=> ? ∊ {0,1,1,1,2,2}
[2,3,1] => [[.,.],[.,.]]
=> [[],[[]]]
=> ([(0,3),(1,2),(2,3)],4)
=> ? ∊ {0,1,1,1,2,2}
[3,1,2] => [[.,[.,.]],.]
=> [[[]],[]]
=> ([(0,3),(1,2),(2,3)],4)
=> ? ∊ {0,1,1,1,2,2}
[3,2,1] => [[[.,.],.],.]
=> [[],[],[]]
=> ([(0,3),(1,3),(2,3)],4)
=> ? ∊ {0,1,1,1,2,2}
[1,2,3,4] => [.,[.,[.,[.,.]]]]
=> [[[[[]]]]]
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> ? ∊ {0,1,1,1,2,2,2,2,2,3,3,3,3,3,3,4,4,4,5,5,5,6}
[1,2,4,3] => [.,[.,[[.,.],.]]]
=> [[[[],[]]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> ? ∊ {0,1,1,1,2,2,2,2,2,3,3,3,3,3,3,4,4,4,5,5,5,6}
[1,3,2,4] => [.,[[.,.],[.,.]]]
=> [[[],[[]]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> ? ∊ {0,1,1,1,2,2,2,2,2,3,3,3,3,3,3,4,4,4,5,5,5,6}
[1,3,4,2] => [.,[[.,.],[.,.]]]
=> [[[],[[]]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> ? ∊ {0,1,1,1,2,2,2,2,2,3,3,3,3,3,3,4,4,4,5,5,5,6}
[1,4,2,3] => [.,[[.,[.,.]],.]]
=> [[[[]],[]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> ? ∊ {0,1,1,1,2,2,2,2,2,3,3,3,3,3,3,4,4,4,5,5,5,6}
[1,4,3,2] => [.,[[[.,.],.],.]]
=> [[[],[],[]]]
=> ([(0,4),(1,4),(2,4),(3,4)],5)
=> 4
[2,1,3,4] => [[.,.],[.,[.,.]]]
=> [[],[[[]]]]
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> ? ∊ {0,1,1,1,2,2,2,2,2,3,3,3,3,3,3,4,4,4,5,5,5,6}
[2,1,4,3] => [[.,.],[[.,.],.]]
=> [[],[[],[]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> ? ∊ {0,1,1,1,2,2,2,2,2,3,3,3,3,3,3,4,4,4,5,5,5,6}
[2,3,1,4] => [[.,.],[.,[.,.]]]
=> [[],[[[]]]]
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> ? ∊ {0,1,1,1,2,2,2,2,2,3,3,3,3,3,3,4,4,4,5,5,5,6}
[2,3,4,1] => [[.,.],[.,[.,.]]]
=> [[],[[[]]]]
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> ? ∊ {0,1,1,1,2,2,2,2,2,3,3,3,3,3,3,4,4,4,5,5,5,6}
[2,4,1,3] => [[.,.],[[.,.],.]]
=> [[],[[],[]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> ? ∊ {0,1,1,1,2,2,2,2,2,3,3,3,3,3,3,4,4,4,5,5,5,6}
[2,4,3,1] => [[.,.],[[.,.],.]]
=> [[],[[],[]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> ? ∊ {0,1,1,1,2,2,2,2,2,3,3,3,3,3,3,4,4,4,5,5,5,6}
[3,1,2,4] => [[.,[.,.]],[.,.]]
=> [[[]],[[]]]
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> ? ∊ {0,1,1,1,2,2,2,2,2,3,3,3,3,3,3,4,4,4,5,5,5,6}
[3,1,4,2] => [[.,[.,.]],[.,.]]
=> [[[]],[[]]]
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> ? ∊ {0,1,1,1,2,2,2,2,2,3,3,3,3,3,3,4,4,4,5,5,5,6}
[3,2,1,4] => [[[.,.],.],[.,.]]
=> [[],[],[[]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> ? ∊ {0,1,1,1,2,2,2,2,2,3,3,3,3,3,3,4,4,4,5,5,5,6}
[3,2,4,1] => [[[.,.],.],[.,.]]
=> [[],[],[[]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> ? ∊ {0,1,1,1,2,2,2,2,2,3,3,3,3,3,3,4,4,4,5,5,5,6}
[3,4,1,2] => [[.,[.,.]],[.,.]]
=> [[[]],[[]]]
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> ? ∊ {0,1,1,1,2,2,2,2,2,3,3,3,3,3,3,4,4,4,5,5,5,6}
[3,4,2,1] => [[[.,.],.],[.,.]]
=> [[],[],[[]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> ? ∊ {0,1,1,1,2,2,2,2,2,3,3,3,3,3,3,4,4,4,5,5,5,6}
[4,1,2,3] => [[.,[.,[.,.]]],.]
=> [[[[]]],[]]
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> ? ∊ {0,1,1,1,2,2,2,2,2,3,3,3,3,3,3,4,4,4,5,5,5,6}
[4,1,3,2] => [[.,[[.,.],.]],.]
=> [[[],[]],[]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> ? ∊ {0,1,1,1,2,2,2,2,2,3,3,3,3,3,3,4,4,4,5,5,5,6}
[4,2,1,3] => [[[.,.],[.,.]],.]
=> [[],[[]],[]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> ? ∊ {0,1,1,1,2,2,2,2,2,3,3,3,3,3,3,4,4,4,5,5,5,6}
[4,2,3,1] => [[[.,.],[.,.]],.]
=> [[],[[]],[]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> ? ∊ {0,1,1,1,2,2,2,2,2,3,3,3,3,3,3,4,4,4,5,5,5,6}
[4,3,1,2] => [[[.,[.,.]],.],.]
=> [[[]],[],[]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> ? ∊ {0,1,1,1,2,2,2,2,2,3,3,3,3,3,3,4,4,4,5,5,5,6}
[4,3,2,1] => [[[[.,.],.],.],.]
=> [[],[],[],[]]
=> ([(0,4),(1,4),(2,4),(3,4)],5)
=> 4
[1,2,3,4,5] => [.,[.,[.,[.,[.,.]]]]]
=> [[[[[[]]]]]]
=> ([(0,5),(1,4),(2,3),(2,4),(3,5)],6)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,2,3,5,4] => [.,[.,[.,[[.,.],.]]]]
=> [[[[[],[]]]]]
=> ([(0,5),(1,5),(2,3),(3,4),(4,5)],6)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,2,4,3,5] => [.,[.,[[.,.],[.,.]]]]
=> [[[[],[[]]]]]
=> ([(0,5),(1,4),(2,3),(3,5),(4,5)],6)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,2,4,5,3] => [.,[.,[[.,.],[.,.]]]]
=> [[[[],[[]]]]]
=> ([(0,5),(1,4),(2,3),(3,5),(4,5)],6)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,2,5,3,4] => [.,[.,[[.,[.,.]],.]]]
=> [[[[[]],[]]]]
=> ([(0,5),(1,4),(2,3),(3,5),(4,5)],6)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,2,5,4,3] => [.,[.,[[[.,.],.],.]]]
=> [[[[],[],[]]]]
=> ([(0,5),(1,5),(2,5),(3,4),(4,5)],6)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,3,2,4,5] => [.,[[.,.],[.,[.,.]]]]
=> [[[],[[[]]]]]
=> ([(0,5),(1,5),(2,3),(3,4),(4,5)],6)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,3,2,5,4] => [.,[[.,.],[[.,.],.]]]
=> [[[],[[],[]]]]
=> ([(0,5),(1,5),(2,4),(3,4),(4,5)],6)
=> 6
[1,3,4,2,5] => [.,[[.,.],[.,[.,.]]]]
=> [[[],[[[]]]]]
=> ([(0,5),(1,5),(2,3),(3,4),(4,5)],6)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,3,4,5,2] => [.,[[.,.],[.,[.,.]]]]
=> [[[],[[[]]]]]
=> ([(0,5),(1,5),(2,3),(3,4),(4,5)],6)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,3,5,2,4] => [.,[[.,.],[[.,.],.]]]
=> [[[],[[],[]]]]
=> ([(0,5),(1,5),(2,4),(3,4),(4,5)],6)
=> 6
[1,3,5,4,2] => [.,[[.,.],[[.,.],.]]]
=> [[[],[[],[]]]]
=> ([(0,5),(1,5),(2,4),(3,4),(4,5)],6)
=> 6
[1,4,2,3,5] => [.,[[.,[.,.]],[.,.]]]
=> [[[[]],[[]]]]
=> ([(0,5),(1,4),(2,3),(3,5),(4,5)],6)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,4,2,5,3] => [.,[[.,[.,.]],[.,.]]]
=> [[[[]],[[]]]]
=> ([(0,5),(1,4),(2,3),(3,5),(4,5)],6)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,4,3,2,5] => [.,[[[.,.],.],[.,.]]]
=> [[[],[],[[]]]]
=> ([(0,5),(1,5),(2,5),(3,4),(4,5)],6)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,4,3,5,2] => [.,[[[.,.],.],[.,.]]]
=> [[[],[],[[]]]]
=> ([(0,5),(1,5),(2,5),(3,4),(4,5)],6)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,4,5,2,3] => [.,[[.,[.,.]],[.,.]]]
=> [[[[]],[[]]]]
=> ([(0,5),(1,4),(2,3),(3,5),(4,5)],6)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,4,5,3,2] => [.,[[[.,.],.],[.,.]]]
=> [[[],[],[[]]]]
=> ([(0,5),(1,5),(2,5),(3,4),(4,5)],6)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,5,2,3,4] => [.,[[.,[.,[.,.]]],.]]
=> [[[[[]]],[]]]
=> ([(0,5),(1,5),(2,3),(3,4),(4,5)],6)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,5,2,4,3] => [.,[[.,[[.,.],.]],.]]
=> [[[[],[]],[]]]
=> ([(0,5),(1,5),(2,4),(3,4),(4,5)],6)
=> 6
[1,5,3,2,4] => [.,[[[.,.],[.,.]],.]]
=> [[[],[[]],[]]]
=> ([(0,5),(1,5),(2,5),(3,4),(4,5)],6)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,5,3,4,2] => [.,[[[.,.],[.,.]],.]]
=> [[[],[[]],[]]]
=> ([(0,5),(1,5),(2,5),(3,4),(4,5)],6)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,5,4,2,3] => [.,[[[.,[.,.]],.],.]]
=> [[[[]],[],[]]]
=> ([(0,5),(1,5),(2,5),(3,4),(4,5)],6)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,5,4,3,2] => [.,[[[[.,.],.],.],.]]
=> [[[],[],[],[]]]
=> ([(0,5),(1,5),(2,5),(3,5),(4,5)],6)
=> ? ∊ {0,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[3,2,1,5,4] => [[[.,.],.],[[.,.],.]]
=> [[],[],[[],[]]]
=> ([(0,5),(1,5),(2,4),(3,4),(4,5)],6)
=> 6
[3,2,5,1,4] => [[[.,.],.],[[.,.],.]]
=> [[],[],[[],[]]]
=> ([(0,5),(1,5),(2,4),(3,4),(4,5)],6)
=> 6
[3,2,5,4,1] => [[[.,.],.],[[.,.],.]]
=> [[],[],[[],[]]]
=> ([(0,5),(1,5),(2,4),(3,4),(4,5)],6)
=> 6
[3,5,2,1,4] => [[[.,.],.],[[.,.],.]]
=> [[],[],[[],[]]]
=> ([(0,5),(1,5),(2,4),(3,4),(4,5)],6)
=> 6
[3,5,2,4,1] => [[[.,.],.],[[.,.],.]]
=> [[],[],[[],[]]]
=> ([(0,5),(1,5),(2,4),(3,4),(4,5)],6)
=> 6
[3,5,4,2,1] => [[[.,.],.],[[.,.],.]]
=> [[],[],[[],[]]]
=> ([(0,5),(1,5),(2,4),(3,4),(4,5)],6)
=> 6
[5,2,1,4,3] => [[[.,.],[[.,.],.]],.]
=> [[],[[],[]],[]]
=> ([(0,5),(1,5),(2,4),(3,4),(4,5)],6)
=> 6
[5,2,4,1,3] => [[[.,.],[[.,.],.]],.]
=> [[],[[],[]],[]]
=> ([(0,5),(1,5),(2,4),(3,4),(4,5)],6)
=> 6
[5,2,4,3,1] => [[[.,.],[[.,.],.]],.]
=> [[],[[],[]],[]]
=> ([(0,5),(1,5),(2,4),(3,4),(4,5)],6)
=> 6
[5,4,1,3,2] => [[[.,[[.,.],.]],.],.]
=> [[[],[]],[],[]]
=> ([(0,5),(1,5),(2,4),(3,4),(4,5)],6)
=> 6
[1,2,5,3,4,6] => [.,[.,[[.,[.,.]],[.,.]]]]
=> [[[[[]],[[]]]]]
=> ([(0,5),(1,4),(2,3),(3,6),(4,6),(5,6)],7)
=> 8
[1,2,5,3,6,4] => [.,[.,[[.,[.,.]],[.,.]]]]
=> [[[[[]],[[]]]]]
=> ([(0,5),(1,4),(2,3),(3,6),(4,6),(5,6)],7)
=> 8
[1,2,5,6,3,4] => [.,[.,[[.,[.,.]],[.,.]]]]
=> [[[[[]],[[]]]]]
=> ([(0,5),(1,4),(2,3),(3,6),(4,6),(5,6)],7)
=> 8
[2,1,5,3,4,6] => [[.,.],[[.,[.,.]],[.,.]]]
=> [[],[[[]],[[]]]]
=> ([(0,5),(1,4),(2,3),(3,6),(4,6),(5,6)],7)
=> 8
[2,1,5,3,6,4] => [[.,.],[[.,[.,.]],[.,.]]]
=> [[],[[[]],[[]]]]
=> ([(0,5),(1,4),(2,3),(3,6),(4,6),(5,6)],7)
=> 8
[2,1,5,6,3,4] => [[.,.],[[.,[.,.]],[.,.]]]
=> [[],[[[]],[[]]]]
=> ([(0,5),(1,4),(2,3),(3,6),(4,6),(5,6)],7)
=> 8
[2,5,1,3,4,6] => [[.,.],[[.,[.,.]],[.,.]]]
=> [[],[[[]],[[]]]]
=> ([(0,5),(1,4),(2,3),(3,6),(4,6),(5,6)],7)
=> 8
[2,5,1,3,6,4] => [[.,.],[[.,[.,.]],[.,.]]]
=> [[],[[[]],[[]]]]
=> ([(0,5),(1,4),(2,3),(3,6),(4,6),(5,6)],7)
=> 8
[2,5,1,6,3,4] => [[.,.],[[.,[.,.]],[.,.]]]
=> [[],[[[]],[[]]]]
=> ([(0,5),(1,4),(2,3),(3,6),(4,6),(5,6)],7)
=> 8
[2,5,3,1,4,6] => [[.,.],[[.,[.,.]],[.,.]]]
=> [[],[[[]],[[]]]]
=> ([(0,5),(1,4),(2,3),(3,6),(4,6),(5,6)],7)
=> 8
[2,5,3,1,6,4] => [[.,.],[[.,[.,.]],[.,.]]]
=> [[],[[[]],[[]]]]
=> ([(0,5),(1,4),(2,3),(3,6),(4,6),(5,6)],7)
=> 8
[2,5,3,4,1,6] => [[.,.],[[.,[.,.]],[.,.]]]
=> [[],[[[]],[[]]]]
=> ([(0,5),(1,4),(2,3),(3,6),(4,6),(5,6)],7)
=> 8
[2,5,3,4,6,1] => [[.,.],[[.,[.,.]],[.,.]]]
=> [[],[[[]],[[]]]]
=> ([(0,5),(1,4),(2,3),(3,6),(4,6),(5,6)],7)
=> 8
[2,5,3,6,1,4] => [[.,.],[[.,[.,.]],[.,.]]]
=> [[],[[[]],[[]]]]
=> ([(0,5),(1,4),(2,3),(3,6),(4,6),(5,6)],7)
=> 8
[2,5,3,6,4,1] => [[.,.],[[.,[.,.]],[.,.]]]
=> [[],[[[]],[[]]]]
=> ([(0,5),(1,4),(2,3),(3,6),(4,6),(5,6)],7)
=> 8
[2,5,6,1,3,4] => [[.,.],[[.,[.,.]],[.,.]]]
=> [[],[[[]],[[]]]]
=> ([(0,5),(1,4),(2,3),(3,6),(4,6),(5,6)],7)
=> 8
[2,5,6,3,1,4] => [[.,.],[[.,[.,.]],[.,.]]]
=> [[],[[[]],[[]]]]
=> ([(0,5),(1,4),(2,3),(3,6),(4,6),(5,6)],7)
=> 8
[2,5,6,3,4,1] => [[.,.],[[.,[.,.]],[.,.]]]
=> [[],[[[]],[[]]]]
=> ([(0,5),(1,4),(2,3),(3,6),(4,6),(5,6)],7)
=> 8
[5,3,1,2,4,6] => [[[.,[.,.]],[.,.]],[.,.]]
=> [[[]],[[]],[[]]]
=> ([(0,5),(1,4),(2,3),(3,6),(4,6),(5,6)],7)
=> 8
[5,3,1,2,6,4] => [[[.,[.,.]],[.,.]],[.,.]]
=> [[[]],[[]],[[]]]
=> ([(0,5),(1,4),(2,3),(3,6),(4,6),(5,6)],7)
=> 8
[5,3,1,4,2,6] => [[[.,[.,.]],[.,.]],[.,.]]
=> [[[]],[[]],[[]]]
=> ([(0,5),(1,4),(2,3),(3,6),(4,6),(5,6)],7)
=> 8
[5,3,1,4,6,2] => [[[.,[.,.]],[.,.]],[.,.]]
=> [[[]],[[]],[[]]]
=> ([(0,5),(1,4),(2,3),(3,6),(4,6),(5,6)],7)
=> 8
[5,3,1,6,2,4] => [[[.,[.,.]],[.,.]],[.,.]]
=> [[[]],[[]],[[]]]
=> ([(0,5),(1,4),(2,3),(3,6),(4,6),(5,6)],7)
=> 8
[5,3,1,6,4,2] => [[[.,[.,.]],[.,.]],[.,.]]
=> [[[]],[[]],[[]]]
=> ([(0,5),(1,4),(2,3),(3,6),(4,6),(5,6)],7)
=> 8
[5,3,4,1,2,6] => [[[.,[.,.]],[.,.]],[.,.]]
=> [[[]],[[]],[[]]]
=> ([(0,5),(1,4),(2,3),(3,6),(4,6),(5,6)],7)
=> 8
[5,3,4,1,6,2] => [[[.,[.,.]],[.,.]],[.,.]]
=> [[[]],[[]],[[]]]
=> ([(0,5),(1,4),(2,3),(3,6),(4,6),(5,6)],7)
=> 8
[5,3,4,6,1,2] => [[[.,[.,.]],[.,.]],[.,.]]
=> [[[]],[[]],[[]]]
=> ([(0,5),(1,4),(2,3),(3,6),(4,6),(5,6)],7)
=> 8
[5,3,6,1,2,4] => [[[.,[.,.]],[.,.]],[.,.]]
=> [[[]],[[]],[[]]]
=> ([(0,5),(1,4),(2,3),(3,6),(4,6),(5,6)],7)
=> 8
[5,3,6,1,4,2] => [[[.,[.,.]],[.,.]],[.,.]]
=> [[[]],[[]],[[]]]
=> ([(0,5),(1,4),(2,3),(3,6),(4,6),(5,6)],7)
=> 8
[5,3,6,4,1,2] => [[[.,[.,.]],[.,.]],[.,.]]
=> [[[]],[[]],[[]]]
=> ([(0,5),(1,4),(2,3),(3,6),(4,6),(5,6)],7)
=> 8
[5,6,3,1,2,4] => [[[.,[.,.]],[.,.]],[.,.]]
=> [[[]],[[]],[[]]]
=> ([(0,5),(1,4),(2,3),(3,6),(4,6),(5,6)],7)
=> 8
[5,6,3,1,4,2] => [[[.,[.,.]],[.,.]],[.,.]]
=> [[[]],[[]],[[]]]
=> ([(0,5),(1,4),(2,3),(3,6),(4,6),(5,6)],7)
=> 8
[5,6,3,4,1,2] => [[[.,[.,.]],[.,.]],[.,.]]
=> [[[]],[[]],[[]]]
=> ([(0,5),(1,4),(2,3),(3,6),(4,6),(5,6)],7)
=> 8
[6,1,4,2,3,5] => [[.,[[.,[.,.]],[.,.]]],.]
=> [[[[]],[[]]],[]]
=> ([(0,5),(1,4),(2,3),(3,6),(4,6),(5,6)],7)
=> 8
Description
The energy of a graph, if it is integral.
The energy of a graph is the sum of the absolute values of its eigenvalues. This statistic is only defined for graphs with integral energy. It is known, that the energy is never an odd integer [2]. In fact, it is never the square root of an odd integer [3].
The energy of a graph is the sum of the energies of the connected components of a graph. The energy of the complete graph K_n equals 2n-2. For this reason, we do not define the energy of the empty graph.
Matching statistic: St000454
(load all 6 compositions to match this statistic)
(load all 6 compositions to match this statistic)
Mp00068: Permutations —Simion-Schmidt map⟶ Permutations
Mp00067: Permutations —Foata bijection⟶ Permutations
Mp00160: Permutations —graph of inversions⟶ Graphs
St000454: Graphs ⟶ ℤResult quality: 4% ●values known / values provided: 4%●distinct values known / distinct values provided: 38%
Mp00067: Permutations —Foata bijection⟶ Permutations
Mp00160: Permutations —graph of inversions⟶ Graphs
St000454: Graphs ⟶ ℤResult quality: 4% ●values known / values provided: 4%●distinct values known / distinct values provided: 38%
Values
[1,2] => [1,2] => [1,2] => ([],2)
=> 0
[2,1] => [2,1] => [2,1] => ([(0,1)],2)
=> 1
[1,2,3] => [1,3,2] => [3,1,2] => ([(0,2),(1,2)],3)
=> ? ∊ {0,1,2}
[1,3,2] => [1,3,2] => [3,1,2] => ([(0,2),(1,2)],3)
=> ? ∊ {0,1,2}
[2,1,3] => [2,1,3] => [2,1,3] => ([(1,2)],3)
=> 1
[2,3,1] => [2,3,1] => [2,3,1] => ([(0,2),(1,2)],3)
=> ? ∊ {0,1,2}
[3,1,2] => [3,1,2] => [1,3,2] => ([(1,2)],3)
=> 1
[3,2,1] => [3,2,1] => [3,2,1] => ([(0,1),(0,2),(1,2)],3)
=> 2
[1,2,3,4] => [1,4,3,2] => [4,3,1,2] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ? ∊ {0,1,2,3,3,3,3,3,4,4,4,4,4,5,5,5,6}
[1,2,4,3] => [1,4,3,2] => [4,3,1,2] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ? ∊ {0,1,2,3,3,3,3,3,4,4,4,4,4,5,5,5,6}
[1,3,2,4] => [1,4,3,2] => [4,3,1,2] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ? ∊ {0,1,2,3,3,3,3,3,4,4,4,4,4,5,5,5,6}
[1,3,4,2] => [1,4,3,2] => [4,3,1,2] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ? ∊ {0,1,2,3,3,3,3,3,4,4,4,4,4,5,5,5,6}
[1,4,2,3] => [1,4,3,2] => [4,3,1,2] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ? ∊ {0,1,2,3,3,3,3,3,4,4,4,4,4,5,5,5,6}
[1,4,3,2] => [1,4,3,2] => [4,3,1,2] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ? ∊ {0,1,2,3,3,3,3,3,4,4,4,4,4,5,5,5,6}
[2,1,3,4] => [2,1,4,3] => [4,2,1,3] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> ? ∊ {0,1,2,3,3,3,3,3,4,4,4,4,4,5,5,5,6}
[2,1,4,3] => [2,1,4,3] => [4,2,1,3] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> ? ∊ {0,1,2,3,3,3,3,3,4,4,4,4,4,5,5,5,6}
[2,3,1,4] => [2,4,1,3] => [2,1,4,3] => ([(0,3),(1,2)],4)
=> 1
[2,3,4,1] => [2,4,3,1] => [4,2,3,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ? ∊ {0,1,2,3,3,3,3,3,4,4,4,4,4,5,5,5,6}
[2,4,1,3] => [2,4,1,3] => [2,1,4,3] => ([(0,3),(1,2)],4)
=> 1
[2,4,3,1] => [2,4,3,1] => [4,2,3,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ? ∊ {0,1,2,3,3,3,3,3,4,4,4,4,4,5,5,5,6}
[3,1,2,4] => [3,1,4,2] => [3,4,1,2] => ([(0,2),(0,3),(1,2),(1,3)],4)
=> 2
[3,1,4,2] => [3,1,4,2] => [3,4,1,2] => ([(0,2),(0,3),(1,2),(1,3)],4)
=> 2
[3,2,1,4] => [3,2,1,4] => [3,2,1,4] => ([(1,2),(1,3),(2,3)],4)
=> 2
[3,2,4,1] => [3,2,4,1] => [3,2,4,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> ? ∊ {0,1,2,3,3,3,3,3,4,4,4,4,4,5,5,5,6}
[3,4,1,2] => [3,4,1,2] => [1,3,4,2] => ([(1,3),(2,3)],4)
=> ? ∊ {0,1,2,3,3,3,3,3,4,4,4,4,4,5,5,5,6}
[3,4,2,1] => [3,4,2,1] => [3,4,2,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ? ∊ {0,1,2,3,3,3,3,3,4,4,4,4,4,5,5,5,6}
[4,1,2,3] => [4,1,3,2] => [4,1,3,2] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> ? ∊ {0,1,2,3,3,3,3,3,4,4,4,4,4,5,5,5,6}
[4,1,3,2] => [4,1,3,2] => [4,1,3,2] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> ? ∊ {0,1,2,3,3,3,3,3,4,4,4,4,4,5,5,5,6}
[4,2,1,3] => [4,2,1,3] => [2,4,1,3] => ([(0,3),(1,2),(2,3)],4)
=> ? ∊ {0,1,2,3,3,3,3,3,4,4,4,4,4,5,5,5,6}
[4,2,3,1] => [4,2,3,1] => [2,4,3,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> ? ∊ {0,1,2,3,3,3,3,3,4,4,4,4,4,5,5,5,6}
[4,3,1,2] => [4,3,1,2] => [1,4,3,2] => ([(1,2),(1,3),(2,3)],4)
=> 2
[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,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)
=> ? ∊ {0,1,1,1,2,2,3,3,3,3,3,3,3,3,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,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,2,3,5,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)
=> ? ∊ {0,1,1,1,2,2,3,3,3,3,3,3,3,3,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,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,2,4,3,5] => [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)
=> ? ∊ {0,1,1,1,2,2,3,3,3,3,3,3,3,3,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,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,2,4,5,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)
=> ? ∊ {0,1,1,1,2,2,3,3,3,3,3,3,3,3,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,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,2,5,3,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)
=> ? ∊ {0,1,1,1,2,2,3,3,3,3,3,3,3,3,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,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,2,5,4,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)
=> ? ∊ {0,1,1,1,2,2,3,3,3,3,3,3,3,3,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,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,3,2,4,5] => [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)
=> ? ∊ {0,1,1,1,2,2,3,3,3,3,3,3,3,3,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,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,3,2,5,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)
=> ? ∊ {0,1,1,1,2,2,3,3,3,3,3,3,3,3,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,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,3,4,2,5] => [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)
=> ? ∊ {0,1,1,1,2,2,3,3,3,3,3,3,3,3,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,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,3,4,5,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)
=> ? ∊ {0,1,1,1,2,2,3,3,3,3,3,3,3,3,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,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,3,5,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)
=> ? ∊ {0,1,1,1,2,2,3,3,3,3,3,3,3,3,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,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[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)
=> ? ∊ {0,1,1,1,2,2,3,3,3,3,3,3,3,3,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,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,4,2,3,5] => [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)
=> ? ∊ {0,1,1,1,2,2,3,3,3,3,3,3,3,3,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,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,4,2,5,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)
=> ? ∊ {0,1,1,1,2,2,3,3,3,3,3,3,3,3,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,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,4,3,2,5] => [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)
=> ? ∊ {0,1,1,1,2,2,3,3,3,3,3,3,3,3,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,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,4,3,5,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)
=> ? ∊ {0,1,1,1,2,2,3,3,3,3,3,3,3,3,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,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[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)
=> ? ∊ {0,1,1,1,2,2,3,3,3,3,3,3,3,3,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,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[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)
=> ? ∊ {0,1,1,1,2,2,3,3,3,3,3,3,3,3,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,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,5,2,3,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)
=> ? ∊ {0,1,1,1,2,2,3,3,3,3,3,3,3,3,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,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[1,5,2,4,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)
=> ? ∊ {0,1,1,1,2,2,3,3,3,3,3,3,3,3,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,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[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)
=> ? ∊ {0,1,1,1,2,2,3,3,3,3,3,3,3,3,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,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[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)
=> ? ∊ {0,1,1,1,2,2,3,3,3,3,3,3,3,3,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,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[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)
=> ? ∊ {0,1,1,1,2,2,3,3,3,3,3,3,3,3,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,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[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)
=> ? ∊ {0,1,1,1,2,2,3,3,3,3,3,3,3,3,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,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[2,1,3,4,5] => [2,1,5,4,3] => [5,4,2,1,3] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {0,1,1,1,2,2,3,3,3,3,3,3,3,3,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,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[2,1,3,5,4] => [2,1,5,4,3] => [5,4,2,1,3] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {0,1,1,1,2,2,3,3,3,3,3,3,3,3,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,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[2,1,4,3,5] => [2,1,5,4,3] => [5,4,2,1,3] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {0,1,1,1,2,2,3,3,3,3,3,3,3,3,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,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[2,1,4,5,3] => [2,1,5,4,3] => [5,4,2,1,3] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {0,1,1,1,2,2,3,3,3,3,3,3,3,3,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,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[2,1,5,3,4] => [2,1,5,4,3] => [5,4,2,1,3] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {0,1,1,1,2,2,3,3,3,3,3,3,3,3,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,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[2,1,5,4,3] => [2,1,5,4,3] => [5,4,2,1,3] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {0,1,1,1,2,2,3,3,3,3,3,3,3,3,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,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,10}
[3,2,4,1,5] => [3,2,5,1,4] => [3,2,1,5,4] => ([(0,1),(2,3),(2,4),(3,4)],5)
=> 2
[3,2,5,1,4] => [3,2,5,1,4] => [3,2,1,5,4] => ([(0,1),(2,3),(2,4),(3,4)],5)
=> 2
[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
[5,2,3,1,4] => [5,2,4,1,3] => [2,1,5,4,3] => ([(0,1),(2,3),(2,4),(3,4)],5)
=> 2
[5,2,4,1,3] => [5,2,4,1,3] => [2,1,5,4,3] => ([(0,1),(2,3),(2,4),(3,4)],5)
=> 2
[5,4,3,1,2] => [5,4,3,1,2] => [1,5,4,3,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 3
[5,4,3,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,4,2,5,1,6] => [3,6,2,5,1,4] => [3,2,1,6,5,4] => ([(0,4),(0,5),(1,2),(1,3),(2,3),(4,5)],6)
=> 2
[3,4,2,6,1,5] => [3,6,2,5,1,4] => [3,2,1,6,5,4] => ([(0,4),(0,5),(1,2),(1,3),(2,3),(4,5)],6)
=> 2
[3,5,2,4,1,6] => [3,6,2,5,1,4] => [3,2,1,6,5,4] => ([(0,4),(0,5),(1,2),(1,3),(2,3),(4,5)],6)
=> 2
[3,5,2,6,1,4] => [3,6,2,5,1,4] => [3,2,1,6,5,4] => ([(0,4),(0,5),(1,2),(1,3),(2,3),(4,5)],6)
=> 2
[3,6,2,4,1,5] => [3,6,2,5,1,4] => [3,2,1,6,5,4] => ([(0,4),(0,5),(1,2),(1,3),(2,3),(4,5)],6)
=> 2
[3,6,2,5,1,4] => [3,6,2,5,1,4] => [3,2,1,6,5,4] => ([(0,4),(0,5),(1,2),(1,3),(2,3),(4,5)],6)
=> 2
[4,3,2,5,1,6] => [4,3,2,6,1,5] => [4,3,2,1,6,5] => ([(0,1),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 3
[4,3,2,6,1,5] => [4,3,2,6,1,5] => [4,3,2,1,6,5] => ([(0,1),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 3
[5,3,1,2,4,6] => [5,3,1,6,4,2] => [5,6,3,4,1,2] => ([(0,2),(0,3),(0,4),(0,5),(1,2),(1,3),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5)],6)
=> 4
[5,3,1,2,6,4] => [5,3,1,6,4,2] => [5,6,3,4,1,2] => ([(0,2),(0,3),(0,4),(0,5),(1,2),(1,3),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5)],6)
=> 4
[5,3,1,4,2,6] => [5,3,1,6,4,2] => [5,6,3,4,1,2] => ([(0,2),(0,3),(0,4),(0,5),(1,2),(1,3),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5)],6)
=> 4
[5,3,1,4,6,2] => [5,3,1,6,4,2] => [5,6,3,4,1,2] => ([(0,2),(0,3),(0,4),(0,5),(1,2),(1,3),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5)],6)
=> 4
[5,3,1,6,2,4] => [5,3,1,6,4,2] => [5,6,3,4,1,2] => ([(0,2),(0,3),(0,4),(0,5),(1,2),(1,3),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5)],6)
=> 4
[5,3,1,6,4,2] => [5,3,1,6,4,2] => [5,6,3,4,1,2] => ([(0,2),(0,3),(0,4),(0,5),(1,2),(1,3),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5)],6)
=> 4
[5,4,3,2,1,6] => [5,4,3,2,1,6] => [5,4,3,2,1,6] => ([(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 4
[6,5,2,3,1,4] => [6,5,2,4,1,3] => [2,1,6,5,4,3] => ([(0,1),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 3
[6,5,2,4,1,3] => [6,5,2,4,1,3] => [2,1,6,5,4,3] => ([(0,1),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 3
[6,5,4,3,1,2] => [6,5,4,3,1,2] => [1,6,5,4,3,2] => ([(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 4
[6,5,4,3,2,1] => [6,5,4,3,2,1] => [6,5,4,3,2,1] => ([(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)
=> 5
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.
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!