Your data matches 37 different statistics following compositions of up to 3 maps.
(click to perform a complete search on your data)
Mp00066: Permutations inversePermutations
St000366: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => [1] => 0 = 1 - 1
[1,2] => [1,2] => 0 = 1 - 1
[2,1] => [2,1] => 0 = 1 - 1
[1,2,3] => [1,2,3] => 0 = 1 - 1
[1,3,2] => [1,3,2] => 0 = 1 - 1
[2,1,3] => [2,1,3] => 0 = 1 - 1
[2,3,1] => [3,1,2] => 0 = 1 - 1
[3,1,2] => [2,3,1] => 0 = 1 - 1
[3,2,1] => [3,2,1] => 1 = 2 - 1
[1,2,3,4] => [1,2,3,4] => 0 = 1 - 1
[1,2,4,3] => [1,2,4,3] => 0 = 1 - 1
[1,3,2,4] => [1,3,2,4] => 0 = 1 - 1
[1,3,4,2] => [1,4,2,3] => 0 = 1 - 1
[1,4,2,3] => [1,3,4,2] => 0 = 1 - 1
[1,4,3,2] => [1,4,3,2] => 1 = 2 - 1
[2,1,3,4] => [2,1,3,4] => 0 = 1 - 1
[2,1,4,3] => [2,1,4,3] => 0 = 1 - 1
[2,3,1,4] => [3,1,2,4] => 0 = 1 - 1
[2,3,4,1] => [4,1,2,3] => 0 = 1 - 1
[2,4,1,3] => [3,1,4,2] => 0 = 1 - 1
[2,4,3,1] => [4,1,3,2] => 0 = 1 - 1
[3,1,2,4] => [2,3,1,4] => 0 = 1 - 1
[3,1,4,2] => [2,4,1,3] => 0 = 1 - 1
[3,2,1,4] => [3,2,1,4] => 1 = 2 - 1
[3,2,4,1] => [4,2,1,3] => 1 = 2 - 1
[3,4,1,2] => [3,4,1,2] => 0 = 1 - 1
[3,4,2,1] => [4,3,1,2] => 1 = 2 - 1
[4,1,2,3] => [2,3,4,1] => 0 = 1 - 1
[4,1,3,2] => [2,4,3,1] => 1 = 2 - 1
[4,2,1,3] => [3,2,4,1] => 0 = 1 - 1
[4,2,3,1] => [4,2,3,1] => 0 = 1 - 1
[4,3,1,2] => [3,4,2,1] => 1 = 2 - 1
[4,3,2,1] => [4,3,2,1] => 2 = 3 - 1
[1,2,3,4,5] => [1,2,3,4,5] => 0 = 1 - 1
[1,2,3,5,4] => [1,2,3,5,4] => 0 = 1 - 1
[1,2,4,3,5] => [1,2,4,3,5] => 0 = 1 - 1
[1,2,4,5,3] => [1,2,5,3,4] => 0 = 1 - 1
[1,2,5,3,4] => [1,2,4,5,3] => 0 = 1 - 1
[1,2,5,4,3] => [1,2,5,4,3] => 1 = 2 - 1
[1,3,2,4,5] => [1,3,2,4,5] => 0 = 1 - 1
[1,3,2,5,4] => [1,3,2,5,4] => 0 = 1 - 1
[1,3,4,2,5] => [1,4,2,3,5] => 0 = 1 - 1
[1,3,4,5,2] => [1,5,2,3,4] => 0 = 1 - 1
[1,3,5,2,4] => [1,4,2,5,3] => 0 = 1 - 1
[1,3,5,4,2] => [1,5,2,4,3] => 0 = 1 - 1
[1,4,2,3,5] => [1,3,4,2,5] => 0 = 1 - 1
[1,4,2,5,3] => [1,3,5,2,4] => 0 = 1 - 1
[1,4,3,2,5] => [1,4,3,2,5] => 1 = 2 - 1
[1,4,3,5,2] => [1,5,3,2,4] => 1 = 2 - 1
[1,4,5,2,3] => [1,4,5,2,3] => 0 = 1 - 1
Description
The number of double descents of a permutation. A double descent of a permutation $\pi$ is a position $i$ such that $\pi(i) > \pi(i+1) > \pi(i+2)$.
Mp00072: Permutations binary search tree: left to rightBinary trees
Mp00020: Binary trees to Tamari-corresponding Dyck pathDyck paths
St001238: Dyck paths ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => [.,.]
=> [1,0]
=> 1
[1,2] => [.,[.,.]]
=> [1,1,0,0]
=> 1
[2,1] => [[.,.],.]
=> [1,0,1,0]
=> 1
[1,2,3] => [.,[.,[.,.]]]
=> [1,1,1,0,0,0]
=> 1
[1,3,2] => [.,[[.,.],.]]
=> [1,1,0,1,0,0]
=> 1
[2,1,3] => [[.,.],[.,.]]
=> [1,0,1,1,0,0]
=> 1
[2,3,1] => [[.,.],[.,.]]
=> [1,0,1,1,0,0]
=> 1
[3,1,2] => [[.,[.,.]],.]
=> [1,1,0,0,1,0]
=> 1
[3,2,1] => [[[.,.],.],.]
=> [1,0,1,0,1,0]
=> 2
[1,2,3,4] => [.,[.,[.,[.,.]]]]
=> [1,1,1,1,0,0,0,0]
=> 1
[1,2,4,3] => [.,[.,[[.,.],.]]]
=> [1,1,1,0,1,0,0,0]
=> 1
[1,3,2,4] => [.,[[.,.],[.,.]]]
=> [1,1,0,1,1,0,0,0]
=> 1
[1,3,4,2] => [.,[[.,.],[.,.]]]
=> [1,1,0,1,1,0,0,0]
=> 1
[1,4,2,3] => [.,[[.,[.,.]],.]]
=> [1,1,1,0,0,1,0,0]
=> 1
[1,4,3,2] => [.,[[[.,.],.],.]]
=> [1,1,0,1,0,1,0,0]
=> 2
[2,1,3,4] => [[.,.],[.,[.,.]]]
=> [1,0,1,1,1,0,0,0]
=> 1
[2,1,4,3] => [[.,.],[[.,.],.]]
=> [1,0,1,1,0,1,0,0]
=> 1
[2,3,1,4] => [[.,.],[.,[.,.]]]
=> [1,0,1,1,1,0,0,0]
=> 1
[2,3,4,1] => [[.,.],[.,[.,.]]]
=> [1,0,1,1,1,0,0,0]
=> 1
[2,4,1,3] => [[.,.],[[.,.],.]]
=> [1,0,1,1,0,1,0,0]
=> 1
[2,4,3,1] => [[.,.],[[.,.],.]]
=> [1,0,1,1,0,1,0,0]
=> 1
[3,1,2,4] => [[.,[.,.]],[.,.]]
=> [1,1,0,0,1,1,0,0]
=> 1
[3,1,4,2] => [[.,[.,.]],[.,.]]
=> [1,1,0,0,1,1,0,0]
=> 1
[3,2,1,4] => [[[.,.],.],[.,.]]
=> [1,0,1,0,1,1,0,0]
=> 2
[3,2,4,1] => [[[.,.],.],[.,.]]
=> [1,0,1,0,1,1,0,0]
=> 2
[3,4,1,2] => [[.,[.,.]],[.,.]]
=> [1,1,0,0,1,1,0,0]
=> 1
[3,4,2,1] => [[[.,.],.],[.,.]]
=> [1,0,1,0,1,1,0,0]
=> 2
[4,1,2,3] => [[.,[.,[.,.]]],.]
=> [1,1,1,0,0,0,1,0]
=> 1
[4,1,3,2] => [[.,[[.,.],.]],.]
=> [1,1,0,1,0,0,1,0]
=> 2
[4,2,1,3] => [[[.,.],[.,.]],.]
=> [1,0,1,1,0,0,1,0]
=> 1
[4,2,3,1] => [[[.,.],[.,.]],.]
=> [1,0,1,1,0,0,1,0]
=> 1
[4,3,1,2] => [[[.,[.,.]],.],.]
=> [1,1,0,0,1,0,1,0]
=> 2
[4,3,2,1] => [[[[.,.],.],.],.]
=> [1,0,1,0,1,0,1,0]
=> 3
[1,2,3,4,5] => [.,[.,[.,[.,[.,.]]]]]
=> [1,1,1,1,1,0,0,0,0,0]
=> 1
[1,2,3,5,4] => [.,[.,[.,[[.,.],.]]]]
=> [1,1,1,1,0,1,0,0,0,0]
=> 1
[1,2,4,3,5] => [.,[.,[[.,.],[.,.]]]]
=> [1,1,1,0,1,1,0,0,0,0]
=> 1
[1,2,4,5,3] => [.,[.,[[.,.],[.,.]]]]
=> [1,1,1,0,1,1,0,0,0,0]
=> 1
[1,2,5,3,4] => [.,[.,[[.,[.,.]],.]]]
=> [1,1,1,1,0,0,1,0,0,0]
=> 1
[1,2,5,4,3] => [.,[.,[[[.,.],.],.]]]
=> [1,1,1,0,1,0,1,0,0,0]
=> 2
[1,3,2,4,5] => [.,[[.,.],[.,[.,.]]]]
=> [1,1,0,1,1,1,0,0,0,0]
=> 1
[1,3,2,5,4] => [.,[[.,.],[[.,.],.]]]
=> [1,1,0,1,1,0,1,0,0,0]
=> 1
[1,3,4,2,5] => [.,[[.,.],[.,[.,.]]]]
=> [1,1,0,1,1,1,0,0,0,0]
=> 1
[1,3,4,5,2] => [.,[[.,.],[.,[.,.]]]]
=> [1,1,0,1,1,1,0,0,0,0]
=> 1
[1,3,5,2,4] => [.,[[.,.],[[.,.],.]]]
=> [1,1,0,1,1,0,1,0,0,0]
=> 1
[1,3,5,4,2] => [.,[[.,.],[[.,.],.]]]
=> [1,1,0,1,1,0,1,0,0,0]
=> 1
[1,4,2,3,5] => [.,[[.,[.,.]],[.,.]]]
=> [1,1,1,0,0,1,1,0,0,0]
=> 1
[1,4,2,5,3] => [.,[[.,[.,.]],[.,.]]]
=> [1,1,1,0,0,1,1,0,0,0]
=> 1
[1,4,3,2,5] => [.,[[[.,.],.],[.,.]]]
=> [1,1,0,1,0,1,1,0,0,0]
=> 2
[1,4,3,5,2] => [.,[[[.,.],.],[.,.]]]
=> [1,1,0,1,0,1,1,0,0,0]
=> 2
[1,4,5,2,3] => [.,[[.,[.,.]],[.,.]]]
=> [1,1,1,0,0,1,1,0,0,0]
=> 1
Description
The number of simple modules S such that the Auslander-Reiten translate of S is isomorphic to the Nakayama functor applied to the second syzygy of S.
Mp00064: Permutations reversePermutations
Mp00066: Permutations inversePermutations
St000365: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => [1] => [1] => 0 = 1 - 1
[1,2] => [2,1] => [2,1] => 0 = 1 - 1
[2,1] => [1,2] => [1,2] => 0 = 1 - 1
[1,2,3] => [3,2,1] => [3,2,1] => 0 = 1 - 1
[1,3,2] => [2,3,1] => [3,1,2] => 0 = 1 - 1
[2,1,3] => [3,1,2] => [2,3,1] => 0 = 1 - 1
[2,3,1] => [1,3,2] => [1,3,2] => 0 = 1 - 1
[3,1,2] => [2,1,3] => [2,1,3] => 0 = 1 - 1
[3,2,1] => [1,2,3] => [1,2,3] => 1 = 2 - 1
[1,2,3,4] => [4,3,2,1] => [4,3,2,1] => 0 = 1 - 1
[1,2,4,3] => [3,4,2,1] => [4,3,1,2] => 0 = 1 - 1
[1,3,2,4] => [4,2,3,1] => [4,2,3,1] => 0 = 1 - 1
[1,3,4,2] => [2,4,3,1] => [4,1,3,2] => 0 = 1 - 1
[1,4,2,3] => [3,2,4,1] => [4,2,1,3] => 0 = 1 - 1
[1,4,3,2] => [2,3,4,1] => [4,1,2,3] => 1 = 2 - 1
[2,1,3,4] => [4,3,1,2] => [3,4,2,1] => 0 = 1 - 1
[2,1,4,3] => [3,4,1,2] => [3,4,1,2] => 0 = 1 - 1
[2,3,1,4] => [4,1,3,2] => [2,4,3,1] => 0 = 1 - 1
[2,3,4,1] => [1,4,3,2] => [1,4,3,2] => 0 = 1 - 1
[2,4,1,3] => [3,1,4,2] => [2,4,1,3] => 0 = 1 - 1
[2,4,3,1] => [1,3,4,2] => [1,4,2,3] => 0 = 1 - 1
[3,1,2,4] => [4,2,1,3] => [3,2,4,1] => 0 = 1 - 1
[3,1,4,2] => [2,4,1,3] => [3,1,4,2] => 0 = 1 - 1
[3,2,1,4] => [4,1,2,3] => [2,3,4,1] => 1 = 2 - 1
[3,2,4,1] => [1,4,2,3] => [1,3,4,2] => 1 = 2 - 1
[3,4,1,2] => [2,1,4,3] => [2,1,4,3] => 0 = 1 - 1
[3,4,2,1] => [1,2,4,3] => [1,2,4,3] => 1 = 2 - 1
[4,1,2,3] => [3,2,1,4] => [3,2,1,4] => 0 = 1 - 1
[4,1,3,2] => [2,3,1,4] => [3,1,2,4] => 1 = 2 - 1
[4,2,1,3] => [3,1,2,4] => [2,3,1,4] => 0 = 1 - 1
[4,2,3,1] => [1,3,2,4] => [1,3,2,4] => 0 = 1 - 1
[4,3,1,2] => [2,1,3,4] => [2,1,3,4] => 1 = 2 - 1
[4,3,2,1] => [1,2,3,4] => [1,2,3,4] => 2 = 3 - 1
[1,2,3,4,5] => [5,4,3,2,1] => [5,4,3,2,1] => 0 = 1 - 1
[1,2,3,5,4] => [4,5,3,2,1] => [5,4,3,1,2] => 0 = 1 - 1
[1,2,4,3,5] => [5,3,4,2,1] => [5,4,2,3,1] => 0 = 1 - 1
[1,2,4,5,3] => [3,5,4,2,1] => [5,4,1,3,2] => 0 = 1 - 1
[1,2,5,3,4] => [4,3,5,2,1] => [5,4,2,1,3] => 0 = 1 - 1
[1,2,5,4,3] => [3,4,5,2,1] => [5,4,1,2,3] => 1 = 2 - 1
[1,3,2,4,5] => [5,4,2,3,1] => [5,3,4,2,1] => 0 = 1 - 1
[1,3,2,5,4] => [4,5,2,3,1] => [5,3,4,1,2] => 0 = 1 - 1
[1,3,4,2,5] => [5,2,4,3,1] => [5,2,4,3,1] => 0 = 1 - 1
[1,3,4,5,2] => [2,5,4,3,1] => [5,1,4,3,2] => 0 = 1 - 1
[1,3,5,2,4] => [4,2,5,3,1] => [5,2,4,1,3] => 0 = 1 - 1
[1,3,5,4,2] => [2,4,5,3,1] => [5,1,4,2,3] => 0 = 1 - 1
[1,4,2,3,5] => [5,3,2,4,1] => [5,3,2,4,1] => 0 = 1 - 1
[1,4,2,5,3] => [3,5,2,4,1] => [5,3,1,4,2] => 0 = 1 - 1
[1,4,3,2,5] => [5,2,3,4,1] => [5,2,3,4,1] => 1 = 2 - 1
[1,4,3,5,2] => [2,5,3,4,1] => [5,1,3,4,2] => 1 = 2 - 1
[1,4,5,2,3] => [3,2,5,4,1] => [5,2,1,4,3] => 0 = 1 - 1
Description
The number of double ascents of a permutation. A double ascent of a permutation $\pi$ is a position $i$ such that $\pi(i) < \pi(i+1) < \pi(i+2)$.
Mp00066: Permutations inversePermutations
Mp00238: Permutations Clarke-Steingrimsson-ZengPermutations
St000731: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => [1] => [1] => 0 = 1 - 1
[1,2] => [1,2] => [1,2] => 0 = 1 - 1
[2,1] => [2,1] => [2,1] => 0 = 1 - 1
[1,2,3] => [1,2,3] => [1,2,3] => 0 = 1 - 1
[1,3,2] => [1,3,2] => [1,3,2] => 0 = 1 - 1
[2,1,3] => [2,1,3] => [2,1,3] => 0 = 1 - 1
[2,3,1] => [3,1,2] => [3,1,2] => 0 = 1 - 1
[3,1,2] => [2,3,1] => [3,2,1] => 0 = 1 - 1
[3,2,1] => [3,2,1] => [2,3,1] => 1 = 2 - 1
[1,2,3,4] => [1,2,3,4] => [1,2,3,4] => 0 = 1 - 1
[1,2,4,3] => [1,2,4,3] => [1,2,4,3] => 0 = 1 - 1
[1,3,2,4] => [1,3,2,4] => [1,3,2,4] => 0 = 1 - 1
[1,3,4,2] => [1,4,2,3] => [1,4,2,3] => 0 = 1 - 1
[1,4,2,3] => [1,3,4,2] => [1,4,3,2] => 0 = 1 - 1
[1,4,3,2] => [1,4,3,2] => [1,3,4,2] => 1 = 2 - 1
[2,1,3,4] => [2,1,3,4] => [2,1,3,4] => 0 = 1 - 1
[2,1,4,3] => [2,1,4,3] => [2,1,4,3] => 0 = 1 - 1
[2,3,1,4] => [3,1,2,4] => [3,1,2,4] => 0 = 1 - 1
[2,3,4,1] => [4,1,2,3] => [4,1,2,3] => 0 = 1 - 1
[2,4,1,3] => [3,1,4,2] => [4,3,1,2] => 0 = 1 - 1
[2,4,3,1] => [4,1,3,2] => [3,4,1,2] => 0 = 1 - 1
[3,1,2,4] => [2,3,1,4] => [3,2,1,4] => 0 = 1 - 1
[3,1,4,2] => [2,4,1,3] => [4,2,1,3] => 0 = 1 - 1
[3,2,1,4] => [3,2,1,4] => [2,3,1,4] => 1 = 2 - 1
[3,2,4,1] => [4,2,1,3] => [2,4,1,3] => 1 = 2 - 1
[3,4,1,2] => [3,4,1,2] => [4,1,3,2] => 0 = 1 - 1
[3,4,2,1] => [4,3,1,2] => [3,1,4,2] => 1 = 2 - 1
[4,1,2,3] => [2,3,4,1] => [4,2,3,1] => 0 = 1 - 1
[4,1,3,2] => [2,4,3,1] => [3,2,4,1] => 1 = 2 - 1
[4,2,1,3] => [3,2,4,1] => [4,3,2,1] => 0 = 1 - 1
[4,2,3,1] => [4,2,3,1] => [3,4,2,1] => 0 = 1 - 1
[4,3,1,2] => [3,4,2,1] => [2,4,3,1] => 1 = 2 - 1
[4,3,2,1] => [4,3,2,1] => [2,3,4,1] => 2 = 3 - 1
[1,2,3,4,5] => [1,2,3,4,5] => [1,2,3,4,5] => 0 = 1 - 1
[1,2,3,5,4] => [1,2,3,5,4] => [1,2,3,5,4] => 0 = 1 - 1
[1,2,4,3,5] => [1,2,4,3,5] => [1,2,4,3,5] => 0 = 1 - 1
[1,2,4,5,3] => [1,2,5,3,4] => [1,2,5,3,4] => 0 = 1 - 1
[1,2,5,3,4] => [1,2,4,5,3] => [1,2,5,4,3] => 0 = 1 - 1
[1,2,5,4,3] => [1,2,5,4,3] => [1,2,4,5,3] => 1 = 2 - 1
[1,3,2,4,5] => [1,3,2,4,5] => [1,3,2,4,5] => 0 = 1 - 1
[1,3,2,5,4] => [1,3,2,5,4] => [1,3,2,5,4] => 0 = 1 - 1
[1,3,4,2,5] => [1,4,2,3,5] => [1,4,2,3,5] => 0 = 1 - 1
[1,3,4,5,2] => [1,5,2,3,4] => [1,5,2,3,4] => 0 = 1 - 1
[1,3,5,2,4] => [1,4,2,5,3] => [1,5,4,2,3] => 0 = 1 - 1
[1,3,5,4,2] => [1,5,2,4,3] => [1,4,5,2,3] => 0 = 1 - 1
[1,4,2,3,5] => [1,3,4,2,5] => [1,4,3,2,5] => 0 = 1 - 1
[1,4,2,5,3] => [1,3,5,2,4] => [1,5,3,2,4] => 0 = 1 - 1
[1,4,3,2,5] => [1,4,3,2,5] => [1,3,4,2,5] => 1 = 2 - 1
[1,4,3,5,2] => [1,5,3,2,4] => [1,3,5,2,4] => 1 = 2 - 1
[1,4,5,2,3] => [1,4,5,2,3] => [1,5,2,4,3] => 0 = 1 - 1
Description
The number of double exceedences of a permutation. A double exceedence is an index $\sigma(i)$ such that $i < \sigma(i) < \sigma(\sigma(i))$.
Mp00069: Permutations complementPermutations
Mp00072: Permutations binary search tree: left to rightBinary trees
Mp00012: Binary trees to Dyck path: up step, left tree, down step, right treeDyck paths
St001066: Dyck paths ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => [1] => [.,.]
=> [1,0]
=> 1
[1,2] => [2,1] => [[.,.],.]
=> [1,1,0,0]
=> 1
[2,1] => [1,2] => [.,[.,.]]
=> [1,0,1,0]
=> 1
[1,2,3] => [3,2,1] => [[[.,.],.],.]
=> [1,1,1,0,0,0]
=> 1
[1,3,2] => [3,1,2] => [[.,[.,.]],.]
=> [1,1,0,1,0,0]
=> 1
[2,1,3] => [2,3,1] => [[.,.],[.,.]]
=> [1,1,0,0,1,0]
=> 1
[2,3,1] => [2,1,3] => [[.,.],[.,.]]
=> [1,1,0,0,1,0]
=> 1
[3,1,2] => [1,3,2] => [.,[[.,.],.]]
=> [1,0,1,1,0,0]
=> 1
[3,2,1] => [1,2,3] => [.,[.,[.,.]]]
=> [1,0,1,0,1,0]
=> 2
[1,2,3,4] => [4,3,2,1] => [[[[.,.],.],.],.]
=> [1,1,1,1,0,0,0,0]
=> 1
[1,2,4,3] => [4,3,1,2] => [[[.,[.,.]],.],.]
=> [1,1,1,0,1,0,0,0]
=> 1
[1,3,2,4] => [4,2,3,1] => [[[.,.],[.,.]],.]
=> [1,1,1,0,0,1,0,0]
=> 1
[1,3,4,2] => [4,2,1,3] => [[[.,.],[.,.]],.]
=> [1,1,1,0,0,1,0,0]
=> 1
[1,4,2,3] => [4,1,3,2] => [[.,[[.,.],.]],.]
=> [1,1,0,1,1,0,0,0]
=> 1
[1,4,3,2] => [4,1,2,3] => [[.,[.,[.,.]]],.]
=> [1,1,0,1,0,1,0,0]
=> 2
[2,1,3,4] => [3,4,2,1] => [[[.,.],.],[.,.]]
=> [1,1,1,0,0,0,1,0]
=> 1
[2,1,4,3] => [3,4,1,2] => [[.,[.,.]],[.,.]]
=> [1,1,0,1,0,0,1,0]
=> 1
[2,3,1,4] => [3,2,4,1] => [[[.,.],.],[.,.]]
=> [1,1,1,0,0,0,1,0]
=> 1
[2,3,4,1] => [3,2,1,4] => [[[.,.],.],[.,.]]
=> [1,1,1,0,0,0,1,0]
=> 1
[2,4,1,3] => [3,1,4,2] => [[.,[.,.]],[.,.]]
=> [1,1,0,1,0,0,1,0]
=> 1
[2,4,3,1] => [3,1,2,4] => [[.,[.,.]],[.,.]]
=> [1,1,0,1,0,0,1,0]
=> 1
[3,1,2,4] => [2,4,3,1] => [[.,.],[[.,.],.]]
=> [1,1,0,0,1,1,0,0]
=> 1
[3,1,4,2] => [2,4,1,3] => [[.,.],[[.,.],.]]
=> [1,1,0,0,1,1,0,0]
=> 1
[3,2,1,4] => [2,3,4,1] => [[.,.],[.,[.,.]]]
=> [1,1,0,0,1,0,1,0]
=> 2
[3,2,4,1] => [2,3,1,4] => [[.,.],[.,[.,.]]]
=> [1,1,0,0,1,0,1,0]
=> 2
[3,4,1,2] => [2,1,4,3] => [[.,.],[[.,.],.]]
=> [1,1,0,0,1,1,0,0]
=> 1
[3,4,2,1] => [2,1,3,4] => [[.,.],[.,[.,.]]]
=> [1,1,0,0,1,0,1,0]
=> 2
[4,1,2,3] => [1,4,3,2] => [.,[[[.,.],.],.]]
=> [1,0,1,1,1,0,0,0]
=> 1
[4,1,3,2] => [1,4,2,3] => [.,[[.,[.,.]],.]]
=> [1,0,1,1,0,1,0,0]
=> 2
[4,2,1,3] => [1,3,4,2] => [.,[[.,.],[.,.]]]
=> [1,0,1,1,0,0,1,0]
=> 1
[4,2,3,1] => [1,3,2,4] => [.,[[.,.],[.,.]]]
=> [1,0,1,1,0,0,1,0]
=> 1
[4,3,1,2] => [1,2,4,3] => [.,[.,[[.,.],.]]]
=> [1,0,1,0,1,1,0,0]
=> 2
[4,3,2,1] => [1,2,3,4] => [.,[.,[.,[.,.]]]]
=> [1,0,1,0,1,0,1,0]
=> 3
[1,2,3,4,5] => [5,4,3,2,1] => [[[[[.,.],.],.],.],.]
=> [1,1,1,1,1,0,0,0,0,0]
=> 1
[1,2,3,5,4] => [5,4,3,1,2] => [[[[.,[.,.]],.],.],.]
=> [1,1,1,1,0,1,0,0,0,0]
=> 1
[1,2,4,3,5] => [5,4,2,3,1] => [[[[.,.],[.,.]],.],.]
=> [1,1,1,1,0,0,1,0,0,0]
=> 1
[1,2,4,5,3] => [5,4,2,1,3] => [[[[.,.],[.,.]],.],.]
=> [1,1,1,1,0,0,1,0,0,0]
=> 1
[1,2,5,3,4] => [5,4,1,3,2] => [[[.,[[.,.],.]],.],.]
=> [1,1,1,0,1,1,0,0,0,0]
=> 1
[1,2,5,4,3] => [5,4,1,2,3] => [[[.,[.,[.,.]]],.],.]
=> [1,1,1,0,1,0,1,0,0,0]
=> 2
[1,3,2,4,5] => [5,3,4,2,1] => [[[[.,.],.],[.,.]],.]
=> [1,1,1,1,0,0,0,1,0,0]
=> 1
[1,3,2,5,4] => [5,3,4,1,2] => [[[.,[.,.]],[.,.]],.]
=> [1,1,1,0,1,0,0,1,0,0]
=> 1
[1,3,4,2,5] => [5,3,2,4,1] => [[[[.,.],.],[.,.]],.]
=> [1,1,1,1,0,0,0,1,0,0]
=> 1
[1,3,4,5,2] => [5,3,2,1,4] => [[[[.,.],.],[.,.]],.]
=> [1,1,1,1,0,0,0,1,0,0]
=> 1
[1,3,5,2,4] => [5,3,1,4,2] => [[[.,[.,.]],[.,.]],.]
=> [1,1,1,0,1,0,0,1,0,0]
=> 1
[1,3,5,4,2] => [5,3,1,2,4] => [[[.,[.,.]],[.,.]],.]
=> [1,1,1,0,1,0,0,1,0,0]
=> 1
[1,4,2,3,5] => [5,2,4,3,1] => [[[.,.],[[.,.],.]],.]
=> [1,1,1,0,0,1,1,0,0,0]
=> 1
[1,4,2,5,3] => [5,2,4,1,3] => [[[.,.],[[.,.],.]],.]
=> [1,1,1,0,0,1,1,0,0,0]
=> 1
[1,4,3,2,5] => [5,2,3,4,1] => [[[.,.],[.,[.,.]]],.]
=> [1,1,1,0,0,1,0,1,0,0]
=> 2
[1,4,3,5,2] => [5,2,3,1,4] => [[[.,.],[.,[.,.]]],.]
=> [1,1,1,0,0,1,0,1,0,0]
=> 2
[1,4,5,2,3] => [5,2,1,4,3] => [[[.,.],[[.,.],.]],.]
=> [1,1,1,0,0,1,1,0,0,0]
=> 1
Description
The number of simple reflexive modules in the corresponding Nakayama algebra.
Matching statistic: St001483
Mp00066: Permutations inversePermutations
Mp00071: Permutations descent compositionInteger compositions
Mp00231: Integer compositions bounce pathDyck paths
St001483: Dyck paths ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => [1] => [1] => [1,0]
=> 1
[1,2] => [1,2] => [2] => [1,1,0,0]
=> 1
[2,1] => [2,1] => [1,1] => [1,0,1,0]
=> 1
[1,2,3] => [1,2,3] => [3] => [1,1,1,0,0,0]
=> 1
[1,3,2] => [1,3,2] => [2,1] => [1,1,0,0,1,0]
=> 1
[2,1,3] => [2,1,3] => [1,2] => [1,0,1,1,0,0]
=> 1
[2,3,1] => [3,1,2] => [1,2] => [1,0,1,1,0,0]
=> 1
[3,1,2] => [2,3,1] => [2,1] => [1,1,0,0,1,0]
=> 1
[3,2,1] => [3,2,1] => [1,1,1] => [1,0,1,0,1,0]
=> 2
[1,2,3,4] => [1,2,3,4] => [4] => [1,1,1,1,0,0,0,0]
=> 1
[1,2,4,3] => [1,2,4,3] => [3,1] => [1,1,1,0,0,0,1,0]
=> 1
[1,3,2,4] => [1,3,2,4] => [2,2] => [1,1,0,0,1,1,0,0]
=> 1
[1,3,4,2] => [1,4,2,3] => [2,2] => [1,1,0,0,1,1,0,0]
=> 1
[1,4,2,3] => [1,3,4,2] => [3,1] => [1,1,1,0,0,0,1,0]
=> 1
[1,4,3,2] => [1,4,3,2] => [2,1,1] => [1,1,0,0,1,0,1,0]
=> 2
[2,1,3,4] => [2,1,3,4] => [1,3] => [1,0,1,1,1,0,0,0]
=> 1
[2,1,4,3] => [2,1,4,3] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 1
[2,3,1,4] => [3,1,2,4] => [1,3] => [1,0,1,1,1,0,0,0]
=> 1
[2,3,4,1] => [4,1,2,3] => [1,3] => [1,0,1,1,1,0,0,0]
=> 1
[2,4,1,3] => [3,1,4,2] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 1
[2,4,3,1] => [4,1,3,2] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 1
[3,1,2,4] => [2,3,1,4] => [2,2] => [1,1,0,0,1,1,0,0]
=> 1
[3,1,4,2] => [2,4,1,3] => [2,2] => [1,1,0,0,1,1,0,0]
=> 1
[3,2,1,4] => [3,2,1,4] => [1,1,2] => [1,0,1,0,1,1,0,0]
=> 2
[3,2,4,1] => [4,2,1,3] => [1,1,2] => [1,0,1,0,1,1,0,0]
=> 2
[3,4,1,2] => [3,4,1,2] => [2,2] => [1,1,0,0,1,1,0,0]
=> 1
[3,4,2,1] => [4,3,1,2] => [1,1,2] => [1,0,1,0,1,1,0,0]
=> 2
[4,1,2,3] => [2,3,4,1] => [3,1] => [1,1,1,0,0,0,1,0]
=> 1
[4,1,3,2] => [2,4,3,1] => [2,1,1] => [1,1,0,0,1,0,1,0]
=> 2
[4,2,1,3] => [3,2,4,1] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 1
[4,2,3,1] => [4,2,3,1] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 1
[4,3,1,2] => [3,4,2,1] => [2,1,1] => [1,1,0,0,1,0,1,0]
=> 2
[4,3,2,1] => [4,3,2,1] => [1,1,1,1] => [1,0,1,0,1,0,1,0]
=> 3
[1,2,3,4,5] => [1,2,3,4,5] => [5] => [1,1,1,1,1,0,0,0,0,0]
=> 1
[1,2,3,5,4] => [1,2,3,5,4] => [4,1] => [1,1,1,1,0,0,0,0,1,0]
=> 1
[1,2,4,3,5] => [1,2,4,3,5] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 1
[1,2,4,5,3] => [1,2,5,3,4] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 1
[1,2,5,3,4] => [1,2,4,5,3] => [4,1] => [1,1,1,1,0,0,0,0,1,0]
=> 1
[1,2,5,4,3] => [1,2,5,4,3] => [3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> 2
[1,3,2,4,5] => [1,3,2,4,5] => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> 1
[1,3,2,5,4] => [1,3,2,5,4] => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> 1
[1,3,4,2,5] => [1,4,2,3,5] => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> 1
[1,3,4,5,2] => [1,5,2,3,4] => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> 1
[1,3,5,2,4] => [1,4,2,5,3] => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> 1
[1,3,5,4,2] => [1,5,2,4,3] => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> 1
[1,4,2,3,5] => [1,3,4,2,5] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 1
[1,4,2,5,3] => [1,3,5,2,4] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 1
[1,4,3,2,5] => [1,4,3,2,5] => [2,1,2] => [1,1,0,0,1,0,1,1,0,0]
=> 2
[1,4,3,5,2] => [1,5,3,2,4] => [2,1,2] => [1,1,0,0,1,0,1,1,0,0]
=> 2
[1,4,5,2,3] => [1,4,5,2,3] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 1
Description
The number of simple module modules that appear in the socle of the regular module but have no nontrivial selfextensions with the regular module.
Mp00072: Permutations binary search tree: left to rightBinary trees
Mp00014: Binary trees to 132-avoiding permutationPermutations
Mp00072: Permutations binary search tree: left to rightBinary trees
St000118: Binary trees ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => [.,.]
=> [1] => [.,.]
=> 0 = 1 - 1
[1,2] => [.,[.,.]]
=> [2,1] => [[.,.],.]
=> 0 = 1 - 1
[2,1] => [[.,.],.]
=> [1,2] => [.,[.,.]]
=> 0 = 1 - 1
[1,2,3] => [.,[.,[.,.]]]
=> [3,2,1] => [[[.,.],.],.]
=> 0 = 1 - 1
[1,3,2] => [.,[[.,.],.]]
=> [2,3,1] => [[.,.],[.,.]]
=> 0 = 1 - 1
[2,1,3] => [[.,.],[.,.]]
=> [3,1,2] => [[.,[.,.]],.]
=> 0 = 1 - 1
[2,3,1] => [[.,.],[.,.]]
=> [3,1,2] => [[.,[.,.]],.]
=> 0 = 1 - 1
[3,1,2] => [[.,[.,.]],.]
=> [2,1,3] => [[.,.],[.,.]]
=> 0 = 1 - 1
[3,2,1] => [[[.,.],.],.]
=> [1,2,3] => [.,[.,[.,.]]]
=> 1 = 2 - 1
[1,2,3,4] => [.,[.,[.,[.,.]]]]
=> [4,3,2,1] => [[[[.,.],.],.],.]
=> 0 = 1 - 1
[1,2,4,3] => [.,[.,[[.,.],.]]]
=> [3,4,2,1] => [[[.,.],.],[.,.]]
=> 0 = 1 - 1
[1,3,2,4] => [.,[[.,.],[.,.]]]
=> [4,2,3,1] => [[[.,.],[.,.]],.]
=> 0 = 1 - 1
[1,3,4,2] => [.,[[.,.],[.,.]]]
=> [4,2,3,1] => [[[.,.],[.,.]],.]
=> 0 = 1 - 1
[1,4,2,3] => [.,[[.,[.,.]],.]]
=> [3,2,4,1] => [[[.,.],.],[.,.]]
=> 0 = 1 - 1
[1,4,3,2] => [.,[[[.,.],.],.]]
=> [2,3,4,1] => [[.,.],[.,[.,.]]]
=> 1 = 2 - 1
[2,1,3,4] => [[.,.],[.,[.,.]]]
=> [4,3,1,2] => [[[.,[.,.]],.],.]
=> 0 = 1 - 1
[2,1,4,3] => [[.,.],[[.,.],.]]
=> [3,4,1,2] => [[.,[.,.]],[.,.]]
=> 0 = 1 - 1
[2,3,1,4] => [[.,.],[.,[.,.]]]
=> [4,3,1,2] => [[[.,[.,.]],.],.]
=> 0 = 1 - 1
[2,3,4,1] => [[.,.],[.,[.,.]]]
=> [4,3,1,2] => [[[.,[.,.]],.],.]
=> 0 = 1 - 1
[2,4,1,3] => [[.,.],[[.,.],.]]
=> [3,4,1,2] => [[.,[.,.]],[.,.]]
=> 0 = 1 - 1
[2,4,3,1] => [[.,.],[[.,.],.]]
=> [3,4,1,2] => [[.,[.,.]],[.,.]]
=> 0 = 1 - 1
[3,1,2,4] => [[.,[.,.]],[.,.]]
=> [4,2,1,3] => [[[.,.],[.,.]],.]
=> 0 = 1 - 1
[3,1,4,2] => [[.,[.,.]],[.,.]]
=> [4,2,1,3] => [[[.,.],[.,.]],.]
=> 0 = 1 - 1
[3,2,1,4] => [[[.,.],.],[.,.]]
=> [4,1,2,3] => [[.,[.,[.,.]]],.]
=> 1 = 2 - 1
[3,2,4,1] => [[[.,.],.],[.,.]]
=> [4,1,2,3] => [[.,[.,[.,.]]],.]
=> 1 = 2 - 1
[3,4,1,2] => [[.,[.,.]],[.,.]]
=> [4,2,1,3] => [[[.,.],[.,.]],.]
=> 0 = 1 - 1
[3,4,2,1] => [[[.,.],.],[.,.]]
=> [4,1,2,3] => [[.,[.,[.,.]]],.]
=> 1 = 2 - 1
[4,1,2,3] => [[.,[.,[.,.]]],.]
=> [3,2,1,4] => [[[.,.],.],[.,.]]
=> 0 = 1 - 1
[4,1,3,2] => [[.,[[.,.],.]],.]
=> [2,3,1,4] => [[.,.],[.,[.,.]]]
=> 1 = 2 - 1
[4,2,1,3] => [[[.,.],[.,.]],.]
=> [3,1,2,4] => [[.,[.,.]],[.,.]]
=> 0 = 1 - 1
[4,2,3,1] => [[[.,.],[.,.]],.]
=> [3,1,2,4] => [[.,[.,.]],[.,.]]
=> 0 = 1 - 1
[4,3,1,2] => [[[.,[.,.]],.],.]
=> [2,1,3,4] => [[.,.],[.,[.,.]]]
=> 1 = 2 - 1
[4,3,2,1] => [[[[.,.],.],.],.]
=> [1,2,3,4] => [.,[.,[.,[.,.]]]]
=> 2 = 3 - 1
[1,2,3,4,5] => [.,[.,[.,[.,[.,.]]]]]
=> [5,4,3,2,1] => [[[[[.,.],.],.],.],.]
=> 0 = 1 - 1
[1,2,3,5,4] => [.,[.,[.,[[.,.],.]]]]
=> [4,5,3,2,1] => [[[[.,.],.],.],[.,.]]
=> 0 = 1 - 1
[1,2,4,3,5] => [.,[.,[[.,.],[.,.]]]]
=> [5,3,4,2,1] => [[[[.,.],.],[.,.]],.]
=> 0 = 1 - 1
[1,2,4,5,3] => [.,[.,[[.,.],[.,.]]]]
=> [5,3,4,2,1] => [[[[.,.],.],[.,.]],.]
=> 0 = 1 - 1
[1,2,5,3,4] => [.,[.,[[.,[.,.]],.]]]
=> [4,3,5,2,1] => [[[[.,.],.],.],[.,.]]
=> 0 = 1 - 1
[1,2,5,4,3] => [.,[.,[[[.,.],.],.]]]
=> [3,4,5,2,1] => [[[.,.],.],[.,[.,.]]]
=> 1 = 2 - 1
[1,3,2,4,5] => [.,[[.,.],[.,[.,.]]]]
=> [5,4,2,3,1] => [[[[.,.],[.,.]],.],.]
=> 0 = 1 - 1
[1,3,2,5,4] => [.,[[.,.],[[.,.],.]]]
=> [4,5,2,3,1] => [[[.,.],[.,.]],[.,.]]
=> 0 = 1 - 1
[1,3,4,2,5] => [.,[[.,.],[.,[.,.]]]]
=> [5,4,2,3,1] => [[[[.,.],[.,.]],.],.]
=> 0 = 1 - 1
[1,3,4,5,2] => [.,[[.,.],[.,[.,.]]]]
=> [5,4,2,3,1] => [[[[.,.],[.,.]],.],.]
=> 0 = 1 - 1
[1,3,5,2,4] => [.,[[.,.],[[.,.],.]]]
=> [4,5,2,3,1] => [[[.,.],[.,.]],[.,.]]
=> 0 = 1 - 1
[1,3,5,4,2] => [.,[[.,.],[[.,.],.]]]
=> [4,5,2,3,1] => [[[.,.],[.,.]],[.,.]]
=> 0 = 1 - 1
[1,4,2,3,5] => [.,[[.,[.,.]],[.,.]]]
=> [5,3,2,4,1] => [[[[.,.],.],[.,.]],.]
=> 0 = 1 - 1
[1,4,2,5,3] => [.,[[.,[.,.]],[.,.]]]
=> [5,3,2,4,1] => [[[[.,.],.],[.,.]],.]
=> 0 = 1 - 1
[1,4,3,2,5] => [.,[[[.,.],.],[.,.]]]
=> [5,2,3,4,1] => [[[.,.],[.,[.,.]]],.]
=> 1 = 2 - 1
[1,4,3,5,2] => [.,[[[.,.],.],[.,.]]]
=> [5,2,3,4,1] => [[[.,.],[.,[.,.]]],.]
=> 1 = 2 - 1
[1,4,5,2,3] => [.,[[.,[.,.]],[.,.]]]
=> [5,3,2,4,1] => [[[[.,.],.],[.,.]],.]
=> 0 = 1 - 1
Description
The number of occurrences of the contiguous pattern {{{[.,[.,[.,.]]]}}} in a binary tree. [[oeis:A001006]] counts binary trees avoiding this pattern.
Matching statistic: St001167
Mp00066: Permutations inversePermutations
Mp00071: Permutations descent compositionInteger compositions
Mp00231: Integer compositions bounce pathDyck paths
St001167: Dyck paths ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => [1] => [1] => [1,0]
=> 0 = 1 - 1
[1,2] => [1,2] => [2] => [1,1,0,0]
=> 0 = 1 - 1
[2,1] => [2,1] => [1,1] => [1,0,1,0]
=> 0 = 1 - 1
[1,2,3] => [1,2,3] => [3] => [1,1,1,0,0,0]
=> 0 = 1 - 1
[1,3,2] => [1,3,2] => [2,1] => [1,1,0,0,1,0]
=> 0 = 1 - 1
[2,1,3] => [2,1,3] => [1,2] => [1,0,1,1,0,0]
=> 0 = 1 - 1
[2,3,1] => [3,1,2] => [1,2] => [1,0,1,1,0,0]
=> 0 = 1 - 1
[3,1,2] => [2,3,1] => [2,1] => [1,1,0,0,1,0]
=> 0 = 1 - 1
[3,2,1] => [3,2,1] => [1,1,1] => [1,0,1,0,1,0]
=> 1 = 2 - 1
[1,2,3,4] => [1,2,3,4] => [4] => [1,1,1,1,0,0,0,0]
=> 0 = 1 - 1
[1,2,4,3] => [1,2,4,3] => [3,1] => [1,1,1,0,0,0,1,0]
=> 0 = 1 - 1
[1,3,2,4] => [1,3,2,4] => [2,2] => [1,1,0,0,1,1,0,0]
=> 0 = 1 - 1
[1,3,4,2] => [1,4,2,3] => [2,2] => [1,1,0,0,1,1,0,0]
=> 0 = 1 - 1
[1,4,2,3] => [1,3,4,2] => [3,1] => [1,1,1,0,0,0,1,0]
=> 0 = 1 - 1
[1,4,3,2] => [1,4,3,2] => [2,1,1] => [1,1,0,0,1,0,1,0]
=> 1 = 2 - 1
[2,1,3,4] => [2,1,3,4] => [1,3] => [1,0,1,1,1,0,0,0]
=> 0 = 1 - 1
[2,1,4,3] => [2,1,4,3] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 0 = 1 - 1
[2,3,1,4] => [3,1,2,4] => [1,3] => [1,0,1,1,1,0,0,0]
=> 0 = 1 - 1
[2,3,4,1] => [4,1,2,3] => [1,3] => [1,0,1,1,1,0,0,0]
=> 0 = 1 - 1
[2,4,1,3] => [3,1,4,2] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 0 = 1 - 1
[2,4,3,1] => [4,1,3,2] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 0 = 1 - 1
[3,1,2,4] => [2,3,1,4] => [2,2] => [1,1,0,0,1,1,0,0]
=> 0 = 1 - 1
[3,1,4,2] => [2,4,1,3] => [2,2] => [1,1,0,0,1,1,0,0]
=> 0 = 1 - 1
[3,2,1,4] => [3,2,1,4] => [1,1,2] => [1,0,1,0,1,1,0,0]
=> 1 = 2 - 1
[3,2,4,1] => [4,2,1,3] => [1,1,2] => [1,0,1,0,1,1,0,0]
=> 1 = 2 - 1
[3,4,1,2] => [3,4,1,2] => [2,2] => [1,1,0,0,1,1,0,0]
=> 0 = 1 - 1
[3,4,2,1] => [4,3,1,2] => [1,1,2] => [1,0,1,0,1,1,0,0]
=> 1 = 2 - 1
[4,1,2,3] => [2,3,4,1] => [3,1] => [1,1,1,0,0,0,1,0]
=> 0 = 1 - 1
[4,1,3,2] => [2,4,3,1] => [2,1,1] => [1,1,0,0,1,0,1,0]
=> 1 = 2 - 1
[4,2,1,3] => [3,2,4,1] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 0 = 1 - 1
[4,2,3,1] => [4,2,3,1] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 0 = 1 - 1
[4,3,1,2] => [3,4,2,1] => [2,1,1] => [1,1,0,0,1,0,1,0]
=> 1 = 2 - 1
[4,3,2,1] => [4,3,2,1] => [1,1,1,1] => [1,0,1,0,1,0,1,0]
=> 2 = 3 - 1
[1,2,3,4,5] => [1,2,3,4,5] => [5] => [1,1,1,1,1,0,0,0,0,0]
=> 0 = 1 - 1
[1,2,3,5,4] => [1,2,3,5,4] => [4,1] => [1,1,1,1,0,0,0,0,1,0]
=> 0 = 1 - 1
[1,2,4,3,5] => [1,2,4,3,5] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 0 = 1 - 1
[1,2,4,5,3] => [1,2,5,3,4] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 0 = 1 - 1
[1,2,5,3,4] => [1,2,4,5,3] => [4,1] => [1,1,1,1,0,0,0,0,1,0]
=> 0 = 1 - 1
[1,2,5,4,3] => [1,2,5,4,3] => [3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> 1 = 2 - 1
[1,3,2,4,5] => [1,3,2,4,5] => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> 0 = 1 - 1
[1,3,2,5,4] => [1,3,2,5,4] => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> 0 = 1 - 1
[1,3,4,2,5] => [1,4,2,3,5] => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> 0 = 1 - 1
[1,3,4,5,2] => [1,5,2,3,4] => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> 0 = 1 - 1
[1,3,5,2,4] => [1,4,2,5,3] => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> 0 = 1 - 1
[1,3,5,4,2] => [1,5,2,4,3] => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> 0 = 1 - 1
[1,4,2,3,5] => [1,3,4,2,5] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 0 = 1 - 1
[1,4,2,5,3] => [1,3,5,2,4] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 0 = 1 - 1
[1,4,3,2,5] => [1,4,3,2,5] => [2,1,2] => [1,1,0,0,1,0,1,1,0,0]
=> 1 = 2 - 1
[1,4,3,5,2] => [1,5,3,2,4] => [2,1,2] => [1,1,0,0,1,0,1,1,0,0]
=> 1 = 2 - 1
[1,4,5,2,3] => [1,4,5,2,3] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 0 = 1 - 1
Description
The number of simple modules that appear as the top of an indecomposable non-projective modules that is reflexive in the corresponding Nakayama algebra. The top of a module is the cokernel of the inclusion of the radical of the module into the module. For Nakayama algebras with at most 8 simple modules, the statistic also coincides with the number of simple modules with projective dimension at least 3 in the corresponding Nakayama algebra.
Matching statistic: St001253
Mp00066: Permutations inversePermutations
Mp00071: Permutations descent compositionInteger compositions
Mp00231: Integer compositions bounce pathDyck paths
St001253: Dyck paths ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => [1] => [1] => [1,0]
=> 0 = 1 - 1
[1,2] => [1,2] => [2] => [1,1,0,0]
=> 0 = 1 - 1
[2,1] => [2,1] => [1,1] => [1,0,1,0]
=> 0 = 1 - 1
[1,2,3] => [1,2,3] => [3] => [1,1,1,0,0,0]
=> 0 = 1 - 1
[1,3,2] => [1,3,2] => [2,1] => [1,1,0,0,1,0]
=> 0 = 1 - 1
[2,1,3] => [2,1,3] => [1,2] => [1,0,1,1,0,0]
=> 0 = 1 - 1
[2,3,1] => [3,1,2] => [1,2] => [1,0,1,1,0,0]
=> 0 = 1 - 1
[3,1,2] => [2,3,1] => [2,1] => [1,1,0,0,1,0]
=> 0 = 1 - 1
[3,2,1] => [3,2,1] => [1,1,1] => [1,0,1,0,1,0]
=> 1 = 2 - 1
[1,2,3,4] => [1,2,3,4] => [4] => [1,1,1,1,0,0,0,0]
=> 0 = 1 - 1
[1,2,4,3] => [1,2,4,3] => [3,1] => [1,1,1,0,0,0,1,0]
=> 0 = 1 - 1
[1,3,2,4] => [1,3,2,4] => [2,2] => [1,1,0,0,1,1,0,0]
=> 0 = 1 - 1
[1,3,4,2] => [1,4,2,3] => [2,2] => [1,1,0,0,1,1,0,0]
=> 0 = 1 - 1
[1,4,2,3] => [1,3,4,2] => [3,1] => [1,1,1,0,0,0,1,0]
=> 0 = 1 - 1
[1,4,3,2] => [1,4,3,2] => [2,1,1] => [1,1,0,0,1,0,1,0]
=> 1 = 2 - 1
[2,1,3,4] => [2,1,3,4] => [1,3] => [1,0,1,1,1,0,0,0]
=> 0 = 1 - 1
[2,1,4,3] => [2,1,4,3] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 0 = 1 - 1
[2,3,1,4] => [3,1,2,4] => [1,3] => [1,0,1,1,1,0,0,0]
=> 0 = 1 - 1
[2,3,4,1] => [4,1,2,3] => [1,3] => [1,0,1,1,1,0,0,0]
=> 0 = 1 - 1
[2,4,1,3] => [3,1,4,2] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 0 = 1 - 1
[2,4,3,1] => [4,1,3,2] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 0 = 1 - 1
[3,1,2,4] => [2,3,1,4] => [2,2] => [1,1,0,0,1,1,0,0]
=> 0 = 1 - 1
[3,1,4,2] => [2,4,1,3] => [2,2] => [1,1,0,0,1,1,0,0]
=> 0 = 1 - 1
[3,2,1,4] => [3,2,1,4] => [1,1,2] => [1,0,1,0,1,1,0,0]
=> 1 = 2 - 1
[3,2,4,1] => [4,2,1,3] => [1,1,2] => [1,0,1,0,1,1,0,0]
=> 1 = 2 - 1
[3,4,1,2] => [3,4,1,2] => [2,2] => [1,1,0,0,1,1,0,0]
=> 0 = 1 - 1
[3,4,2,1] => [4,3,1,2] => [1,1,2] => [1,0,1,0,1,1,0,0]
=> 1 = 2 - 1
[4,1,2,3] => [2,3,4,1] => [3,1] => [1,1,1,0,0,0,1,0]
=> 0 = 1 - 1
[4,1,3,2] => [2,4,3,1] => [2,1,1] => [1,1,0,0,1,0,1,0]
=> 1 = 2 - 1
[4,2,1,3] => [3,2,4,1] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 0 = 1 - 1
[4,2,3,1] => [4,2,3,1] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 0 = 1 - 1
[4,3,1,2] => [3,4,2,1] => [2,1,1] => [1,1,0,0,1,0,1,0]
=> 1 = 2 - 1
[4,3,2,1] => [4,3,2,1] => [1,1,1,1] => [1,0,1,0,1,0,1,0]
=> 2 = 3 - 1
[1,2,3,4,5] => [1,2,3,4,5] => [5] => [1,1,1,1,1,0,0,0,0,0]
=> 0 = 1 - 1
[1,2,3,5,4] => [1,2,3,5,4] => [4,1] => [1,1,1,1,0,0,0,0,1,0]
=> 0 = 1 - 1
[1,2,4,3,5] => [1,2,4,3,5] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 0 = 1 - 1
[1,2,4,5,3] => [1,2,5,3,4] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 0 = 1 - 1
[1,2,5,3,4] => [1,2,4,5,3] => [4,1] => [1,1,1,1,0,0,0,0,1,0]
=> 0 = 1 - 1
[1,2,5,4,3] => [1,2,5,4,3] => [3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> 1 = 2 - 1
[1,3,2,4,5] => [1,3,2,4,5] => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> 0 = 1 - 1
[1,3,2,5,4] => [1,3,2,5,4] => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> 0 = 1 - 1
[1,3,4,2,5] => [1,4,2,3,5] => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> 0 = 1 - 1
[1,3,4,5,2] => [1,5,2,3,4] => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> 0 = 1 - 1
[1,3,5,2,4] => [1,4,2,5,3] => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> 0 = 1 - 1
[1,3,5,4,2] => [1,5,2,4,3] => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> 0 = 1 - 1
[1,4,2,3,5] => [1,3,4,2,5] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 0 = 1 - 1
[1,4,2,5,3] => [1,3,5,2,4] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 0 = 1 - 1
[1,4,3,2,5] => [1,4,3,2,5] => [2,1,2] => [1,1,0,0,1,0,1,1,0,0]
=> 1 = 2 - 1
[1,4,3,5,2] => [1,5,3,2,4] => [2,1,2] => [1,1,0,0,1,0,1,1,0,0]
=> 1 = 2 - 1
[1,4,5,2,3] => [1,4,5,2,3] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 0 = 1 - 1
Description
The number of non-projective indecomposable reflexive modules in the corresponding Nakayama algebra. For the first 196 values the statistic coincides also with the number of fixed points of $\tau \Omega^2$ composed with its inverse, see theorem 5.8. in the reference for more details. The number of Dyck paths of length n where the statistics returns zero seems to be 2^(n-1).
Matching statistic: St001744
Mp00072: Permutations binary search tree: left to rightBinary trees
Mp00012: Binary trees to Dyck path: up step, left tree, down step, right treeDyck paths
Mp00119: Dyck paths to 321-avoiding permutation (Krattenthaler)Permutations
St001744: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => [.,.]
=> [1,0]
=> [1] => 0 = 1 - 1
[1,2] => [.,[.,.]]
=> [1,0,1,0]
=> [1,2] => 0 = 1 - 1
[2,1] => [[.,.],.]
=> [1,1,0,0]
=> [2,1] => 0 = 1 - 1
[1,2,3] => [.,[.,[.,.]]]
=> [1,0,1,0,1,0]
=> [1,2,3] => 0 = 1 - 1
[1,3,2] => [.,[[.,.],.]]
=> [1,0,1,1,0,0]
=> [1,3,2] => 0 = 1 - 1
[2,1,3] => [[.,.],[.,.]]
=> [1,1,0,0,1,0]
=> [2,1,3] => 0 = 1 - 1
[2,3,1] => [[.,.],[.,.]]
=> [1,1,0,0,1,0]
=> [2,1,3] => 0 = 1 - 1
[3,1,2] => [[.,[.,.]],.]
=> [1,1,0,1,0,0]
=> [2,3,1] => 0 = 1 - 1
[3,2,1] => [[[.,.],.],.]
=> [1,1,1,0,0,0]
=> [3,1,2] => 1 = 2 - 1
[1,2,3,4] => [.,[.,[.,[.,.]]]]
=> [1,0,1,0,1,0,1,0]
=> [1,2,3,4] => 0 = 1 - 1
[1,2,4,3] => [.,[.,[[.,.],.]]]
=> [1,0,1,0,1,1,0,0]
=> [1,2,4,3] => 0 = 1 - 1
[1,3,2,4] => [.,[[.,.],[.,.]]]
=> [1,0,1,1,0,0,1,0]
=> [1,3,2,4] => 0 = 1 - 1
[1,3,4,2] => [.,[[.,.],[.,.]]]
=> [1,0,1,1,0,0,1,0]
=> [1,3,2,4] => 0 = 1 - 1
[1,4,2,3] => [.,[[.,[.,.]],.]]
=> [1,0,1,1,0,1,0,0]
=> [1,3,4,2] => 0 = 1 - 1
[1,4,3,2] => [.,[[[.,.],.],.]]
=> [1,0,1,1,1,0,0,0]
=> [1,4,2,3] => 1 = 2 - 1
[2,1,3,4] => [[.,.],[.,[.,.]]]
=> [1,1,0,0,1,0,1,0]
=> [2,1,3,4] => 0 = 1 - 1
[2,1,4,3] => [[.,.],[[.,.],.]]
=> [1,1,0,0,1,1,0,0]
=> [2,1,4,3] => 0 = 1 - 1
[2,3,1,4] => [[.,.],[.,[.,.]]]
=> [1,1,0,0,1,0,1,0]
=> [2,1,3,4] => 0 = 1 - 1
[2,3,4,1] => [[.,.],[.,[.,.]]]
=> [1,1,0,0,1,0,1,0]
=> [2,1,3,4] => 0 = 1 - 1
[2,4,1,3] => [[.,.],[[.,.],.]]
=> [1,1,0,0,1,1,0,0]
=> [2,1,4,3] => 0 = 1 - 1
[2,4,3,1] => [[.,.],[[.,.],.]]
=> [1,1,0,0,1,1,0,0]
=> [2,1,4,3] => 0 = 1 - 1
[3,1,2,4] => [[.,[.,.]],[.,.]]
=> [1,1,0,1,0,0,1,0]
=> [2,3,1,4] => 0 = 1 - 1
[3,1,4,2] => [[.,[.,.]],[.,.]]
=> [1,1,0,1,0,0,1,0]
=> [2,3,1,4] => 0 = 1 - 1
[3,2,1,4] => [[[.,.],.],[.,.]]
=> [1,1,1,0,0,0,1,0]
=> [3,1,2,4] => 1 = 2 - 1
[3,2,4,1] => [[[.,.],.],[.,.]]
=> [1,1,1,0,0,0,1,0]
=> [3,1,2,4] => 1 = 2 - 1
[3,4,1,2] => [[.,[.,.]],[.,.]]
=> [1,1,0,1,0,0,1,0]
=> [2,3,1,4] => 0 = 1 - 1
[3,4,2,1] => [[[.,.],.],[.,.]]
=> [1,1,1,0,0,0,1,0]
=> [3,1,2,4] => 1 = 2 - 1
[4,1,2,3] => [[.,[.,[.,.]]],.]
=> [1,1,0,1,0,1,0,0]
=> [2,3,4,1] => 0 = 1 - 1
[4,1,3,2] => [[.,[[.,.],.]],.]
=> [1,1,0,1,1,0,0,0]
=> [2,4,1,3] => 1 = 2 - 1
[4,2,1,3] => [[[.,.],[.,.]],.]
=> [1,1,1,0,0,1,0,0]
=> [3,1,4,2] => 0 = 1 - 1
[4,2,3,1] => [[[.,.],[.,.]],.]
=> [1,1,1,0,0,1,0,0]
=> [3,1,4,2] => 0 = 1 - 1
[4,3,1,2] => [[[.,[.,.]],.],.]
=> [1,1,1,0,1,0,0,0]
=> [3,4,1,2] => 1 = 2 - 1
[4,3,2,1] => [[[[.,.],.],.],.]
=> [1,1,1,1,0,0,0,0]
=> [4,1,2,3] => 2 = 3 - 1
[1,2,3,4,5] => [.,[.,[.,[.,[.,.]]]]]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,2,3,4,5] => 0 = 1 - 1
[1,2,3,5,4] => [.,[.,[.,[[.,.],.]]]]
=> [1,0,1,0,1,0,1,1,0,0]
=> [1,2,3,5,4] => 0 = 1 - 1
[1,2,4,3,5] => [.,[.,[[.,.],[.,.]]]]
=> [1,0,1,0,1,1,0,0,1,0]
=> [1,2,4,3,5] => 0 = 1 - 1
[1,2,4,5,3] => [.,[.,[[.,.],[.,.]]]]
=> [1,0,1,0,1,1,0,0,1,0]
=> [1,2,4,3,5] => 0 = 1 - 1
[1,2,5,3,4] => [.,[.,[[.,[.,.]],.]]]
=> [1,0,1,0,1,1,0,1,0,0]
=> [1,2,4,5,3] => 0 = 1 - 1
[1,2,5,4,3] => [.,[.,[[[.,.],.],.]]]
=> [1,0,1,0,1,1,1,0,0,0]
=> [1,2,5,3,4] => 1 = 2 - 1
[1,3,2,4,5] => [.,[[.,.],[.,[.,.]]]]
=> [1,0,1,1,0,0,1,0,1,0]
=> [1,3,2,4,5] => 0 = 1 - 1
[1,3,2,5,4] => [.,[[.,.],[[.,.],.]]]
=> [1,0,1,1,0,0,1,1,0,0]
=> [1,3,2,5,4] => 0 = 1 - 1
[1,3,4,2,5] => [.,[[.,.],[.,[.,.]]]]
=> [1,0,1,1,0,0,1,0,1,0]
=> [1,3,2,4,5] => 0 = 1 - 1
[1,3,4,5,2] => [.,[[.,.],[.,[.,.]]]]
=> [1,0,1,1,0,0,1,0,1,0]
=> [1,3,2,4,5] => 0 = 1 - 1
[1,3,5,2,4] => [.,[[.,.],[[.,.],.]]]
=> [1,0,1,1,0,0,1,1,0,0]
=> [1,3,2,5,4] => 0 = 1 - 1
[1,3,5,4,2] => [.,[[.,.],[[.,.],.]]]
=> [1,0,1,1,0,0,1,1,0,0]
=> [1,3,2,5,4] => 0 = 1 - 1
[1,4,2,3,5] => [.,[[.,[.,.]],[.,.]]]
=> [1,0,1,1,0,1,0,0,1,0]
=> [1,3,4,2,5] => 0 = 1 - 1
[1,4,2,5,3] => [.,[[.,[.,.]],[.,.]]]
=> [1,0,1,1,0,1,0,0,1,0]
=> [1,3,4,2,5] => 0 = 1 - 1
[1,4,3,2,5] => [.,[[[.,.],.],[.,.]]]
=> [1,0,1,1,1,0,0,0,1,0]
=> [1,4,2,3,5] => 1 = 2 - 1
[1,4,3,5,2] => [.,[[[.,.],.],[.,.]]]
=> [1,0,1,1,1,0,0,0,1,0]
=> [1,4,2,3,5] => 1 = 2 - 1
[1,4,5,2,3] => [.,[[.,[.,.]],[.,.]]]
=> [1,0,1,1,0,1,0,0,1,0]
=> [1,3,4,2,5] => 0 = 1 - 1
Description
The number of occurrences of the arrow pattern 1-2 with an arrow from 1 to 2 in a permutation. Let $\nu$ be a (partial) permutation of $[k]$ with $m$ letters together with dashes between some of its letters. An occurrence of $\nu$ in a permutation $\tau$ is a subsequence $\tau_{a_1},\dots,\tau_{a_m}$ such that $a_i + 1 = a_{i+1}$ whenever there is a dash between the $i$-th and the $(i+1)$-st letter of $\nu$, which is order isomorphic to $\nu$. Thus, $\nu$ is a vincular pattern, except that it is not required to be a permutation. An arrow pattern of size $k$ consists of such a generalized vincular pattern $\nu$ and arrows $b_1\to c_1, b_2\to c_2,\dots$, such that precisely the numbers $1,\dots,k$ appear in the vincular pattern and the arrows. Let $\Phi$ be the map [[Mp00087]]. Let $\tau$ be a permutation and $\sigma = \Phi(\tau)$. Then a subsequence $w = (x_{a_1},\dots,x_{a_m})$ of $\tau$ is an occurrence of the arrow pattern if $w$ is an occurrence of $\nu$, for each arrow $b\to c$ we have $\sigma(x_b) = x_c$ and $x_1 < x_2 < \dots < x_k$.
The following 27 statistics, ordered by result quality, also match your data. Click on any of them to see the details.
St000732The number of double deficiencies of a permutation. St000931The number of occurrences of the pattern UUU in a Dyck path. St001651The Frankl number of a lattice. St001845The number of join irreducibles minus the rank of a lattice. St000771The largest multiplicity of a distance Laplacian eigenvalue in a connected graph. St000772The multiplicity of the largest distance Laplacian eigenvalue in a connected graph. St000777The number of distinct eigenvalues of the distance Laplacian of a connected graph. St001645The pebbling number of a connected graph. St000259The diameter of a connected graph. St000260The radius of a connected graph. St000302The determinant of the distance matrix of a connected graph. St000466The Gutman (or modified Schultz) index of a connected graph. St000467The hyper-Wiener index of a connected graph. St001330The hat guessing number of a graph. St001604The multiplicity of the irreducible representation corresponding to a partition in the relabelling action on polygons. St000181The number of connected components of the Hasse diagram for the poset. St000908The length of the shortest maximal antichain in a poset. St001532The leading coefficient of the Poincare polynomial of the poset cone. St001533The largest coefficient of the Poincare polynomial of the poset cone. St001301The first Betti number of the order complex associated with the poset. St001396Number of triples of incomparable elements in a finite poset. St001964The interval resolution global dimension of a poset. St001634The trace of the Coxeter matrix of the incidence algebra of a poset. St000914The sum of the values of the Möbius function of a poset. St001890The maximum magnitude of the Möbius function of a poset. St001095The number of non-isomorphic posets with precisely one further covering relation. St001875The number of simple modules with projective dimension at most 1.