searching the database
Your data matches 13 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: St000204
Mp00080: Set partitions —to permutation⟶ Permutations
Mp00175: Permutations —inverse Foata bijection⟶ Permutations
Mp00061: Permutations —to increasing tree⟶ Binary trees
St000204: Binary trees ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00175: Permutations —inverse Foata bijection⟶ Permutations
Mp00061: Permutations —to increasing tree⟶ Binary trees
St000204: Binary trees ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
{{1}}
=> [1] => [1] => [.,.]
=> 0
{{1,2}}
=> [2,1] => [2,1] => [[.,.],.]
=> 0
{{1},{2}}
=> [1,2] => [1,2] => [.,[.,.]]
=> 0
{{1,2,3}}
=> [2,3,1] => [2,3,1] => [[.,[.,.]],.]
=> 1
{{1,2},{3}}
=> [2,1,3] => [2,1,3] => [[.,.],[.,.]]
=> 0
{{1,3},{2}}
=> [3,2,1] => [3,2,1] => [[[.,.],.],.]
=> 0
{{1},{2,3}}
=> [1,3,2] => [3,1,2] => [[.,.],[.,.]]
=> 0
{{1},{2},{3}}
=> [1,2,3] => [1,2,3] => [.,[.,[.,.]]]
=> 0
{{1,2,3,4}}
=> [2,3,4,1] => [2,3,4,1] => [[.,[.,[.,.]]],.]
=> 2
{{1,2,3},{4}}
=> [2,3,1,4] => [2,3,1,4] => [[.,[.,.]],[.,.]]
=> 1
{{1,2,4},{3}}
=> [2,4,3,1] => [4,2,3,1] => [[[.,.],[.,.]],.]
=> 1
{{1,2},{3,4}}
=> [2,1,4,3] => [2,4,1,3] => [[.,[.,.]],[.,.]]
=> 1
{{1,2},{3},{4}}
=> [2,1,3,4] => [2,1,3,4] => [[.,.],[.,[.,.]]]
=> 0
{{1,3,4},{2}}
=> [3,2,4,1] => [3,2,4,1] => [[[.,.],[.,.]],.]
=> 1
{{1,3},{2,4}}
=> [3,4,1,2] => [3,1,4,2] => [[.,.],[[.,.],.]]
=> 1
{{1,3},{2},{4}}
=> [3,2,1,4] => [3,2,1,4] => [[[.,.],.],[.,.]]
=> 0
{{1,4},{2,3}}
=> [4,3,2,1] => [4,3,2,1] => [[[[.,.],.],.],.]
=> 0
{{1},{2,3,4}}
=> [1,3,4,2] => [3,4,1,2] => [[.,[.,.]],[.,.]]
=> 1
{{1},{2,3},{4}}
=> [1,3,2,4] => [3,1,2,4] => [[.,.],[.,[.,.]]]
=> 0
{{1,4},{2},{3}}
=> [4,2,3,1] => [2,4,3,1] => [[.,[[.,.],.]],.]
=> 2
{{1},{2,4},{3}}
=> [1,4,3,2] => [4,3,1,2] => [[[.,.],.],[.,.]]
=> 0
{{1},{2},{3,4}}
=> [1,2,4,3] => [4,1,2,3] => [[.,.],[.,[.,.]]]
=> 0
{{1},{2},{3},{4}}
=> [1,2,3,4] => [1,2,3,4] => [.,[.,[.,[.,.]]]]
=> 0
{{1},{2},{3},{4},{5}}
=> [1,2,3,4,5] => [1,2,3,4,5] => [.,[.,[.,[.,[.,.]]]]]
=> 0
Description
The number of internal nodes of a binary tree.
That is, the total number of nodes of the tree minus [[St000203]]. A counting formula for the total number of internal nodes across all binary trees of size $n$ is given in [1]. This is equivalent to the number of internal triangles in all triangulations of an $(n+1)$-gon.
Matching statistic: St000358
Mp00080: Set partitions —to permutation⟶ Permutations
Mp00175: Permutations —inverse Foata bijection⟶ Permutations
Mp00066: Permutations —inverse⟶ Permutations
St000358: Permutations ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00175: Permutations —inverse Foata bijection⟶ Permutations
Mp00066: Permutations —inverse⟶ Permutations
St000358: Permutations ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
{{1}}
=> [1] => [1] => [1] => 0
{{1,2}}
=> [2,1] => [2,1] => [2,1] => 0
{{1},{2}}
=> [1,2] => [1,2] => [1,2] => 0
{{1,2,3}}
=> [2,3,1] => [2,3,1] => [3,1,2] => 1
{{1,2},{3}}
=> [2,1,3] => [2,1,3] => [2,1,3] => 0
{{1,3},{2}}
=> [3,2,1] => [3,2,1] => [3,2,1] => 0
{{1},{2,3}}
=> [1,3,2] => [3,1,2] => [2,3,1] => 0
{{1},{2},{3}}
=> [1,2,3] => [1,2,3] => [1,2,3] => 0
{{1,2,3,4}}
=> [2,3,4,1] => [2,3,4,1] => [4,1,2,3] => 2
{{1,2,3},{4}}
=> [2,3,1,4] => [2,3,1,4] => [3,1,2,4] => 1
{{1,2,4},{3}}
=> [2,4,3,1] => [4,2,3,1] => [4,2,3,1] => 1
{{1,2},{3,4}}
=> [2,1,4,3] => [2,4,1,3] => [3,1,4,2] => 1
{{1,2},{3},{4}}
=> [2,1,3,4] => [2,1,3,4] => [2,1,3,4] => 0
{{1,3,4},{2}}
=> [3,2,4,1] => [3,2,4,1] => [4,2,1,3] => 1
{{1,3},{2,4}}
=> [3,4,1,2] => [3,1,4,2] => [2,4,1,3] => 1
{{1,3},{2},{4}}
=> [3,2,1,4] => [3,2,1,4] => [3,2,1,4] => 0
{{1,4},{2,3}}
=> [4,3,2,1] => [4,3,2,1] => [4,3,2,1] => 0
{{1},{2,3,4}}
=> [1,3,4,2] => [3,4,1,2] => [3,4,1,2] => 1
{{1},{2,3},{4}}
=> [1,3,2,4] => [3,1,2,4] => [2,3,1,4] => 0
{{1,4},{2},{3}}
=> [4,2,3,1] => [2,4,3,1] => [4,1,3,2] => 2
{{1},{2,4},{3}}
=> [1,4,3,2] => [4,3,1,2] => [3,4,2,1] => 0
{{1},{2},{3,4}}
=> [1,2,4,3] => [4,1,2,3] => [2,3,4,1] => 0
{{1},{2},{3},{4}}
=> [1,2,3,4] => [1,2,3,4] => [1,2,3,4] => 0
{{1},{2},{3},{4},{5}}
=> [1,2,3,4,5] => [1,2,3,4,5] => [1,2,3,4,5] => 0
Description
The number of occurrences of the pattern 31-2.
See [[Permutations/#Pattern-avoiding_permutations]] for the definition of the pattern $31\!\!-\!\!2$.
Matching statistic: St001683
Mp00080: Set partitions —to permutation⟶ Permutations
Mp00175: Permutations —inverse Foata bijection⟶ Permutations
Mp00064: Permutations —reverse⟶ Permutations
St001683: Permutations ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00175: Permutations —inverse Foata bijection⟶ Permutations
Mp00064: Permutations —reverse⟶ Permutations
St001683: Permutations ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
{{1}}
=> [1] => [1] => [1] => 0
{{1,2}}
=> [2,1] => [2,1] => [1,2] => 0
{{1},{2}}
=> [1,2] => [1,2] => [2,1] => 0
{{1,2,3}}
=> [2,3,1] => [2,3,1] => [1,3,2] => 1
{{1,2},{3}}
=> [2,1,3] => [2,1,3] => [3,1,2] => 0
{{1,3},{2}}
=> [3,2,1] => [3,2,1] => [1,2,3] => 0
{{1},{2,3}}
=> [1,3,2] => [3,1,2] => [2,1,3] => 0
{{1},{2},{3}}
=> [1,2,3] => [1,2,3] => [3,2,1] => 0
{{1,2,3,4}}
=> [2,3,4,1] => [2,3,4,1] => [1,4,3,2] => 2
{{1,2,3},{4}}
=> [2,3,1,4] => [2,3,1,4] => [4,1,3,2] => 1
{{1,2,4},{3}}
=> [2,4,3,1] => [4,2,3,1] => [1,3,2,4] => 1
{{1,2},{3,4}}
=> [2,1,4,3] => [2,4,1,3] => [3,1,4,2] => 1
{{1,2},{3},{4}}
=> [2,1,3,4] => [2,1,3,4] => [4,3,1,2] => 0
{{1,3,4},{2}}
=> [3,2,4,1] => [3,2,4,1] => [1,4,2,3] => 1
{{1,3},{2,4}}
=> [3,4,1,2] => [3,1,4,2] => [2,4,1,3] => 1
{{1,3},{2},{4}}
=> [3,2,1,4] => [3,2,1,4] => [4,1,2,3] => 0
{{1,4},{2,3}}
=> [4,3,2,1] => [4,3,2,1] => [1,2,3,4] => 0
{{1},{2,3,4}}
=> [1,3,4,2] => [3,4,1,2] => [2,1,4,3] => 1
{{1},{2,3},{4}}
=> [1,3,2,4] => [3,1,2,4] => [4,2,1,3] => 0
{{1,4},{2},{3}}
=> [4,2,3,1] => [2,4,3,1] => [1,3,4,2] => 2
{{1},{2,4},{3}}
=> [1,4,3,2] => [4,3,1,2] => [2,1,3,4] => 0
{{1},{2},{3,4}}
=> [1,2,4,3] => [4,1,2,3] => [3,2,1,4] => 0
{{1},{2},{3},{4}}
=> [1,2,3,4] => [1,2,3,4] => [4,3,2,1] => 0
{{1},{2},{3},{4},{5}}
=> [1,2,3,4,5] => [1,2,3,4,5] => [5,4,3,2,1] => 0
Description
The number of distinct positions of the pattern letter 3 in occurrences of 132 in a permutation.
Matching statistic: St001882
Mp00080: Set partitions —to permutation⟶ Permutations
Mp00175: Permutations —inverse Foata bijection⟶ Permutations
Mp00170: Permutations —to signed permutation⟶ Signed permutations
St001882: Signed permutations ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00175: Permutations —inverse Foata bijection⟶ Permutations
Mp00170: Permutations —to signed permutation⟶ Signed permutations
St001882: Signed permutations ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
{{1}}
=> [1] => [1] => [1] => 0
{{1,2}}
=> [2,1] => [2,1] => [2,1] => 0
{{1},{2}}
=> [1,2] => [1,2] => [1,2] => 0
{{1,2,3}}
=> [2,3,1] => [2,3,1] => [2,3,1] => 1
{{1,2},{3}}
=> [2,1,3] => [2,1,3] => [2,1,3] => 0
{{1,3},{2}}
=> [3,2,1] => [3,2,1] => [3,2,1] => 0
{{1},{2,3}}
=> [1,3,2] => [3,1,2] => [3,1,2] => 0
{{1},{2},{3}}
=> [1,2,3] => [1,2,3] => [1,2,3] => 0
{{1,2,3,4}}
=> [2,3,4,1] => [2,3,4,1] => [2,3,4,1] => 2
{{1,2,3},{4}}
=> [2,3,1,4] => [2,3,1,4] => [2,3,1,4] => 1
{{1,2,4},{3}}
=> [2,4,3,1] => [4,2,3,1] => [4,2,3,1] => 1
{{1,2},{3,4}}
=> [2,1,4,3] => [2,4,1,3] => [2,4,1,3] => 1
{{1,2},{3},{4}}
=> [2,1,3,4] => [2,1,3,4] => [2,1,3,4] => 0
{{1,3,4},{2}}
=> [3,2,4,1] => [3,2,4,1] => [3,2,4,1] => 1
{{1,3},{2,4}}
=> [3,4,1,2] => [3,1,4,2] => [3,1,4,2] => 1
{{1,3},{2},{4}}
=> [3,2,1,4] => [3,2,1,4] => [3,2,1,4] => 0
{{1,4},{2,3}}
=> [4,3,2,1] => [4,3,2,1] => [4,3,2,1] => 0
{{1},{2,3,4}}
=> [1,3,4,2] => [3,4,1,2] => [3,4,1,2] => 1
{{1},{2,3},{4}}
=> [1,3,2,4] => [3,1,2,4] => [3,1,2,4] => 0
{{1,4},{2},{3}}
=> [4,2,3,1] => [2,4,3,1] => [2,4,3,1] => 2
{{1},{2,4},{3}}
=> [1,4,3,2] => [4,3,1,2] => [4,3,1,2] => 0
{{1},{2},{3,4}}
=> [1,2,4,3] => [4,1,2,3] => [4,1,2,3] => 0
{{1},{2},{3},{4}}
=> [1,2,3,4] => [1,2,3,4] => [1,2,3,4] => 0
{{1},{2},{3},{4},{5}}
=> [1,2,3,4,5] => [1,2,3,4,5] => [1,2,3,4,5] => 0
Description
The number of occurrences of a type-B 231 pattern in a signed permutation.
For a signed permutation $\pi\in\mathfrak H_n$, a triple $-n \leq i < j < k\leq n$ is an occurrence of the type-B $231$ pattern, if $1 \leq j < k$, $\pi(i) < \pi(j)$ and $\pi(i)$ is one larger than $\pi(k)$, i.e., $\pi(i) = \pi(k) + 1$ if $\pi(k) \neq -1$ and $\pi(i) = 1$ otherwise.
Matching statistic: St000682
Mp00080: Set partitions —to permutation⟶ Permutations
Mp00175: Permutations —inverse Foata bijection⟶ Permutations
Mp00109: Permutations —descent word⟶ Binary words
St000682: Binary words ⟶ ℤResult quality: 96% ●values known / values provided: 96%●distinct values known / distinct values provided: 100%
Mp00175: Permutations —inverse Foata bijection⟶ Permutations
Mp00109: Permutations —descent word⟶ Binary words
St000682: Binary words ⟶ ℤResult quality: 96% ●values known / values provided: 96%●distinct values known / distinct values provided: 100%
Values
{{1}}
=> [1] => [1] => => ? = 0
{{1,2}}
=> [2,1] => [2,1] => 1 => 0
{{1},{2}}
=> [1,2] => [1,2] => 0 => 0
{{1,2,3}}
=> [2,3,1] => [2,3,1] => 01 => 1
{{1,2},{3}}
=> [2,1,3] => [2,1,3] => 10 => 0
{{1,3},{2}}
=> [3,2,1] => [3,2,1] => 11 => 0
{{1},{2,3}}
=> [1,3,2] => [3,1,2] => 10 => 0
{{1},{2},{3}}
=> [1,2,3] => [1,2,3] => 00 => 0
{{1,2,3,4}}
=> [2,3,4,1] => [2,3,4,1] => 001 => 2
{{1,2,3},{4}}
=> [2,3,1,4] => [2,3,1,4] => 010 => 1
{{1,2,4},{3}}
=> [2,4,3,1] => [4,2,3,1] => 101 => 1
{{1,2},{3,4}}
=> [2,1,4,3] => [2,4,1,3] => 010 => 1
{{1,2},{3},{4}}
=> [2,1,3,4] => [2,1,3,4] => 100 => 0
{{1,3,4},{2}}
=> [3,2,4,1] => [3,2,4,1] => 101 => 1
{{1,3},{2,4}}
=> [3,4,1,2] => [3,1,4,2] => 101 => 1
{{1,3},{2},{4}}
=> [3,2,1,4] => [3,2,1,4] => 110 => 0
{{1,4},{2,3}}
=> [4,3,2,1] => [4,3,2,1] => 111 => 0
{{1},{2,3,4}}
=> [1,3,4,2] => [3,4,1,2] => 010 => 1
{{1},{2,3},{4}}
=> [1,3,2,4] => [3,1,2,4] => 100 => 0
{{1,4},{2},{3}}
=> [4,2,3,1] => [2,4,3,1] => 011 => 2
{{1},{2,4},{3}}
=> [1,4,3,2] => [4,3,1,2] => 110 => 0
{{1},{2},{3,4}}
=> [1,2,4,3] => [4,1,2,3] => 100 => 0
{{1},{2},{3},{4}}
=> [1,2,3,4] => [1,2,3,4] => 000 => 0
{{1},{2},{3},{4},{5}}
=> [1,2,3,4,5] => [1,2,3,4,5] => 0000 => 0
Description
The Grundy value of Welter's game on a binary word.
Two players take turns moving a $1$ to the left. The loosing positions are the words $1\dots 10\dots 0$.
Matching statistic: St001313
Mp00080: Set partitions —to permutation⟶ Permutations
Mp00175: Permutations —inverse Foata bijection⟶ Permutations
Mp00109: Permutations —descent word⟶ Binary words
St001313: Binary words ⟶ ℤResult quality: 96% ●values known / values provided: 96%●distinct values known / distinct values provided: 100%
Mp00175: Permutations —inverse Foata bijection⟶ Permutations
Mp00109: Permutations —descent word⟶ Binary words
St001313: Binary words ⟶ ℤResult quality: 96% ●values known / values provided: 96%●distinct values known / distinct values provided: 100%
Values
{{1}}
=> [1] => [1] => => ? = 0 + 1
{{1,2}}
=> [2,1] => [2,1] => 1 => 1 = 0 + 1
{{1},{2}}
=> [1,2] => [1,2] => 0 => 1 = 0 + 1
{{1,2,3}}
=> [2,3,1] => [2,3,1] => 01 => 2 = 1 + 1
{{1,2},{3}}
=> [2,1,3] => [2,1,3] => 10 => 1 = 0 + 1
{{1,3},{2}}
=> [3,2,1] => [3,2,1] => 11 => 1 = 0 + 1
{{1},{2,3}}
=> [1,3,2] => [3,1,2] => 10 => 1 = 0 + 1
{{1},{2},{3}}
=> [1,2,3] => [1,2,3] => 00 => 1 = 0 + 1
{{1,2,3,4}}
=> [2,3,4,1] => [2,3,4,1] => 001 => 3 = 2 + 1
{{1,2,3},{4}}
=> [2,3,1,4] => [2,3,1,4] => 010 => 2 = 1 + 1
{{1,2,4},{3}}
=> [2,4,3,1] => [4,2,3,1] => 101 => 2 = 1 + 1
{{1,2},{3,4}}
=> [2,1,4,3] => [2,4,1,3] => 010 => 2 = 1 + 1
{{1,2},{3},{4}}
=> [2,1,3,4] => [2,1,3,4] => 100 => 1 = 0 + 1
{{1,3,4},{2}}
=> [3,2,4,1] => [3,2,4,1] => 101 => 2 = 1 + 1
{{1,3},{2,4}}
=> [3,4,1,2] => [3,1,4,2] => 101 => 2 = 1 + 1
{{1,3},{2},{4}}
=> [3,2,1,4] => [3,2,1,4] => 110 => 1 = 0 + 1
{{1,4},{2,3}}
=> [4,3,2,1] => [4,3,2,1] => 111 => 1 = 0 + 1
{{1},{2,3,4}}
=> [1,3,4,2] => [3,4,1,2] => 010 => 2 = 1 + 1
{{1},{2,3},{4}}
=> [1,3,2,4] => [3,1,2,4] => 100 => 1 = 0 + 1
{{1,4},{2},{3}}
=> [4,2,3,1] => [2,4,3,1] => 011 => 3 = 2 + 1
{{1},{2,4},{3}}
=> [1,4,3,2] => [4,3,1,2] => 110 => 1 = 0 + 1
{{1},{2},{3,4}}
=> [1,2,4,3] => [4,1,2,3] => 100 => 1 = 0 + 1
{{1},{2},{3},{4}}
=> [1,2,3,4] => [1,2,3,4] => 000 => 1 = 0 + 1
{{1},{2},{3},{4},{5}}
=> [1,2,3,4,5] => [1,2,3,4,5] => 0000 => 1 = 0 + 1
Description
The number of Dyck paths above the lattice path given by a binary word.
One may treat a binary word as a lattice path starting at the origin and treating $1$'s as steps $(1,0)$ and $0$'s as steps $(0,1)$. Given a binary word $w$, this statistic counts the number of lattice paths from the origin to the same endpoint as $w$ that stay weakly above $w$.
See [[St001312]] for this statistic on compositions treated as bounce paths.
Matching statistic: St001857
(load all 6 compositions to match this statistic)
(load all 6 compositions to match this statistic)
Mp00080: Set partitions —to permutation⟶ Permutations
Mp00235: Permutations —descent views to invisible inversion bottoms⟶ Permutations
Mp00170: Permutations —to signed permutation⟶ Signed permutations
St001857: Signed permutations ⟶ ℤResult quality: 33% ●values known / values provided: 33%●distinct values known / distinct values provided: 67%
Mp00235: Permutations —descent views to invisible inversion bottoms⟶ Permutations
Mp00170: Permutations —to signed permutation⟶ Signed permutations
St001857: Signed permutations ⟶ ℤResult quality: 33% ●values known / values provided: 33%●distinct values known / distinct values provided: 67%
Values
{{1}}
=> [1] => [1] => [1] => 0
{{1,2}}
=> [2,1] => [2,1] => [2,1] => 0
{{1},{2}}
=> [1,2] => [1,2] => [1,2] => 0
{{1,2,3}}
=> [2,3,1] => [3,2,1] => [3,2,1] => 1
{{1,2},{3}}
=> [2,1,3] => [2,1,3] => [2,1,3] => 0
{{1,3},{2}}
=> [3,2,1] => [2,3,1] => [2,3,1] => 0
{{1},{2,3}}
=> [1,3,2] => [1,3,2] => [1,3,2] => 0
{{1},{2},{3}}
=> [1,2,3] => [1,2,3] => [1,2,3] => 0
{{1,2,3,4}}
=> [2,3,4,1] => [4,2,3,1] => [4,2,3,1] => ? = 2
{{1,2,3},{4}}
=> [2,3,1,4] => [3,2,1,4] => [3,2,1,4] => ? = 1
{{1,2,4},{3}}
=> [2,4,3,1] => [3,2,4,1] => [3,2,4,1] => ? = 1
{{1,2},{3,4}}
=> [2,1,4,3] => [2,1,4,3] => [2,1,4,3] => ? = 1
{{1,2},{3},{4}}
=> [2,1,3,4] => [2,1,3,4] => [2,1,3,4] => ? = 0
{{1,3,4},{2}}
=> [3,2,4,1] => [4,3,2,1] => [4,3,2,1] => ? = 1
{{1,3},{2,4}}
=> [3,4,1,2] => [4,1,3,2] => [4,1,3,2] => ? = 1
{{1,3},{2},{4}}
=> [3,2,1,4] => [2,3,1,4] => [2,3,1,4] => ? = 0
{{1,4},{2,3}}
=> [4,3,2,1] => [2,3,4,1] => [2,3,4,1] => ? = 0
{{1},{2,3,4}}
=> [1,3,4,2] => [1,4,3,2] => [1,4,3,2] => ? = 1
{{1},{2,3},{4}}
=> [1,3,2,4] => [1,3,2,4] => [1,3,2,4] => ? = 0
{{1,4},{2},{3}}
=> [4,2,3,1] => [3,4,2,1] => [3,4,2,1] => ? = 2
{{1},{2,4},{3}}
=> [1,4,3,2] => [1,3,4,2] => [1,3,4,2] => ? = 0
{{1},{2},{3,4}}
=> [1,2,4,3] => [1,2,4,3] => [1,2,4,3] => ? = 0
{{1},{2},{3},{4}}
=> [1,2,3,4] => [1,2,3,4] => [1,2,3,4] => ? = 0
{{1},{2},{3},{4},{5}}
=> [1,2,3,4,5] => [1,2,3,4,5] => [1,2,3,4,5] => ? = 0
Description
The number of edges in the reduced word graph of a signed permutation.
The reduced word graph of a signed permutation $\pi$ has the reduced words of $\pi$ as vertices and an edge between two reduced words if they differ by exactly one braid move.
Matching statistic: St001722
(load all 2 compositions to match this statistic)
(load all 2 compositions to match this statistic)
Mp00080: Set partitions —to permutation⟶ Permutations
Mp00127: Permutations —left-to-right-maxima to Dyck path⟶ Dyck paths
Mp00093: Dyck paths —to binary word⟶ Binary words
St001722: Binary words ⟶ ℤResult quality: 33% ●values known / values provided: 33%●distinct values known / distinct values provided: 67%
Mp00127: Permutations —left-to-right-maxima to Dyck path⟶ Dyck paths
Mp00093: Dyck paths —to binary word⟶ Binary words
St001722: Binary words ⟶ ℤResult quality: 33% ●values known / values provided: 33%●distinct values known / distinct values provided: 67%
Values
{{1}}
=> [1] => [1,0]
=> 10 => 1 = 0 + 1
{{1,2}}
=> [2,1] => [1,1,0,0]
=> 1100 => 1 = 0 + 1
{{1},{2}}
=> [1,2] => [1,0,1,0]
=> 1010 => 1 = 0 + 1
{{1,2,3}}
=> [2,3,1] => [1,1,0,1,0,0]
=> 110100 => 2 = 1 + 1
{{1,2},{3}}
=> [2,1,3] => [1,1,0,0,1,0]
=> 110010 => 1 = 0 + 1
{{1,3},{2}}
=> [3,2,1] => [1,1,1,0,0,0]
=> 111000 => 1 = 0 + 1
{{1},{2,3}}
=> [1,3,2] => [1,0,1,1,0,0]
=> 101100 => 1 = 0 + 1
{{1},{2},{3}}
=> [1,2,3] => [1,0,1,0,1,0]
=> 101010 => 1 = 0 + 1
{{1,2,3,4}}
=> [2,3,4,1] => [1,1,0,1,0,1,0,0]
=> 11010100 => ? = 2 + 1
{{1,2,3},{4}}
=> [2,3,1,4] => [1,1,0,1,0,0,1,0]
=> 11010010 => ? = 1 + 1
{{1,2,4},{3}}
=> [2,4,3,1] => [1,1,0,1,1,0,0,0]
=> 11011000 => ? = 1 + 1
{{1,2},{3,4}}
=> [2,1,4,3] => [1,1,0,0,1,1,0,0]
=> 11001100 => ? = 1 + 1
{{1,2},{3},{4}}
=> [2,1,3,4] => [1,1,0,0,1,0,1,0]
=> 11001010 => ? = 0 + 1
{{1,3,4},{2}}
=> [3,2,4,1] => [1,1,1,0,0,1,0,0]
=> 11100100 => ? = 1 + 1
{{1,3},{2,4}}
=> [3,4,1,2] => [1,1,1,0,1,0,0,0]
=> 11101000 => ? = 1 + 1
{{1,3},{2},{4}}
=> [3,2,1,4] => [1,1,1,0,0,0,1,0]
=> 11100010 => ? = 0 + 1
{{1,4},{2,3}}
=> [4,3,2,1] => [1,1,1,1,0,0,0,0]
=> 11110000 => ? = 0 + 1
{{1},{2,3,4}}
=> [1,3,4,2] => [1,0,1,1,0,1,0,0]
=> 10110100 => ? = 1 + 1
{{1},{2,3},{4}}
=> [1,3,2,4] => [1,0,1,1,0,0,1,0]
=> 10110010 => ? = 0 + 1
{{1,4},{2},{3}}
=> [4,2,3,1] => [1,1,1,1,0,0,0,0]
=> 11110000 => ? = 2 + 1
{{1},{2,4},{3}}
=> [1,4,3,2] => [1,0,1,1,1,0,0,0]
=> 10111000 => ? = 0 + 1
{{1},{2},{3,4}}
=> [1,2,4,3] => [1,0,1,0,1,1,0,0]
=> 10101100 => ? = 0 + 1
{{1},{2},{3},{4}}
=> [1,2,3,4] => [1,0,1,0,1,0,1,0]
=> 10101010 => ? = 0 + 1
{{1},{2},{3},{4},{5}}
=> [1,2,3,4,5] => [1,0,1,0,1,0,1,0,1,0]
=> 1010101010 => ? = 0 + 1
Description
The number of minimal chains with small intervals between a binary word and the top element.
A valley in a binary word is a subsequence $01$, or a trailing $0$. A peak is a subsequence $10$ or a trailing $1$. Let $P$ be the lattice on binary words of length $n$, where the covering elements of a word are obtained by replacing a valley with a peak. An interval $[w_1, w_2]$ in $P$ is small if $w_2$ is obtained from $w_1$ by replacing some valleys with peaks.
This statistic counts the number of chains $w = w_1 < \dots < w_d = 1\dots 1$ to the top element of minimal length.
For example, there are two such chains for the word $0110$:
$$ 0110 < 1011 < 1101 < 1110 < 1111 $$
and
$$ 0110 < 1010 < 1101 < 1110 < 1111. $$
Matching statistic: St000782
Mp00079: Set partitions —shape⟶ Integer partitions
Mp00043: Integer partitions —to Dyck path⟶ Dyck paths
Mp00146: Dyck paths —to tunnel matching⟶ Perfect matchings
St000782: Perfect matchings ⟶ ℤResult quality: 21% ●values known / values provided: 21%●distinct values known / distinct values provided: 33%
Mp00043: Integer partitions —to Dyck path⟶ Dyck paths
Mp00146: Dyck paths —to tunnel matching⟶ Perfect matchings
St000782: Perfect matchings ⟶ ℤResult quality: 21% ●values known / values provided: 21%●distinct values known / distinct values provided: 33%
Values
{{1}}
=> [1]
=> [1,0,1,0]
=> [(1,2),(3,4)]
=> ? = 0 + 1
{{1,2}}
=> [2]
=> [1,1,0,0,1,0]
=> [(1,4),(2,3),(5,6)]
=> 1 = 0 + 1
{{1},{2}}
=> [1,1]
=> [1,0,1,1,0,0]
=> [(1,2),(3,6),(4,5)]
=> 1 = 0 + 1
{{1,2,3}}
=> [3]
=> [1,1,1,0,0,0,1,0]
=> [(1,6),(2,5),(3,4),(7,8)]
=> ? = 1 + 1
{{1,2},{3}}
=> [2,1]
=> [1,0,1,0,1,0]
=> [(1,2),(3,4),(5,6)]
=> 1 = 0 + 1
{{1,3},{2}}
=> [2,1]
=> [1,0,1,0,1,0]
=> [(1,2),(3,4),(5,6)]
=> 1 = 0 + 1
{{1},{2,3}}
=> [2,1]
=> [1,0,1,0,1,0]
=> [(1,2),(3,4),(5,6)]
=> 1 = 0 + 1
{{1},{2},{3}}
=> [1,1,1]
=> [1,0,1,1,1,0,0,0]
=> [(1,2),(3,8),(4,7),(5,6)]
=> ? = 0 + 1
{{1,2,3,4}}
=> [4]
=> [1,1,1,1,0,0,0,0,1,0]
=> [(1,8),(2,7),(3,6),(4,5),(9,10)]
=> ? = 2 + 1
{{1,2,3},{4}}
=> [3,1]
=> [1,1,0,1,0,0,1,0]
=> [(1,6),(2,3),(4,5),(7,8)]
=> ? = 1 + 1
{{1,2,4},{3}}
=> [3,1]
=> [1,1,0,1,0,0,1,0]
=> [(1,6),(2,3),(4,5),(7,8)]
=> ? = 1 + 1
{{1,2},{3,4}}
=> [2,2]
=> [1,1,0,0,1,1,0,0]
=> [(1,4),(2,3),(5,8),(6,7)]
=> ? = 1 + 1
{{1,2},{3},{4}}
=> [2,1,1]
=> [1,0,1,1,0,1,0,0]
=> [(1,2),(3,8),(4,5),(6,7)]
=> ? = 0 + 1
{{1,3,4},{2}}
=> [3,1]
=> [1,1,0,1,0,0,1,0]
=> [(1,6),(2,3),(4,5),(7,8)]
=> ? = 1 + 1
{{1,3},{2,4}}
=> [2,2]
=> [1,1,0,0,1,1,0,0]
=> [(1,4),(2,3),(5,8),(6,7)]
=> ? = 1 + 1
{{1,3},{2},{4}}
=> [2,1,1]
=> [1,0,1,1,0,1,0,0]
=> [(1,2),(3,8),(4,5),(6,7)]
=> ? = 0 + 1
{{1,4},{2,3}}
=> [2,2]
=> [1,1,0,0,1,1,0,0]
=> [(1,4),(2,3),(5,8),(6,7)]
=> ? = 0 + 1
{{1},{2,3,4}}
=> [3,1]
=> [1,1,0,1,0,0,1,0]
=> [(1,6),(2,3),(4,5),(7,8)]
=> ? = 1 + 1
{{1},{2,3},{4}}
=> [2,1,1]
=> [1,0,1,1,0,1,0,0]
=> [(1,2),(3,8),(4,5),(6,7)]
=> ? = 0 + 1
{{1,4},{2},{3}}
=> [2,1,1]
=> [1,0,1,1,0,1,0,0]
=> [(1,2),(3,8),(4,5),(6,7)]
=> ? = 2 + 1
{{1},{2,4},{3}}
=> [2,1,1]
=> [1,0,1,1,0,1,0,0]
=> [(1,2),(3,8),(4,5),(6,7)]
=> ? = 0 + 1
{{1},{2},{3,4}}
=> [2,1,1]
=> [1,0,1,1,0,1,0,0]
=> [(1,2),(3,8),(4,5),(6,7)]
=> ? = 0 + 1
{{1},{2},{3},{4}}
=> [1,1,1,1]
=> [1,0,1,1,1,1,0,0,0,0]
=> [(1,2),(3,10),(4,9),(5,8),(6,7)]
=> ? = 0 + 1
{{1},{2},{3},{4},{5}}
=> [1,1,1,1,1]
=> [1,0,1,1,1,1,1,0,0,0,0,0]
=> [(1,2),(3,12),(4,11),(5,10),(6,9),(7,8)]
=> ? = 0 + 1
Description
The indicator function of whether a given perfect matching is an L & P matching.
An L&P matching is built inductively as follows:
starting with either a single edge, or a hairpin $([1,3],[2,4])$, insert a noncrossing matching or inflate an edge by a ladder, that is, a number of nested edges.
The number of L&P matchings is (see [thm. 1, 2])
$$\frac{1}{2} \cdot 4^{n} + \frac{1}{n + 1}{2 \, n \choose n} - {2 \, n + 1 \choose n} + {2 \, n - 1 \choose n - 1}$$
Matching statistic: St000102
Mp00080: Set partitions —to permutation⟶ Permutations
Mp00063: Permutations —to alternating sign matrix⟶ Alternating sign matrices
Mp00001: Alternating sign matrices —to semistandard tableau via monotone triangles⟶ Semistandard tableaux
St000102: Semistandard tableaux ⟶ ℤResult quality: 12% ●values known / values provided: 12%●distinct values known / distinct values provided: 33%
Mp00063: Permutations —to alternating sign matrix⟶ Alternating sign matrices
Mp00001: Alternating sign matrices —to semistandard tableau via monotone triangles⟶ Semistandard tableaux
St000102: Semistandard tableaux ⟶ ℤResult quality: 12% ●values known / values provided: 12%●distinct values known / distinct values provided: 33%
Values
{{1}}
=> [1] => [[1]]
=> [[1]]
=> 0
{{1,2}}
=> [2,1] => [[0,1],[1,0]]
=> [[1,2],[2]]
=> 0
{{1},{2}}
=> [1,2] => [[1,0],[0,1]]
=> [[1,1],[2]]
=> 0
{{1,2,3}}
=> [2,3,1] => [[0,0,1],[1,0,0],[0,1,0]]
=> [[1,1,3],[2,3],[3]]
=> ? = 1
{{1,2},{3}}
=> [2,1,3] => [[0,1,0],[1,0,0],[0,0,1]]
=> [[1,1,2],[2,2],[3]]
=> ? = 0
{{1,3},{2}}
=> [3,2,1] => [[0,0,1],[0,1,0],[1,0,0]]
=> [[1,2,3],[2,3],[3]]
=> ? = 0
{{1},{2,3}}
=> [1,3,2] => [[1,0,0],[0,0,1],[0,1,0]]
=> [[1,1,1],[2,3],[3]]
=> ? = 0
{{1},{2},{3}}
=> [1,2,3] => [[1,0,0],[0,1,0],[0,0,1]]
=> [[1,1,1],[2,2],[3]]
=> ? = 0
{{1,2,3,4}}
=> [2,3,4,1] => [[0,0,0,1],[1,0,0,0],[0,1,0,0],[0,0,1,0]]
=> [[1,1,1,4],[2,2,4],[3,4],[4]]
=> ? = 2
{{1,2,3},{4}}
=> [2,3,1,4] => [[0,0,1,0],[1,0,0,0],[0,1,0,0],[0,0,0,1]]
=> [[1,1,1,3],[2,2,3],[3,3],[4]]
=> ? = 1
{{1,2,4},{3}}
=> [2,4,3,1] => [[0,0,0,1],[1,0,0,0],[0,0,1,0],[0,1,0,0]]
=> [[1,1,1,4],[2,3,4],[3,4],[4]]
=> ? = 1
{{1,2},{3,4}}
=> [2,1,4,3] => [[0,1,0,0],[1,0,0,0],[0,0,0,1],[0,0,1,0]]
=> [[1,1,1,2],[2,2,2],[3,4],[4]]
=> ? = 1
{{1,2},{3},{4}}
=> [2,1,3,4] => [[0,1,0,0],[1,0,0,0],[0,0,1,0],[0,0,0,1]]
=> [[1,1,1,2],[2,2,2],[3,3],[4]]
=> ? = 0
{{1,3,4},{2}}
=> [3,2,4,1] => [[0,0,0,1],[0,1,0,0],[1,0,0,0],[0,0,1,0]]
=> [[1,1,2,4],[2,2,4],[3,4],[4]]
=> ? = 1
{{1,3},{2,4}}
=> [3,4,1,2] => [[0,0,1,0],[0,0,0,1],[1,0,0,0],[0,1,0,0]]
=> [[1,1,3,3],[2,3,4],[3,4],[4]]
=> ? = 1
{{1,3},{2},{4}}
=> [3,2,1,4] => [[0,0,1,0],[0,1,0,0],[1,0,0,0],[0,0,0,1]]
=> [[1,1,2,3],[2,2,3],[3,3],[4]]
=> ? = 0
{{1,4},{2,3}}
=> [4,3,2,1] => [[0,0,0,1],[0,0,1,0],[0,1,0,0],[1,0,0,0]]
=> [[1,2,3,4],[2,3,4],[3,4],[4]]
=> ? = 0
{{1},{2,3,4}}
=> [1,3,4,2] => [[1,0,0,0],[0,0,0,1],[0,1,0,0],[0,0,1,0]]
=> [[1,1,1,1],[2,2,4],[3,4],[4]]
=> ? = 1
{{1},{2,3},{4}}
=> [1,3,2,4] => [[1,0,0,0],[0,0,1,0],[0,1,0,0],[0,0,0,1]]
=> [[1,1,1,1],[2,2,3],[3,3],[4]]
=> ? = 0
{{1,4},{2},{3}}
=> [4,2,3,1] => [[0,0,0,1],[0,1,0,0],[0,0,1,0],[1,0,0,0]]
=> [[1,2,2,4],[2,3,4],[3,4],[4]]
=> ? = 2
{{1},{2,4},{3}}
=> [1,4,3,2] => [[1,0,0,0],[0,0,0,1],[0,0,1,0],[0,1,0,0]]
=> [[1,1,1,1],[2,3,4],[3,4],[4]]
=> ? = 0
{{1},{2},{3,4}}
=> [1,2,4,3] => [[1,0,0,0],[0,1,0,0],[0,0,0,1],[0,0,1,0]]
=> [[1,1,1,1],[2,2,2],[3,4],[4]]
=> ? = 0
{{1},{2},{3},{4}}
=> [1,2,3,4] => [[1,0,0,0],[0,1,0,0],[0,0,1,0],[0,0,0,1]]
=> [[1,1,1,1],[2,2,2],[3,3],[4]]
=> ? = 0
{{1},{2},{3},{4},{5}}
=> [1,2,3,4,5] => [[1,0,0,0,0],[0,1,0,0,0],[0,0,1,0,0],[0,0,0,1,0],[0,0,0,0,1]]
=> [[1,1,1,1,1],[2,2,2,2],[3,3,3],[4,4],[5]]
=> ? = 0
Description
The charge of a semistandard tableau.
The following 3 statistics, ordered by result quality, also match your data. Click on any of them to see the details.
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!