Your data matches 110 different statistics following compositions of up to 3 maps.
(click to perform a complete search on your data)
St000541: 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] => 0
[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] => 0
[1,3,2,4] => 0
[1,3,4,2] => 0
[1,4,2,3] => 0
[1,4,3,2] => 0
[2,1,3,4] => 1
[2,1,4,3] => 1
[2,3,1,4] => 1
[2,3,4,1] => 1
[2,4,1,3] => 1
[2,4,3,1] => 1
[3,1,2,4] => 1
[3,1,4,2] => 1
[3,2,1,4] => 2
[3,2,4,1] => 2
[3,4,1,2] => 1
[3,4,2,1] => 2
[4,1,2,3] => 1
[4,1,3,2] => 1
[4,2,1,3] => 2
[4,2,3,1] => 2
[4,3,1,2] => 2
[4,3,2,1] => 3
[1,2,3,4,5] => 0
[1,2,3,5,4] => 0
[1,2,4,3,5] => 0
[1,2,4,5,3] => 0
[1,2,5,3,4] => 0
[1,2,5,4,3] => 0
[1,3,2,4,5] => 0
[1,3,2,5,4] => 0
[1,3,4,2,5] => 0
[1,3,4,5,2] => 0
[1,3,5,2,4] => 0
[1,3,5,4,2] => 0
[1,4,2,3,5] => 0
[1,4,2,5,3] => 0
[1,4,3,2,5] => 0
[1,4,3,5,2] => 0
[1,4,5,2,3] => 0
[1,4,5,3,2] => 0
Description
The number of indices greater than or equal to 2 of a permutation such that all smaller indices appear to its right. For a permutation $\pi$ of length $n$, this is the number of indices $2 \leq j \leq n$ such that for all $1 \leq i < j$, the pair $(i,j)$ is an inversion of $\pi$.
St000542: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => 1 = 0 + 1
[2,1] => 2 = 1 + 1
[1,2,3] => 1 = 0 + 1
[1,3,2] => 1 = 0 + 1
[2,1,3] => 2 = 1 + 1
[2,3,1] => 2 = 1 + 1
[3,1,2] => 2 = 1 + 1
[3,2,1] => 3 = 2 + 1
[1,2,3,4] => 1 = 0 + 1
[1,2,4,3] => 1 = 0 + 1
[1,3,2,4] => 1 = 0 + 1
[1,3,4,2] => 1 = 0 + 1
[1,4,2,3] => 1 = 0 + 1
[1,4,3,2] => 1 = 0 + 1
[2,1,3,4] => 2 = 1 + 1
[2,1,4,3] => 2 = 1 + 1
[2,3,1,4] => 2 = 1 + 1
[2,3,4,1] => 2 = 1 + 1
[2,4,1,3] => 2 = 1 + 1
[2,4,3,1] => 2 = 1 + 1
[3,1,2,4] => 2 = 1 + 1
[3,1,4,2] => 2 = 1 + 1
[3,2,1,4] => 3 = 2 + 1
[3,2,4,1] => 3 = 2 + 1
[3,4,1,2] => 2 = 1 + 1
[3,4,2,1] => 3 = 2 + 1
[4,1,2,3] => 2 = 1 + 1
[4,1,3,2] => 2 = 1 + 1
[4,2,1,3] => 3 = 2 + 1
[4,2,3,1] => 3 = 2 + 1
[4,3,1,2] => 3 = 2 + 1
[4,3,2,1] => 4 = 3 + 1
[1,2,3,4,5] => 1 = 0 + 1
[1,2,3,5,4] => 1 = 0 + 1
[1,2,4,3,5] => 1 = 0 + 1
[1,2,4,5,3] => 1 = 0 + 1
[1,2,5,3,4] => 1 = 0 + 1
[1,2,5,4,3] => 1 = 0 + 1
[1,3,2,4,5] => 1 = 0 + 1
[1,3,2,5,4] => 1 = 0 + 1
[1,3,4,2,5] => 1 = 0 + 1
[1,3,4,5,2] => 1 = 0 + 1
[1,3,5,2,4] => 1 = 0 + 1
[1,3,5,4,2] => 1 = 0 + 1
[1,4,2,3,5] => 1 = 0 + 1
[1,4,2,5,3] => 1 = 0 + 1
[1,4,3,2,5] => 1 = 0 + 1
[1,4,3,5,2] => 1 = 0 + 1
[1,4,5,2,3] => 1 = 0 + 1
[1,4,5,3,2] => 1 = 0 + 1
Description
The number of left-to-right-minima of a permutation. An integer $\sigma_i$ in the one-line notation of a permutation $\sigma$ is a left-to-right-minimum if there does not exist a j < i such that $\sigma_j < \sigma_i$.
Mp00069: Permutations complementPermutations
Mp00127: Permutations left-to-right-maxima to Dyck pathDyck paths
St000053: Dyck paths ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => [2,1] => [1,1,0,0]
=> 0
[2,1] => [1,2] => [1,0,1,0]
=> 1
[1,2,3] => [3,2,1] => [1,1,1,0,0,0]
=> 0
[1,3,2] => [3,1,2] => [1,1,1,0,0,0]
=> 0
[2,1,3] => [2,3,1] => [1,1,0,1,0,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]
=> 0
[1,2,4,3] => [4,3,1,2] => [1,1,1,1,0,0,0,0]
=> 0
[1,3,2,4] => [4,2,3,1] => [1,1,1,1,0,0,0,0]
=> 0
[1,3,4,2] => [4,2,1,3] => [1,1,1,1,0,0,0,0]
=> 0
[1,4,2,3] => [4,1,3,2] => [1,1,1,1,0,0,0,0]
=> 0
[1,4,3,2] => [4,1,2,3] => [1,1,1,1,0,0,0,0]
=> 0
[2,1,3,4] => [3,4,2,1] => [1,1,1,0,1,0,0,0]
=> 1
[2,1,4,3] => [3,4,1,2] => [1,1,1,0,1,0,0,0]
=> 1
[2,3,1,4] => [3,2,4,1] => [1,1,1,0,0,1,0,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,1,0,0,1,0,0]
=> 1
[2,4,3,1] => [3,1,2,4] => [1,1,1,0,0,0,1,0]
=> 1
[3,1,2,4] => [2,4,3,1] => [1,1,0,1,1,0,0,0]
=> 1
[3,1,4,2] => [2,4,1,3] => [1,1,0,1,1,0,0,0]
=> 1
[3,2,1,4] => [2,3,4,1] => [1,1,0,1,0,1,0,0]
=> 2
[3,2,4,1] => [2,3,1,4] => [1,1,0,1,0,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,1,0,0,0]
=> 1
[4,2,1,3] => [1,3,4,2] => [1,0,1,1,0,1,0,0]
=> 2
[4,2,3,1] => [1,3,2,4] => [1,0,1,1,0,0,1,0]
=> 2
[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]
=> 0
[1,2,3,5,4] => [5,4,3,1,2] => [1,1,1,1,1,0,0,0,0,0]
=> 0
[1,2,4,3,5] => [5,4,2,3,1] => [1,1,1,1,1,0,0,0,0,0]
=> 0
[1,2,4,5,3] => [5,4,2,1,3] => [1,1,1,1,1,0,0,0,0,0]
=> 0
[1,2,5,3,4] => [5,4,1,3,2] => [1,1,1,1,1,0,0,0,0,0]
=> 0
[1,2,5,4,3] => [5,4,1,2,3] => [1,1,1,1,1,0,0,0,0,0]
=> 0
[1,3,2,4,5] => [5,3,4,2,1] => [1,1,1,1,1,0,0,0,0,0]
=> 0
[1,3,2,5,4] => [5,3,4,1,2] => [1,1,1,1,1,0,0,0,0,0]
=> 0
[1,3,4,2,5] => [5,3,2,4,1] => [1,1,1,1,1,0,0,0,0,0]
=> 0
[1,3,4,5,2] => [5,3,2,1,4] => [1,1,1,1,1,0,0,0,0,0]
=> 0
[1,3,5,2,4] => [5,3,1,4,2] => [1,1,1,1,1,0,0,0,0,0]
=> 0
[1,3,5,4,2] => [5,3,1,2,4] => [1,1,1,1,1,0,0,0,0,0]
=> 0
[1,4,2,3,5] => [5,2,4,3,1] => [1,1,1,1,1,0,0,0,0,0]
=> 0
[1,4,2,5,3] => [5,2,4,1,3] => [1,1,1,1,1,0,0,0,0,0]
=> 0
[1,4,3,2,5] => [5,2,3,4,1] => [1,1,1,1,1,0,0,0,0,0]
=> 0
[1,4,3,5,2] => [5,2,3,1,4] => [1,1,1,1,1,0,0,0,0,0]
=> 0
[1,4,5,2,3] => [5,2,1,4,3] => [1,1,1,1,1,0,0,0,0,0]
=> 0
[1,4,5,3,2] => [5,2,1,3,4] => [1,1,1,1,1,0,0,0,0,0]
=> 0
Description
The number of valleys of the Dyck path.
Mp00061: Permutations to increasing treeBinary trees
Mp00017: Binary trees to 312-avoiding permutationPermutations
St000234: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => [.,[.,.]]
=> [2,1] => 0
[2,1] => [[.,.],.]
=> [1,2] => 1
[1,2,3] => [.,[.,[.,.]]]
=> [3,2,1] => 0
[1,3,2] => [.,[[.,.],.]]
=> [2,3,1] => 0
[2,1,3] => [[.,.],[.,.]]
=> [1,3,2] => 1
[2,3,1] => [[.,[.,.]],.]
=> [2,1,3] => 1
[3,1,2] => [[.,.],[.,.]]
=> [1,3,2] => 1
[3,2,1] => [[[.,.],.],.]
=> [1,2,3] => 2
[1,2,3,4] => [.,[.,[.,[.,.]]]]
=> [4,3,2,1] => 0
[1,2,4,3] => [.,[.,[[.,.],.]]]
=> [3,4,2,1] => 0
[1,3,2,4] => [.,[[.,.],[.,.]]]
=> [2,4,3,1] => 0
[1,3,4,2] => [.,[[.,[.,.]],.]]
=> [3,2,4,1] => 0
[1,4,2,3] => [.,[[.,.],[.,.]]]
=> [2,4,3,1] => 0
[1,4,3,2] => [.,[[[.,.],.],.]]
=> [2,3,4,1] => 0
[2,1,3,4] => [[.,.],[.,[.,.]]]
=> [1,4,3,2] => 1
[2,1,4,3] => [[.,.],[[.,.],.]]
=> [1,3,4,2] => 1
[2,3,1,4] => [[.,[.,.]],[.,.]]
=> [2,1,4,3] => 1
[2,3,4,1] => [[.,[.,[.,.]]],.]
=> [3,2,1,4] => 1
[2,4,1,3] => [[.,[.,.]],[.,.]]
=> [2,1,4,3] => 1
[2,4,3,1] => [[.,[[.,.],.]],.]
=> [2,3,1,4] => 1
[3,1,2,4] => [[.,.],[.,[.,.]]]
=> [1,4,3,2] => 1
[3,1,4,2] => [[.,.],[[.,.],.]]
=> [1,3,4,2] => 1
[3,2,1,4] => [[[.,.],.],[.,.]]
=> [1,2,4,3] => 2
[3,2,4,1] => [[[.,.],[.,.]],.]
=> [1,3,2,4] => 2
[3,4,1,2] => [[.,[.,.]],[.,.]]
=> [2,1,4,3] => 1
[3,4,2,1] => [[[.,[.,.]],.],.]
=> [2,1,3,4] => 2
[4,1,2,3] => [[.,.],[.,[.,.]]]
=> [1,4,3,2] => 1
[4,1,3,2] => [[.,.],[[.,.],.]]
=> [1,3,4,2] => 1
[4,2,1,3] => [[[.,.],.],[.,.]]
=> [1,2,4,3] => 2
[4,2,3,1] => [[[.,.],[.,.]],.]
=> [1,3,2,4] => 2
[4,3,1,2] => [[[.,.],.],[.,.]]
=> [1,2,4,3] => 2
[4,3,2,1] => [[[[.,.],.],.],.]
=> [1,2,3,4] => 3
[1,2,3,4,5] => [.,[.,[.,[.,[.,.]]]]]
=> [5,4,3,2,1] => 0
[1,2,3,5,4] => [.,[.,[.,[[.,.],.]]]]
=> [4,5,3,2,1] => 0
[1,2,4,3,5] => [.,[.,[[.,.],[.,.]]]]
=> [3,5,4,2,1] => 0
[1,2,4,5,3] => [.,[.,[[.,[.,.]],.]]]
=> [4,3,5,2,1] => 0
[1,2,5,3,4] => [.,[.,[[.,.],[.,.]]]]
=> [3,5,4,2,1] => 0
[1,2,5,4,3] => [.,[.,[[[.,.],.],.]]]
=> [3,4,5,2,1] => 0
[1,3,2,4,5] => [.,[[.,.],[.,[.,.]]]]
=> [2,5,4,3,1] => 0
[1,3,2,5,4] => [.,[[.,.],[[.,.],.]]]
=> [2,4,5,3,1] => 0
[1,3,4,2,5] => [.,[[.,[.,.]],[.,.]]]
=> [3,2,5,4,1] => 0
[1,3,4,5,2] => [.,[[.,[.,[.,.]]],.]]
=> [4,3,2,5,1] => 0
[1,3,5,2,4] => [.,[[.,[.,.]],[.,.]]]
=> [3,2,5,4,1] => 0
[1,3,5,4,2] => [.,[[.,[[.,.],.]],.]]
=> [3,4,2,5,1] => 0
[1,4,2,3,5] => [.,[[.,.],[.,[.,.]]]]
=> [2,5,4,3,1] => 0
[1,4,2,5,3] => [.,[[.,.],[[.,.],.]]]
=> [2,4,5,3,1] => 0
[1,4,3,2,5] => [.,[[[.,.],.],[.,.]]]
=> [2,3,5,4,1] => 0
[1,4,3,5,2] => [.,[[[.,.],[.,.]],.]]
=> [2,4,3,5,1] => 0
[1,4,5,2,3] => [.,[[.,[.,.]],[.,.]]]
=> [3,2,5,4,1] => 0
[1,4,5,3,2] => [.,[[[.,[.,.]],.],.]]
=> [3,2,4,5,1] => 0
Description
The number of global ascents of a permutation. The global ascents are the integers $i$ such that $$C(\pi)=\{i\in [n-1] \mid \forall 1 \leq j \leq i < k \leq n: \pi(j) < \pi(k)\}.$$ Equivalently, by the pigeonhole principle, $$C(\pi)=\{i\in [n-1] \mid \forall 1 \leq j \leq i: \pi(j) \leq i \}.$$ For $n > 1$ it can also be described as an occurrence of the mesh pattern $$([1,2], \{(0,2),(1,0),(1,1),(2,0),(2,1) \})$$ or equivalently $$([1,2], \{(0,1),(0,2),(1,1),(1,2),(2,0) \}),$$ see [3]. According to [2], this is also the cardinality of the connectivity set of a permutation. The permutation is connected, when the connectivity set is empty. This gives [[oeis:A003319]].
Mp00072: Permutations binary search tree: left to rightBinary trees
Mp00020: Binary trees to Tamari-corresponding Dyck pathDyck paths
St000011: Dyck paths ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => [.,[.,.]]
=> [1,1,0,0]
=> 1 = 0 + 1
[2,1] => [[.,.],.]
=> [1,0,1,0]
=> 2 = 1 + 1
[1,2,3] => [.,[.,[.,.]]]
=> [1,1,1,0,0,0]
=> 1 = 0 + 1
[1,3,2] => [.,[[.,.],.]]
=> [1,1,0,1,0,0]
=> 1 = 0 + 1
[2,1,3] => [[.,.],[.,.]]
=> [1,0,1,1,0,0]
=> 2 = 1 + 1
[2,3,1] => [[.,.],[.,.]]
=> [1,0,1,1,0,0]
=> 2 = 1 + 1
[3,1,2] => [[.,[.,.]],.]
=> [1,1,0,0,1,0]
=> 2 = 1 + 1
[3,2,1] => [[[.,.],.],.]
=> [1,0,1,0,1,0]
=> 3 = 2 + 1
[1,2,3,4] => [.,[.,[.,[.,.]]]]
=> [1,1,1,1,0,0,0,0]
=> 1 = 0 + 1
[1,2,4,3] => [.,[.,[[.,.],.]]]
=> [1,1,1,0,1,0,0,0]
=> 1 = 0 + 1
[1,3,2,4] => [.,[[.,.],[.,.]]]
=> [1,1,0,1,1,0,0,0]
=> 1 = 0 + 1
[1,3,4,2] => [.,[[.,.],[.,.]]]
=> [1,1,0,1,1,0,0,0]
=> 1 = 0 + 1
[1,4,2,3] => [.,[[.,[.,.]],.]]
=> [1,1,1,0,0,1,0,0]
=> 1 = 0 + 1
[1,4,3,2] => [.,[[[.,.],.],.]]
=> [1,1,0,1,0,1,0,0]
=> 1 = 0 + 1
[2,1,3,4] => [[.,.],[.,[.,.]]]
=> [1,0,1,1,1,0,0,0]
=> 2 = 1 + 1
[2,1,4,3] => [[.,.],[[.,.],.]]
=> [1,0,1,1,0,1,0,0]
=> 2 = 1 + 1
[2,3,1,4] => [[.,.],[.,[.,.]]]
=> [1,0,1,1,1,0,0,0]
=> 2 = 1 + 1
[2,3,4,1] => [[.,.],[.,[.,.]]]
=> [1,0,1,1,1,0,0,0]
=> 2 = 1 + 1
[2,4,1,3] => [[.,.],[[.,.],.]]
=> [1,0,1,1,0,1,0,0]
=> 2 = 1 + 1
[2,4,3,1] => [[.,.],[[.,.],.]]
=> [1,0,1,1,0,1,0,0]
=> 2 = 1 + 1
[3,1,2,4] => [[.,[.,.]],[.,.]]
=> [1,1,0,0,1,1,0,0]
=> 2 = 1 + 1
[3,1,4,2] => [[.,[.,.]],[.,.]]
=> [1,1,0,0,1,1,0,0]
=> 2 = 1 + 1
[3,2,1,4] => [[[.,.],.],[.,.]]
=> [1,0,1,0,1,1,0,0]
=> 3 = 2 + 1
[3,2,4,1] => [[[.,.],.],[.,.]]
=> [1,0,1,0,1,1,0,0]
=> 3 = 2 + 1
[3,4,1,2] => [[.,[.,.]],[.,.]]
=> [1,1,0,0,1,1,0,0]
=> 2 = 1 + 1
[3,4,2,1] => [[[.,.],.],[.,.]]
=> [1,0,1,0,1,1,0,0]
=> 3 = 2 + 1
[4,1,2,3] => [[.,[.,[.,.]]],.]
=> [1,1,1,0,0,0,1,0]
=> 2 = 1 + 1
[4,1,3,2] => [[.,[[.,.],.]],.]
=> [1,1,0,1,0,0,1,0]
=> 2 = 1 + 1
[4,2,1,3] => [[[.,.],[.,.]],.]
=> [1,0,1,1,0,0,1,0]
=> 3 = 2 + 1
[4,2,3,1] => [[[.,.],[.,.]],.]
=> [1,0,1,1,0,0,1,0]
=> 3 = 2 + 1
[4,3,1,2] => [[[.,[.,.]],.],.]
=> [1,1,0,0,1,0,1,0]
=> 3 = 2 + 1
[4,3,2,1] => [[[[.,.],.],.],.]
=> [1,0,1,0,1,0,1,0]
=> 4 = 3 + 1
[1,2,3,4,5] => [.,[.,[.,[.,[.,.]]]]]
=> [1,1,1,1,1,0,0,0,0,0]
=> 1 = 0 + 1
[1,2,3,5,4] => [.,[.,[.,[[.,.],.]]]]
=> [1,1,1,1,0,1,0,0,0,0]
=> 1 = 0 + 1
[1,2,4,3,5] => [.,[.,[[.,.],[.,.]]]]
=> [1,1,1,0,1,1,0,0,0,0]
=> 1 = 0 + 1
[1,2,4,5,3] => [.,[.,[[.,.],[.,.]]]]
=> [1,1,1,0,1,1,0,0,0,0]
=> 1 = 0 + 1
[1,2,5,3,4] => [.,[.,[[.,[.,.]],.]]]
=> [1,1,1,1,0,0,1,0,0,0]
=> 1 = 0 + 1
[1,2,5,4,3] => [.,[.,[[[.,.],.],.]]]
=> [1,1,1,0,1,0,1,0,0,0]
=> 1 = 0 + 1
[1,3,2,4,5] => [.,[[.,.],[.,[.,.]]]]
=> [1,1,0,1,1,1,0,0,0,0]
=> 1 = 0 + 1
[1,3,2,5,4] => [.,[[.,.],[[.,.],.]]]
=> [1,1,0,1,1,0,1,0,0,0]
=> 1 = 0 + 1
[1,3,4,2,5] => [.,[[.,.],[.,[.,.]]]]
=> [1,1,0,1,1,1,0,0,0,0]
=> 1 = 0 + 1
[1,3,4,5,2] => [.,[[.,.],[.,[.,.]]]]
=> [1,1,0,1,1,1,0,0,0,0]
=> 1 = 0 + 1
[1,3,5,2,4] => [.,[[.,.],[[.,.],.]]]
=> [1,1,0,1,1,0,1,0,0,0]
=> 1 = 0 + 1
[1,3,5,4,2] => [.,[[.,.],[[.,.],.]]]
=> [1,1,0,1,1,0,1,0,0,0]
=> 1 = 0 + 1
[1,4,2,3,5] => [.,[[.,[.,.]],[.,.]]]
=> [1,1,1,0,0,1,1,0,0,0]
=> 1 = 0 + 1
[1,4,2,5,3] => [.,[[.,[.,.]],[.,.]]]
=> [1,1,1,0,0,1,1,0,0,0]
=> 1 = 0 + 1
[1,4,3,2,5] => [.,[[[.,.],.],[.,.]]]
=> [1,1,0,1,0,1,1,0,0,0]
=> 1 = 0 + 1
[1,4,3,5,2] => [.,[[[.,.],.],[.,.]]]
=> [1,1,0,1,0,1,1,0,0,0]
=> 1 = 0 + 1
[1,4,5,2,3] => [.,[[.,[.,.]],[.,.]]]
=> [1,1,1,0,0,1,1,0,0,0]
=> 1 = 0 + 1
[1,4,5,3,2] => [.,[[[.,.],.],[.,.]]]
=> [1,1,0,1,0,1,1,0,0,0]
=> 1 = 0 + 1
Description
The number of touch points (or returns) of a Dyck path. This is the number of points, excluding the origin, where the Dyck path has height 0.
Mp00061: Permutations to increasing treeBinary trees
Mp00012: Binary trees to Dyck path: up step, left tree, down step, right treeDyck paths
St000025: Dyck paths ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => [.,[.,.]]
=> [1,0,1,0]
=> 1 = 0 + 1
[2,1] => [[.,.],.]
=> [1,1,0,0]
=> 2 = 1 + 1
[1,2,3] => [.,[.,[.,.]]]
=> [1,0,1,0,1,0]
=> 1 = 0 + 1
[1,3,2] => [.,[[.,.],.]]
=> [1,0,1,1,0,0]
=> 1 = 0 + 1
[2,1,3] => [[.,.],[.,.]]
=> [1,1,0,0,1,0]
=> 2 = 1 + 1
[2,3,1] => [[.,[.,.]],.]
=> [1,1,0,1,0,0]
=> 2 = 1 + 1
[3,1,2] => [[.,.],[.,.]]
=> [1,1,0,0,1,0]
=> 2 = 1 + 1
[3,2,1] => [[[.,.],.],.]
=> [1,1,1,0,0,0]
=> 3 = 2 + 1
[1,2,3,4] => [.,[.,[.,[.,.]]]]
=> [1,0,1,0,1,0,1,0]
=> 1 = 0 + 1
[1,2,4,3] => [.,[.,[[.,.],.]]]
=> [1,0,1,0,1,1,0,0]
=> 1 = 0 + 1
[1,3,2,4] => [.,[[.,.],[.,.]]]
=> [1,0,1,1,0,0,1,0]
=> 1 = 0 + 1
[1,3,4,2] => [.,[[.,[.,.]],.]]
=> [1,0,1,1,0,1,0,0]
=> 1 = 0 + 1
[1,4,2,3] => [.,[[.,.],[.,.]]]
=> [1,0,1,1,0,0,1,0]
=> 1 = 0 + 1
[1,4,3,2] => [.,[[[.,.],.],.]]
=> [1,0,1,1,1,0,0,0]
=> 1 = 0 + 1
[2,1,3,4] => [[.,.],[.,[.,.]]]
=> [1,1,0,0,1,0,1,0]
=> 2 = 1 + 1
[2,1,4,3] => [[.,.],[[.,.],.]]
=> [1,1,0,0,1,1,0,0]
=> 2 = 1 + 1
[2,3,1,4] => [[.,[.,.]],[.,.]]
=> [1,1,0,1,0,0,1,0]
=> 2 = 1 + 1
[2,3,4,1] => [[.,[.,[.,.]]],.]
=> [1,1,0,1,0,1,0,0]
=> 2 = 1 + 1
[2,4,1,3] => [[.,[.,.]],[.,.]]
=> [1,1,0,1,0,0,1,0]
=> 2 = 1 + 1
[2,4,3,1] => [[.,[[.,.],.]],.]
=> [1,1,0,1,1,0,0,0]
=> 2 = 1 + 1
[3,1,2,4] => [[.,.],[.,[.,.]]]
=> [1,1,0,0,1,0,1,0]
=> 2 = 1 + 1
[3,1,4,2] => [[.,.],[[.,.],.]]
=> [1,1,0,0,1,1,0,0]
=> 2 = 1 + 1
[3,2,1,4] => [[[.,.],.],[.,.]]
=> [1,1,1,0,0,0,1,0]
=> 3 = 2 + 1
[3,2,4,1] => [[[.,.],[.,.]],.]
=> [1,1,1,0,0,1,0,0]
=> 3 = 2 + 1
[3,4,1,2] => [[.,[.,.]],[.,.]]
=> [1,1,0,1,0,0,1,0]
=> 2 = 1 + 1
[3,4,2,1] => [[[.,[.,.]],.],.]
=> [1,1,1,0,1,0,0,0]
=> 3 = 2 + 1
[4,1,2,3] => [[.,.],[.,[.,.]]]
=> [1,1,0,0,1,0,1,0]
=> 2 = 1 + 1
[4,1,3,2] => [[.,.],[[.,.],.]]
=> [1,1,0,0,1,1,0,0]
=> 2 = 1 + 1
[4,2,1,3] => [[[.,.],.],[.,.]]
=> [1,1,1,0,0,0,1,0]
=> 3 = 2 + 1
[4,2,3,1] => [[[.,.],[.,.]],.]
=> [1,1,1,0,0,1,0,0]
=> 3 = 2 + 1
[4,3,1,2] => [[[.,.],.],[.,.]]
=> [1,1,1,0,0,0,1,0]
=> 3 = 2 + 1
[4,3,2,1] => [[[[.,.],.],.],.]
=> [1,1,1,1,0,0,0,0]
=> 4 = 3 + 1
[1,2,3,4,5] => [.,[.,[.,[.,[.,.]]]]]
=> [1,0,1,0,1,0,1,0,1,0]
=> 1 = 0 + 1
[1,2,3,5,4] => [.,[.,[.,[[.,.],.]]]]
=> [1,0,1,0,1,0,1,1,0,0]
=> 1 = 0 + 1
[1,2,4,3,5] => [.,[.,[[.,.],[.,.]]]]
=> [1,0,1,0,1,1,0,0,1,0]
=> 1 = 0 + 1
[1,2,4,5,3] => [.,[.,[[.,[.,.]],.]]]
=> [1,0,1,0,1,1,0,1,0,0]
=> 1 = 0 + 1
[1,2,5,3,4] => [.,[.,[[.,.],[.,.]]]]
=> [1,0,1,0,1,1,0,0,1,0]
=> 1 = 0 + 1
[1,2,5,4,3] => [.,[.,[[[.,.],.],.]]]
=> [1,0,1,0,1,1,1,0,0,0]
=> 1 = 0 + 1
[1,3,2,4,5] => [.,[[.,.],[.,[.,.]]]]
=> [1,0,1,1,0,0,1,0,1,0]
=> 1 = 0 + 1
[1,3,2,5,4] => [.,[[.,.],[[.,.],.]]]
=> [1,0,1,1,0,0,1,1,0,0]
=> 1 = 0 + 1
[1,3,4,2,5] => [.,[[.,[.,.]],[.,.]]]
=> [1,0,1,1,0,1,0,0,1,0]
=> 1 = 0 + 1
[1,3,4,5,2] => [.,[[.,[.,[.,.]]],.]]
=> [1,0,1,1,0,1,0,1,0,0]
=> 1 = 0 + 1
[1,3,5,2,4] => [.,[[.,[.,.]],[.,.]]]
=> [1,0,1,1,0,1,0,0,1,0]
=> 1 = 0 + 1
[1,3,5,4,2] => [.,[[.,[[.,.],.]],.]]
=> [1,0,1,1,0,1,1,0,0,0]
=> 1 = 0 + 1
[1,4,2,3,5] => [.,[[.,.],[.,[.,.]]]]
=> [1,0,1,1,0,0,1,0,1,0]
=> 1 = 0 + 1
[1,4,2,5,3] => [.,[[.,.],[[.,.],.]]]
=> [1,0,1,1,0,0,1,1,0,0]
=> 1 = 0 + 1
[1,4,3,2,5] => [.,[[[.,.],.],[.,.]]]
=> [1,0,1,1,1,0,0,0,1,0]
=> 1 = 0 + 1
[1,4,3,5,2] => [.,[[[.,.],[.,.]],.]]
=> [1,0,1,1,1,0,0,1,0,0]
=> 1 = 0 + 1
[1,4,5,2,3] => [.,[[.,[.,.]],[.,.]]]
=> [1,0,1,1,0,1,0,0,1,0]
=> 1 = 0 + 1
[1,4,5,3,2] => [.,[[[.,[.,.]],.],.]]
=> [1,0,1,1,1,0,1,0,0,0]
=> 1 = 0 + 1
Description
The number of initial rises of a Dyck path. In other words, this is the height of the first peak of $D$.
Mp00069: Permutations complementPermutations
Mp00127: Permutations left-to-right-maxima to Dyck pathDyck paths
St001068: Dyck paths ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => [2,1] => [1,1,0,0]
=> 1 = 0 + 1
[2,1] => [1,2] => [1,0,1,0]
=> 2 = 1 + 1
[1,2,3] => [3,2,1] => [1,1,1,0,0,0]
=> 1 = 0 + 1
[1,3,2] => [3,1,2] => [1,1,1,0,0,0]
=> 1 = 0 + 1
[2,1,3] => [2,3,1] => [1,1,0,1,0,0]
=> 2 = 1 + 1
[2,3,1] => [2,1,3] => [1,1,0,0,1,0]
=> 2 = 1 + 1
[3,1,2] => [1,3,2] => [1,0,1,1,0,0]
=> 2 = 1 + 1
[3,2,1] => [1,2,3] => [1,0,1,0,1,0]
=> 3 = 2 + 1
[1,2,3,4] => [4,3,2,1] => [1,1,1,1,0,0,0,0]
=> 1 = 0 + 1
[1,2,4,3] => [4,3,1,2] => [1,1,1,1,0,0,0,0]
=> 1 = 0 + 1
[1,3,2,4] => [4,2,3,1] => [1,1,1,1,0,0,0,0]
=> 1 = 0 + 1
[1,3,4,2] => [4,2,1,3] => [1,1,1,1,0,0,0,0]
=> 1 = 0 + 1
[1,4,2,3] => [4,1,3,2] => [1,1,1,1,0,0,0,0]
=> 1 = 0 + 1
[1,4,3,2] => [4,1,2,3] => [1,1,1,1,0,0,0,0]
=> 1 = 0 + 1
[2,1,3,4] => [3,4,2,1] => [1,1,1,0,1,0,0,0]
=> 2 = 1 + 1
[2,1,4,3] => [3,4,1,2] => [1,1,1,0,1,0,0,0]
=> 2 = 1 + 1
[2,3,1,4] => [3,2,4,1] => [1,1,1,0,0,1,0,0]
=> 2 = 1 + 1
[2,3,4,1] => [3,2,1,4] => [1,1,1,0,0,0,1,0]
=> 2 = 1 + 1
[2,4,1,3] => [3,1,4,2] => [1,1,1,0,0,1,0,0]
=> 2 = 1 + 1
[2,4,3,1] => [3,1,2,4] => [1,1,1,0,0,0,1,0]
=> 2 = 1 + 1
[3,1,2,4] => [2,4,3,1] => [1,1,0,1,1,0,0,0]
=> 2 = 1 + 1
[3,1,4,2] => [2,4,1,3] => [1,1,0,1,1,0,0,0]
=> 2 = 1 + 1
[3,2,1,4] => [2,3,4,1] => [1,1,0,1,0,1,0,0]
=> 3 = 2 + 1
[3,2,4,1] => [2,3,1,4] => [1,1,0,1,0,0,1,0]
=> 3 = 2 + 1
[3,4,1,2] => [2,1,4,3] => [1,1,0,0,1,1,0,0]
=> 2 = 1 + 1
[3,4,2,1] => [2,1,3,4] => [1,1,0,0,1,0,1,0]
=> 3 = 2 + 1
[4,1,2,3] => [1,4,3,2] => [1,0,1,1,1,0,0,0]
=> 2 = 1 + 1
[4,1,3,2] => [1,4,2,3] => [1,0,1,1,1,0,0,0]
=> 2 = 1 + 1
[4,2,1,3] => [1,3,4,2] => [1,0,1,1,0,1,0,0]
=> 3 = 2 + 1
[4,2,3,1] => [1,3,2,4] => [1,0,1,1,0,0,1,0]
=> 3 = 2 + 1
[4,3,1,2] => [1,2,4,3] => [1,0,1,0,1,1,0,0]
=> 3 = 2 + 1
[4,3,2,1] => [1,2,3,4] => [1,0,1,0,1,0,1,0]
=> 4 = 3 + 1
[1,2,3,4,5] => [5,4,3,2,1] => [1,1,1,1,1,0,0,0,0,0]
=> 1 = 0 + 1
[1,2,3,5,4] => [5,4,3,1,2] => [1,1,1,1,1,0,0,0,0,0]
=> 1 = 0 + 1
[1,2,4,3,5] => [5,4,2,3,1] => [1,1,1,1,1,0,0,0,0,0]
=> 1 = 0 + 1
[1,2,4,5,3] => [5,4,2,1,3] => [1,1,1,1,1,0,0,0,0,0]
=> 1 = 0 + 1
[1,2,5,3,4] => [5,4,1,3,2] => [1,1,1,1,1,0,0,0,0,0]
=> 1 = 0 + 1
[1,2,5,4,3] => [5,4,1,2,3] => [1,1,1,1,1,0,0,0,0,0]
=> 1 = 0 + 1
[1,3,2,4,5] => [5,3,4,2,1] => [1,1,1,1,1,0,0,0,0,0]
=> 1 = 0 + 1
[1,3,2,5,4] => [5,3,4,1,2] => [1,1,1,1,1,0,0,0,0,0]
=> 1 = 0 + 1
[1,3,4,2,5] => [5,3,2,4,1] => [1,1,1,1,1,0,0,0,0,0]
=> 1 = 0 + 1
[1,3,4,5,2] => [5,3,2,1,4] => [1,1,1,1,1,0,0,0,0,0]
=> 1 = 0 + 1
[1,3,5,2,4] => [5,3,1,4,2] => [1,1,1,1,1,0,0,0,0,0]
=> 1 = 0 + 1
[1,3,5,4,2] => [5,3,1,2,4] => [1,1,1,1,1,0,0,0,0,0]
=> 1 = 0 + 1
[1,4,2,3,5] => [5,2,4,3,1] => [1,1,1,1,1,0,0,0,0,0]
=> 1 = 0 + 1
[1,4,2,5,3] => [5,2,4,1,3] => [1,1,1,1,1,0,0,0,0,0]
=> 1 = 0 + 1
[1,4,3,2,5] => [5,2,3,4,1] => [1,1,1,1,1,0,0,0,0,0]
=> 1 = 0 + 1
[1,4,3,5,2] => [5,2,3,1,4] => [1,1,1,1,1,0,0,0,0,0]
=> 1 = 0 + 1
[1,4,5,2,3] => [5,2,1,4,3] => [1,1,1,1,1,0,0,0,0,0]
=> 1 = 0 + 1
[1,4,5,3,2] => [5,2,1,3,4] => [1,1,1,1,1,0,0,0,0,0]
=> 1 = 0 + 1
Description
Number of torsionless simple modules in the corresponding Nakayama algebra.
Mp00061: Permutations to increasing treeBinary trees
Mp00012: Binary trees to Dyck path: up step, left tree, down step, right treeDyck paths
St000439: Dyck paths ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => [.,[.,.]]
=> [1,0,1,0]
=> 2 = 0 + 2
[2,1] => [[.,.],.]
=> [1,1,0,0]
=> 3 = 1 + 2
[1,2,3] => [.,[.,[.,.]]]
=> [1,0,1,0,1,0]
=> 2 = 0 + 2
[1,3,2] => [.,[[.,.],.]]
=> [1,0,1,1,0,0]
=> 2 = 0 + 2
[2,1,3] => [[.,.],[.,.]]
=> [1,1,0,0,1,0]
=> 3 = 1 + 2
[2,3,1] => [[.,[.,.]],.]
=> [1,1,0,1,0,0]
=> 3 = 1 + 2
[3,1,2] => [[.,.],[.,.]]
=> [1,1,0,0,1,0]
=> 3 = 1 + 2
[3,2,1] => [[[.,.],.],.]
=> [1,1,1,0,0,0]
=> 4 = 2 + 2
[1,2,3,4] => [.,[.,[.,[.,.]]]]
=> [1,0,1,0,1,0,1,0]
=> 2 = 0 + 2
[1,2,4,3] => [.,[.,[[.,.],.]]]
=> [1,0,1,0,1,1,0,0]
=> 2 = 0 + 2
[1,3,2,4] => [.,[[.,.],[.,.]]]
=> [1,0,1,1,0,0,1,0]
=> 2 = 0 + 2
[1,3,4,2] => [.,[[.,[.,.]],.]]
=> [1,0,1,1,0,1,0,0]
=> 2 = 0 + 2
[1,4,2,3] => [.,[[.,.],[.,.]]]
=> [1,0,1,1,0,0,1,0]
=> 2 = 0 + 2
[1,4,3,2] => [.,[[[.,.],.],.]]
=> [1,0,1,1,1,0,0,0]
=> 2 = 0 + 2
[2,1,3,4] => [[.,.],[.,[.,.]]]
=> [1,1,0,0,1,0,1,0]
=> 3 = 1 + 2
[2,1,4,3] => [[.,.],[[.,.],.]]
=> [1,1,0,0,1,1,0,0]
=> 3 = 1 + 2
[2,3,1,4] => [[.,[.,.]],[.,.]]
=> [1,1,0,1,0,0,1,0]
=> 3 = 1 + 2
[2,3,4,1] => [[.,[.,[.,.]]],.]
=> [1,1,0,1,0,1,0,0]
=> 3 = 1 + 2
[2,4,1,3] => [[.,[.,.]],[.,.]]
=> [1,1,0,1,0,0,1,0]
=> 3 = 1 + 2
[2,4,3,1] => [[.,[[.,.],.]],.]
=> [1,1,0,1,1,0,0,0]
=> 3 = 1 + 2
[3,1,2,4] => [[.,.],[.,[.,.]]]
=> [1,1,0,0,1,0,1,0]
=> 3 = 1 + 2
[3,1,4,2] => [[.,.],[[.,.],.]]
=> [1,1,0,0,1,1,0,0]
=> 3 = 1 + 2
[3,2,1,4] => [[[.,.],.],[.,.]]
=> [1,1,1,0,0,0,1,0]
=> 4 = 2 + 2
[3,2,4,1] => [[[.,.],[.,.]],.]
=> [1,1,1,0,0,1,0,0]
=> 4 = 2 + 2
[3,4,1,2] => [[.,[.,.]],[.,.]]
=> [1,1,0,1,0,0,1,0]
=> 3 = 1 + 2
[3,4,2,1] => [[[.,[.,.]],.],.]
=> [1,1,1,0,1,0,0,0]
=> 4 = 2 + 2
[4,1,2,3] => [[.,.],[.,[.,.]]]
=> [1,1,0,0,1,0,1,0]
=> 3 = 1 + 2
[4,1,3,2] => [[.,.],[[.,.],.]]
=> [1,1,0,0,1,1,0,0]
=> 3 = 1 + 2
[4,2,1,3] => [[[.,.],.],[.,.]]
=> [1,1,1,0,0,0,1,0]
=> 4 = 2 + 2
[4,2,3,1] => [[[.,.],[.,.]],.]
=> [1,1,1,0,0,1,0,0]
=> 4 = 2 + 2
[4,3,1,2] => [[[.,.],.],[.,.]]
=> [1,1,1,0,0,0,1,0]
=> 4 = 2 + 2
[4,3,2,1] => [[[[.,.],.],.],.]
=> [1,1,1,1,0,0,0,0]
=> 5 = 3 + 2
[1,2,3,4,5] => [.,[.,[.,[.,[.,.]]]]]
=> [1,0,1,0,1,0,1,0,1,0]
=> 2 = 0 + 2
[1,2,3,5,4] => [.,[.,[.,[[.,.],.]]]]
=> [1,0,1,0,1,0,1,1,0,0]
=> 2 = 0 + 2
[1,2,4,3,5] => [.,[.,[[.,.],[.,.]]]]
=> [1,0,1,0,1,1,0,0,1,0]
=> 2 = 0 + 2
[1,2,4,5,3] => [.,[.,[[.,[.,.]],.]]]
=> [1,0,1,0,1,1,0,1,0,0]
=> 2 = 0 + 2
[1,2,5,3,4] => [.,[.,[[.,.],[.,.]]]]
=> [1,0,1,0,1,1,0,0,1,0]
=> 2 = 0 + 2
[1,2,5,4,3] => [.,[.,[[[.,.],.],.]]]
=> [1,0,1,0,1,1,1,0,0,0]
=> 2 = 0 + 2
[1,3,2,4,5] => [.,[[.,.],[.,[.,.]]]]
=> [1,0,1,1,0,0,1,0,1,0]
=> 2 = 0 + 2
[1,3,2,5,4] => [.,[[.,.],[[.,.],.]]]
=> [1,0,1,1,0,0,1,1,0,0]
=> 2 = 0 + 2
[1,3,4,2,5] => [.,[[.,[.,.]],[.,.]]]
=> [1,0,1,1,0,1,0,0,1,0]
=> 2 = 0 + 2
[1,3,4,5,2] => [.,[[.,[.,[.,.]]],.]]
=> [1,0,1,1,0,1,0,1,0,0]
=> 2 = 0 + 2
[1,3,5,2,4] => [.,[[.,[.,.]],[.,.]]]
=> [1,0,1,1,0,1,0,0,1,0]
=> 2 = 0 + 2
[1,3,5,4,2] => [.,[[.,[[.,.],.]],.]]
=> [1,0,1,1,0,1,1,0,0,0]
=> 2 = 0 + 2
[1,4,2,3,5] => [.,[[.,.],[.,[.,.]]]]
=> [1,0,1,1,0,0,1,0,1,0]
=> 2 = 0 + 2
[1,4,2,5,3] => [.,[[.,.],[[.,.],.]]]
=> [1,0,1,1,0,0,1,1,0,0]
=> 2 = 0 + 2
[1,4,3,2,5] => [.,[[[.,.],.],[.,.]]]
=> [1,0,1,1,1,0,0,0,1,0]
=> 2 = 0 + 2
[1,4,3,5,2] => [.,[[[.,.],[.,.]],.]]
=> [1,0,1,1,1,0,0,1,0,0]
=> 2 = 0 + 2
[1,4,5,2,3] => [.,[[.,[.,.]],[.,.]]]
=> [1,0,1,1,0,1,0,0,1,0]
=> 2 = 0 + 2
[1,4,5,3,2] => [.,[[[.,[.,.]],.],.]]
=> [1,0,1,1,1,0,1,0,0,0]
=> 2 = 0 + 2
Description
The position of the first down step of a Dyck path.
Mp00069: Permutations complementPermutations
Mp00127: Permutations left-to-right-maxima to Dyck pathDyck paths
Mp00120: Dyck paths Lalanne-Kreweras involutionDyck paths
St000024: Dyck paths ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => [2,1] => [1,1,0,0]
=> [1,0,1,0]
=> 0
[2,1] => [1,2] => [1,0,1,0]
=> [1,1,0,0]
=> 1
[1,2,3] => [3,2,1] => [1,1,1,0,0,0]
=> [1,0,1,0,1,0]
=> 0
[1,3,2] => [3,1,2] => [1,1,1,0,0,0]
=> [1,0,1,0,1,0]
=> 0
[2,1,3] => [2,3,1] => [1,1,0,1,0,0]
=> [1,1,0,1,0,0]
=> 1
[2,3,1] => [2,1,3] => [1,1,0,0,1,0]
=> [1,0,1,1,0,0]
=> 1
[3,1,2] => [1,3,2] => [1,0,1,1,0,0]
=> [1,1,0,0,1,0]
=> 1
[3,2,1] => [1,2,3] => [1,0,1,0,1,0]
=> [1,1,1,0,0,0]
=> 2
[1,2,3,4] => [4,3,2,1] => [1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> 0
[1,2,4,3] => [4,3,1,2] => [1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> 0
[1,3,2,4] => [4,2,3,1] => [1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> 0
[1,3,4,2] => [4,2,1,3] => [1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> 0
[1,4,2,3] => [4,1,3,2] => [1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> 0
[1,4,3,2] => [4,1,2,3] => [1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> 0
[2,1,3,4] => [3,4,2,1] => [1,1,1,0,1,0,0,0]
=> [1,1,0,1,0,1,0,0]
=> 1
[2,1,4,3] => [3,4,1,2] => [1,1,1,0,1,0,0,0]
=> [1,1,0,1,0,1,0,0]
=> 1
[2,3,1,4] => [3,2,4,1] => [1,1,1,0,0,1,0,0]
=> [1,0,1,1,0,1,0,0]
=> 1
[2,3,4,1] => [3,2,1,4] => [1,1,1,0,0,0,1,0]
=> [1,0,1,0,1,1,0,0]
=> 1
[2,4,1,3] => [3,1,4,2] => [1,1,1,0,0,1,0,0]
=> [1,0,1,1,0,1,0,0]
=> 1
[2,4,3,1] => [3,1,2,4] => [1,1,1,0,0,0,1,0]
=> [1,0,1,0,1,1,0,0]
=> 1
[3,1,2,4] => [2,4,3,1] => [1,1,0,1,1,0,0,0]
=> [1,1,0,1,0,0,1,0]
=> 1
[3,1,4,2] => [2,4,1,3] => [1,1,0,1,1,0,0,0]
=> [1,1,0,1,0,0,1,0]
=> 1
[3,2,1,4] => [2,3,4,1] => [1,1,0,1,0,1,0,0]
=> [1,1,1,0,1,0,0,0]
=> 2
[3,2,4,1] => [2,3,1,4] => [1,1,0,1,0,0,1,0]
=> [1,1,0,1,1,0,0,0]
=> 2
[3,4,1,2] => [2,1,4,3] => [1,1,0,0,1,1,0,0]
=> [1,0,1,1,0,0,1,0]
=> 1
[3,4,2,1] => [2,1,3,4] => [1,1,0,0,1,0,1,0]
=> [1,0,1,1,1,0,0,0]
=> 2
[4,1,2,3] => [1,4,3,2] => [1,0,1,1,1,0,0,0]
=> [1,1,0,0,1,0,1,0]
=> 1
[4,1,3,2] => [1,4,2,3] => [1,0,1,1,1,0,0,0]
=> [1,1,0,0,1,0,1,0]
=> 1
[4,2,1,3] => [1,3,4,2] => [1,0,1,1,0,1,0,0]
=> [1,1,1,0,0,1,0,0]
=> 2
[4,2,3,1] => [1,3,2,4] => [1,0,1,1,0,0,1,0]
=> [1,1,0,0,1,1,0,0]
=> 2
[4,3,1,2] => [1,2,4,3] => [1,0,1,0,1,1,0,0]
=> [1,1,1,0,0,0,1,0]
=> 2
[4,3,2,1] => [1,2,3,4] => [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> 3
[1,2,3,4,5] => [5,4,3,2,1] => [1,1,1,1,1,0,0,0,0,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> 0
[1,2,3,5,4] => [5,4,3,1,2] => [1,1,1,1,1,0,0,0,0,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> 0
[1,2,4,3,5] => [5,4,2,3,1] => [1,1,1,1,1,0,0,0,0,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> 0
[1,2,4,5,3] => [5,4,2,1,3] => [1,1,1,1,1,0,0,0,0,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> 0
[1,2,5,3,4] => [5,4,1,3,2] => [1,1,1,1,1,0,0,0,0,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> 0
[1,2,5,4,3] => [5,4,1,2,3] => [1,1,1,1,1,0,0,0,0,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> 0
[1,3,2,4,5] => [5,3,4,2,1] => [1,1,1,1,1,0,0,0,0,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> 0
[1,3,2,5,4] => [5,3,4,1,2] => [1,1,1,1,1,0,0,0,0,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> 0
[1,3,4,2,5] => [5,3,2,4,1] => [1,1,1,1,1,0,0,0,0,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> 0
[1,3,4,5,2] => [5,3,2,1,4] => [1,1,1,1,1,0,0,0,0,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> 0
[1,3,5,2,4] => [5,3,1,4,2] => [1,1,1,1,1,0,0,0,0,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> 0
[1,3,5,4,2] => [5,3,1,2,4] => [1,1,1,1,1,0,0,0,0,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> 0
[1,4,2,3,5] => [5,2,4,3,1] => [1,1,1,1,1,0,0,0,0,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> 0
[1,4,2,5,3] => [5,2,4,1,3] => [1,1,1,1,1,0,0,0,0,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> 0
[1,4,3,2,5] => [5,2,3,4,1] => [1,1,1,1,1,0,0,0,0,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> 0
[1,4,3,5,2] => [5,2,3,1,4] => [1,1,1,1,1,0,0,0,0,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> 0
[1,4,5,2,3] => [5,2,1,4,3] => [1,1,1,1,1,0,0,0,0,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> 0
[1,4,5,3,2] => [5,2,1,3,4] => [1,1,1,1,1,0,0,0,0,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> 0
Description
The number of double up and double down steps of a Dyck path. In other words, this is the number of double rises (and, equivalently, the number of double falls) of a Dyck path.
Matching statistic: St000052
Mp00069: Permutations complementPermutations
Mp00127: Permutations left-to-right-maxima to Dyck pathDyck paths
Mp00199: Dyck paths prime Dyck pathDyck paths
St000052: Dyck paths ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => [2,1] => [1,1,0,0]
=> [1,1,1,0,0,0]
=> 0
[2,1] => [1,2] => [1,0,1,0]
=> [1,1,0,1,0,0]
=> 1
[1,2,3] => [3,2,1] => [1,1,1,0,0,0]
=> [1,1,1,1,0,0,0,0]
=> 0
[1,3,2] => [3,1,2] => [1,1,1,0,0,0]
=> [1,1,1,1,0,0,0,0]
=> 0
[2,1,3] => [2,3,1] => [1,1,0,1,0,0]
=> [1,1,1,0,1,0,0,0]
=> 1
[2,3,1] => [2,1,3] => [1,1,0,0,1,0]
=> [1,1,1,0,0,1,0,0]
=> 1
[3,1,2] => [1,3,2] => [1,0,1,1,0,0]
=> [1,1,0,1,1,0,0,0]
=> 1
[3,2,1] => [1,2,3] => [1,0,1,0,1,0]
=> [1,1,0,1,0,1,0,0]
=> 2
[1,2,3,4] => [4,3,2,1] => [1,1,1,1,0,0,0,0]
=> [1,1,1,1,1,0,0,0,0,0]
=> 0
[1,2,4,3] => [4,3,1,2] => [1,1,1,1,0,0,0,0]
=> [1,1,1,1,1,0,0,0,0,0]
=> 0
[1,3,2,4] => [4,2,3,1] => [1,1,1,1,0,0,0,0]
=> [1,1,1,1,1,0,0,0,0,0]
=> 0
[1,3,4,2] => [4,2,1,3] => [1,1,1,1,0,0,0,0]
=> [1,1,1,1,1,0,0,0,0,0]
=> 0
[1,4,2,3] => [4,1,3,2] => [1,1,1,1,0,0,0,0]
=> [1,1,1,1,1,0,0,0,0,0]
=> 0
[1,4,3,2] => [4,1,2,3] => [1,1,1,1,0,0,0,0]
=> [1,1,1,1,1,0,0,0,0,0]
=> 0
[2,1,3,4] => [3,4,2,1] => [1,1,1,0,1,0,0,0]
=> [1,1,1,1,0,1,0,0,0,0]
=> 1
[2,1,4,3] => [3,4,1,2] => [1,1,1,0,1,0,0,0]
=> [1,1,1,1,0,1,0,0,0,0]
=> 1
[2,3,1,4] => [3,2,4,1] => [1,1,1,0,0,1,0,0]
=> [1,1,1,1,0,0,1,0,0,0]
=> 1
[2,3,4,1] => [3,2,1,4] => [1,1,1,0,0,0,1,0]
=> [1,1,1,1,0,0,0,1,0,0]
=> 1
[2,4,1,3] => [3,1,4,2] => [1,1,1,0,0,1,0,0]
=> [1,1,1,1,0,0,1,0,0,0]
=> 1
[2,4,3,1] => [3,1,2,4] => [1,1,1,0,0,0,1,0]
=> [1,1,1,1,0,0,0,1,0,0]
=> 1
[3,1,2,4] => [2,4,3,1] => [1,1,0,1,1,0,0,0]
=> [1,1,1,0,1,1,0,0,0,0]
=> 1
[3,1,4,2] => [2,4,1,3] => [1,1,0,1,1,0,0,0]
=> [1,1,1,0,1,1,0,0,0,0]
=> 1
[3,2,1,4] => [2,3,4,1] => [1,1,0,1,0,1,0,0]
=> [1,1,1,0,1,0,1,0,0,0]
=> 2
[3,2,4,1] => [2,3,1,4] => [1,1,0,1,0,0,1,0]
=> [1,1,1,0,1,0,0,1,0,0]
=> 2
[3,4,1,2] => [2,1,4,3] => [1,1,0,0,1,1,0,0]
=> [1,1,1,0,0,1,1,0,0,0]
=> 1
[3,4,2,1] => [2,1,3,4] => [1,1,0,0,1,0,1,0]
=> [1,1,1,0,0,1,0,1,0,0]
=> 2
[4,1,2,3] => [1,4,3,2] => [1,0,1,1,1,0,0,0]
=> [1,1,0,1,1,1,0,0,0,0]
=> 1
[4,1,3,2] => [1,4,2,3] => [1,0,1,1,1,0,0,0]
=> [1,1,0,1,1,1,0,0,0,0]
=> 1
[4,2,1,3] => [1,3,4,2] => [1,0,1,1,0,1,0,0]
=> [1,1,0,1,1,0,1,0,0,0]
=> 2
[4,2,3,1] => [1,3,2,4] => [1,0,1,1,0,0,1,0]
=> [1,1,0,1,1,0,0,1,0,0]
=> 2
[4,3,1,2] => [1,2,4,3] => [1,0,1,0,1,1,0,0]
=> [1,1,0,1,0,1,1,0,0,0]
=> 2
[4,3,2,1] => [1,2,3,4] => [1,0,1,0,1,0,1,0]
=> [1,1,0,1,0,1,0,1,0,0]
=> 3
[1,2,3,4,5] => [5,4,3,2,1] => [1,1,1,1,1,0,0,0,0,0]
=> [1,1,1,1,1,1,0,0,0,0,0,0]
=> 0
[1,2,3,5,4] => [5,4,3,1,2] => [1,1,1,1,1,0,0,0,0,0]
=> [1,1,1,1,1,1,0,0,0,0,0,0]
=> 0
[1,2,4,3,5] => [5,4,2,3,1] => [1,1,1,1,1,0,0,0,0,0]
=> [1,1,1,1,1,1,0,0,0,0,0,0]
=> 0
[1,2,4,5,3] => [5,4,2,1,3] => [1,1,1,1,1,0,0,0,0,0]
=> [1,1,1,1,1,1,0,0,0,0,0,0]
=> 0
[1,2,5,3,4] => [5,4,1,3,2] => [1,1,1,1,1,0,0,0,0,0]
=> [1,1,1,1,1,1,0,0,0,0,0,0]
=> 0
[1,2,5,4,3] => [5,4,1,2,3] => [1,1,1,1,1,0,0,0,0,0]
=> [1,1,1,1,1,1,0,0,0,0,0,0]
=> 0
[1,3,2,4,5] => [5,3,4,2,1] => [1,1,1,1,1,0,0,0,0,0]
=> [1,1,1,1,1,1,0,0,0,0,0,0]
=> 0
[1,3,2,5,4] => [5,3,4,1,2] => [1,1,1,1,1,0,0,0,0,0]
=> [1,1,1,1,1,1,0,0,0,0,0,0]
=> 0
[1,3,4,2,5] => [5,3,2,4,1] => [1,1,1,1,1,0,0,0,0,0]
=> [1,1,1,1,1,1,0,0,0,0,0,0]
=> 0
[1,3,4,5,2] => [5,3,2,1,4] => [1,1,1,1,1,0,0,0,0,0]
=> [1,1,1,1,1,1,0,0,0,0,0,0]
=> 0
[1,3,5,2,4] => [5,3,1,4,2] => [1,1,1,1,1,0,0,0,0,0]
=> [1,1,1,1,1,1,0,0,0,0,0,0]
=> 0
[1,3,5,4,2] => [5,3,1,2,4] => [1,1,1,1,1,0,0,0,0,0]
=> [1,1,1,1,1,1,0,0,0,0,0,0]
=> 0
[1,4,2,3,5] => [5,2,4,3,1] => [1,1,1,1,1,0,0,0,0,0]
=> [1,1,1,1,1,1,0,0,0,0,0,0]
=> 0
[1,4,2,5,3] => [5,2,4,1,3] => [1,1,1,1,1,0,0,0,0,0]
=> [1,1,1,1,1,1,0,0,0,0,0,0]
=> 0
[1,4,3,2,5] => [5,2,3,4,1] => [1,1,1,1,1,0,0,0,0,0]
=> [1,1,1,1,1,1,0,0,0,0,0,0]
=> 0
[1,4,3,5,2] => [5,2,3,1,4] => [1,1,1,1,1,0,0,0,0,0]
=> [1,1,1,1,1,1,0,0,0,0,0,0]
=> 0
[1,4,5,2,3] => [5,2,1,4,3] => [1,1,1,1,1,0,0,0,0,0]
=> [1,1,1,1,1,1,0,0,0,0,0,0]
=> 0
[1,4,5,3,2] => [5,2,1,3,4] => [1,1,1,1,1,0,0,0,0,0]
=> [1,1,1,1,1,1,0,0,0,0,0,0]
=> 0
Description
The number of valleys of a Dyck path not on the x-axis. That is, the number of valleys of nonminimal height. This corresponds to the number of -1's in an inclusion of Dyck paths into alternating sign matrices.
The following 100 statistics, ordered by result quality, also match your data. Click on any of them to see the details.
St000245The number of ascents of a permutation. St000288The number of ones in a binary word. St000340The number of non-final maximal constant sub-paths of length greater than one. St000354The number of recoils of a permutation. St000374The number of exclusive right-to-left minima of a permutation. St000672The number of minimal elements in Bruhat order not less than the permutation. St000703The number of deficiencies of a permutation. St000996The number of exclusive left-to-right maxima of a permutation. St001489The maximum of the number of descents and the number of inverse descents. St000007The number of saliances of the permutation. St000010The length of the partition. St000031The number of cycles in the cycle decomposition of a permutation. St000069The number of maximal elements of a poset. St000105The number of blocks in the set partition. St000153The number of adjacent cycles of a permutation. St000167The number of leaves of an ordered tree. St000318The number of addable cells of the Ferrers diagram of an integer partition. St000382The first part of an integer composition. St000383The last part of an integer composition. St000470The number of runs in a permutation. St000675The number of centered multitunnels of a Dyck path. St000676The number of odd rises of a Dyck path. St000678The number of up steps after the last double rise of a Dyck path. St000912The number of maximal antichains in a poset. St000925The number of topologically connected components of a set partition. St000971The smallest closer of a set partition. St000990The first ascent of a permutation. St001007Number of simple modules with projective dimension 1 in the Nakayama algebra corresponding to the Dyck path. St000159The number of distinct parts of the integer partition. St001322The size of a minimal independent dominating set in a graph. St001339The irredundance number of a graph. St001363The Euler characteristic of a graph according to Knill. St000546The number of global descents of a permutation. St000068The number of minimal elements in a poset. St000273The domination number of a graph. St000544The cop number of a graph. St000916The packing number of a graph. St000717The number of ordinal summands of a poset. St000906The length of the shortest maximal chain in a poset. St000237The number of small exceedances. St000989The number of final rises of a permutation. St000054The first entry of the permutation. St000066The column of the unique '1' in the first row of the alternating sign matrix. St000297The number of leading ones in a binary word. St000738The first entry in the last row of a standard tableau. St000061The number of nodes on the left branch of a binary tree. St000314The number of left-to-right-maxima of a permutation. St000991The number of right-to-left minima of a permutation. St001169Number of simple modules with projective dimension at least two in the corresponding Nakayama algebra. St001640The number of ascent tops in the permutation such that all smaller elements appear before. St000015The number of peaks of a Dyck path. St000056The decomposition (or block) number of a permutation. St000084The number of subtrees. St000213The number of weak exceedances (also weak excedences) of a permutation. St000702The number of weak deficiencies of a permutation. St000021The number of descents of a permutation. St000083The number of left oriented leafs of a binary tree except the first one. St000133The "bounce" of a permutation. St000155The number of exceedances (also excedences) of a permutation. St000292The number of ascents of a binary word. St000329The number of evenly positioned ascents of the Dyck path, with the initial position equal to 1. St000062The length of the longest increasing subsequence of the permutation. St000157The number of descents of a standard tableau. St000164The number of short pairs. St000239The number of small weak excedances. St000240The number of indices that are not small excedances. St000287The number of connected components of a graph. St000291The number of descents of a binary word. St000308The height of the tree associated to a permutation. St000325The width of the tree associated to a permutation. St000390The number of runs of ones in a binary word. St000443The number of long tunnels of a Dyck path. St000654The first descent of a permutation. St000843The decomposition number of a perfect matching. St001184Number of indecomposable injective modules with grade at least 1 in the corresponding Nakayama algebra. St001187The number of simple modules with grade at least one in the corresponding Nakayama algebra. St001201The grade of the simple module $S_0$ in the special CNakayama algebra corresponding to the Dyck path. St001224Let X be the direct sum of all simple modules of the corresponding Nakayama algebra. St001390The number of bumps occurring when Schensted-inserting the letter 1 of a permutation. St001461The number of topologically connected components of the chord diagram of a permutation. St001499The number of indecomposable projective-injective modules of a magnitude 1 Nakayama algebra. St000203The number of external nodes of a binary tree. St001180Number of indecomposable injective modules with projective dimension at most 1. St001226The number of integers i such that the radical of the i-th indecomposable projective module has vanishing first extension group with the Jacobson radical J in the corresponding Nakayama algebra. St001124The multiplicity of the standard representation in the Kronecker square corresponding to a partition. St000260The radius of a connected graph. St000193The row of the unique '1' in the first column of the alternating sign matrix. St001232The number of indecomposable modules with projective dimension 2 for Nakayama algebras with global dimension at most 2. St001603The number of colourings of a polygon such that the multiplicities of a colour are given by a partition. St001889The size of the connectivity set of a signed permutation. St001863The number of weak excedances of a signed permutation. St000942The number of critical left to right maxima of the parking functions. St001712The number of natural descents of a standard Young tableau. St001355Number of non-empty prefixes of a binary word that contain equally many 0's and 1's. St001462The number of factors of a standard tableaux under concatenation. St001553The number of indecomposable summands of the square of the Jacobson radical as a bimodule in the Nakayama algebra corresponding to the Dyck path. St001200The number of simple modules in $eAe$ with projective dimension at most 2 in the corresponding Nakayama algebra $A$ with minimal faithful projective-injective module $eA$. St001621The number of atoms of a lattice. St001878The projective dimension of the simple modules corresponding to the minimum of L in the incidence algebra of the lattice L. St000454The largest eigenvalue of a graph if it is integral.