searching the database
Your data matches 73 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: St000050
(load all 4 compositions to match this statistic)
(load all 4 compositions to match this statistic)
St000050: Binary trees ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
[.,.]
=> 1
[.,[.,.]]
=> 2
[[.,.],.]
=> 2
[.,[.,[.,.]]]
=> 3
[.,[[.,.],.]]
=> 3
[[.,.],[.,.]]
=> 2
[[.,[.,.]],.]
=> 3
[[[.,.],.],.]
=> 3
[.,[.,[.,[.,.]]]]
=> 4
[.,[.,[[.,.],.]]]
=> 4
[.,[[.,.],[.,.]]]
=> 3
[.,[[.,[.,.]],.]]
=> 4
[.,[[[.,.],.],.]]
=> 4
[[.,.],[.,[.,.]]]
=> 3
[[.,.],[[.,.],.]]
=> 3
[[.,[.,.]],[.,.]]
=> 3
[[[.,.],.],[.,.]]
=> 3
[[.,[.,[.,.]]],.]
=> 4
[[.,[[.,.],.]],.]
=> 4
[[[.,.],[.,.]],.]
=> 3
[[[.,[.,.]],.],.]
=> 4
[[[[.,.],.],.],.]
=> 4
[.,[.,[.,[.,[.,.]]]]]
=> 5
[.,[.,[.,[[.,.],.]]]]
=> 5
[.,[.,[[.,.],[.,.]]]]
=> 4
[.,[.,[[.,[.,.]],.]]]
=> 5
[.,[.,[[[.,.],.],.]]]
=> 5
[.,[[.,.],[.,[.,.]]]]
=> 4
[.,[[.,.],[[.,.],.]]]
=> 4
[.,[[.,[.,.]],[.,.]]]
=> 4
[.,[[[.,.],.],[.,.]]]
=> 4
[.,[[.,[.,[.,.]]],.]]
=> 5
[.,[[.,[[.,.],.]],.]]
=> 5
[.,[[[.,.],[.,.]],.]]
=> 4
[.,[[[.,[.,.]],.],.]]
=> 5
[.,[[[[.,.],.],.],.]]
=> 5
[[.,.],[.,[.,[.,.]]]]
=> 4
[[.,.],[.,[[.,.],.]]]
=> 4
[[.,.],[[.,.],[.,.]]]
=> 3
[[.,.],[[.,[.,.]],.]]
=> 4
[[.,.],[[[.,.],.],.]]
=> 4
[[.,[.,.]],[.,[.,.]]]
=> 3
[[.,[.,.]],[[.,.],.]]
=> 3
[[[.,.],.],[.,[.,.]]]
=> 3
[[[.,.],.],[[.,.],.]]
=> 3
[[.,[.,[.,.]]],[.,.]]
=> 4
[[.,[[.,.],.]],[.,.]]
=> 4
[[[.,.],[.,.]],[.,.]]
=> 3
[[[.,[.,.]],.],[.,.]]
=> 4
[[[[.,.],.],.],[.,.]]
=> 4
Description
The depth or height of a binary tree.
The depth (or height) of a binary tree is the maximal depth (or height) of one of its vertices.
The '''height''' of a vertex is the number of edges on the longest path between that node and a leaf. The '''depth''' of a vertex is the number of edges from the vertex to the root.
See [1] and [2] for this terminology.
The depth (or height) of a tree $T$ can be recursively defined: $\operatorname{depth}(T) = 0$ if $T$ is empty and
$$\operatorname{depth}(T) = 1 + max(\operatorname{depth}(L),\operatorname{depth}(R))$$
if $T$ is nonempty with left and right subtrees $L$ and $R$, respectively.
The upper and lower bounds on the depth of a binary tree $T$ of size $n$ are $log_2(n) \leq \operatorname{depth}(T) \leq n$.
Matching statistic: St000528
(load all 3 compositions to match this statistic)
(load all 3 compositions to match this statistic)
Mp00013: Binary trees —to poset⟶ Posets
St000528: Posets ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
St000528: Posets ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
[.,.]
=> ([],1)
=> 1
[.,[.,.]]
=> ([(0,1)],2)
=> 2
[[.,.],.]
=> ([(0,1)],2)
=> 2
[.,[.,[.,.]]]
=> ([(0,2),(2,1)],3)
=> 3
[.,[[.,.],.]]
=> ([(0,2),(2,1)],3)
=> 3
[[.,.],[.,.]]
=> ([(0,2),(1,2)],3)
=> 2
[[.,[.,.]],.]
=> ([(0,2),(2,1)],3)
=> 3
[[[.,.],.],.]
=> ([(0,2),(2,1)],3)
=> 3
[.,[.,[.,[.,.]]]]
=> ([(0,3),(2,1),(3,2)],4)
=> 4
[.,[.,[[.,.],.]]]
=> ([(0,3),(2,1),(3,2)],4)
=> 4
[.,[[.,.],[.,.]]]
=> ([(0,3),(1,3),(3,2)],4)
=> 3
[.,[[.,[.,.]],.]]
=> ([(0,3),(2,1),(3,2)],4)
=> 4
[.,[[[.,.],.],.]]
=> ([(0,3),(2,1),(3,2)],4)
=> 4
[[.,.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[[.,.],[[.,.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[[.,[.,.]],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[[[.,.],.],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[[.,[.,[.,.]]],.]
=> ([(0,3),(2,1),(3,2)],4)
=> 4
[[.,[[.,.],.]],.]
=> ([(0,3),(2,1),(3,2)],4)
=> 4
[[[.,.],[.,.]],.]
=> ([(0,3),(1,3),(3,2)],4)
=> 3
[[[.,[.,.]],.],.]
=> ([(0,3),(2,1),(3,2)],4)
=> 4
[[[[.,.],.],.],.]
=> ([(0,3),(2,1),(3,2)],4)
=> 4
[.,[.,[.,[.,[.,.]]]]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 5
[.,[.,[.,[[.,.],.]]]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 5
[.,[.,[[.,.],[.,.]]]]
=> ([(0,4),(1,4),(2,3),(4,2)],5)
=> 4
[.,[.,[[.,[.,.]],.]]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 5
[.,[.,[[[.,.],.],.]]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 5
[.,[[.,.],[.,[.,.]]]]
=> ([(0,4),(1,2),(2,4),(4,3)],5)
=> 4
[.,[[.,.],[[.,.],.]]]
=> ([(0,4),(1,2),(2,4),(4,3)],5)
=> 4
[.,[[.,[.,.]],[.,.]]]
=> ([(0,4),(1,2),(2,4),(4,3)],5)
=> 4
[.,[[[.,.],.],[.,.]]]
=> ([(0,4),(1,2),(2,4),(4,3)],5)
=> 4
[.,[[.,[.,[.,.]]],.]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 5
[.,[[.,[[.,.],.]],.]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 5
[.,[[[.,.],[.,.]],.]]
=> ([(0,4),(1,4),(2,3),(4,2)],5)
=> 4
[.,[[[.,[.,.]],.],.]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 5
[.,[[[[.,.],.],.],.]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 5
[[.,.],[.,[.,[.,.]]]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> 4
[[.,.],[.,[[.,.],.]]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> 4
[[.,.],[[.,.],[.,.]]]
=> ([(0,4),(1,3),(2,3),(3,4)],5)
=> 3
[[.,.],[[.,[.,.]],.]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> 4
[[.,.],[[[.,.],.],.]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> 4
[[.,[.,.]],[.,[.,.]]]
=> ([(0,3),(1,2),(2,4),(3,4)],5)
=> 3
[[.,[.,.]],[[.,.],.]]
=> ([(0,3),(1,2),(2,4),(3,4)],5)
=> 3
[[[.,.],.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,4),(3,4)],5)
=> 3
[[[.,.],.],[[.,.],.]]
=> ([(0,3),(1,2),(2,4),(3,4)],5)
=> 3
[[.,[.,[.,.]]],[.,.]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> 4
[[.,[[.,.],.]],[.,.]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> 4
[[[.,.],[.,.]],[.,.]]
=> ([(0,4),(1,3),(2,3),(3,4)],5)
=> 3
[[[.,[.,.]],.],[.,.]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> 4
[[[[.,.],.],.],[.,.]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> 4
Description
The height of a poset.
This equals the rank of the poset [[St000080]] plus one.
Matching statistic: St001343
(load all 3 compositions to match this statistic)
(load all 3 compositions to match this statistic)
Mp00013: Binary trees —to poset⟶ Posets
St001343: Posets ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
St001343: Posets ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
[.,.]
=> ([],1)
=> 1
[.,[.,.]]
=> ([(0,1)],2)
=> 2
[[.,.],.]
=> ([(0,1)],2)
=> 2
[.,[.,[.,.]]]
=> ([(0,2),(2,1)],3)
=> 3
[.,[[.,.],.]]
=> ([(0,2),(2,1)],3)
=> 3
[[.,.],[.,.]]
=> ([(0,2),(1,2)],3)
=> 2
[[.,[.,.]],.]
=> ([(0,2),(2,1)],3)
=> 3
[[[.,.],.],.]
=> ([(0,2),(2,1)],3)
=> 3
[.,[.,[.,[.,.]]]]
=> ([(0,3),(2,1),(3,2)],4)
=> 4
[.,[.,[[.,.],.]]]
=> ([(0,3),(2,1),(3,2)],4)
=> 4
[.,[[.,.],[.,.]]]
=> ([(0,3),(1,3),(3,2)],4)
=> 3
[.,[[.,[.,.]],.]]
=> ([(0,3),(2,1),(3,2)],4)
=> 4
[.,[[[.,.],.],.]]
=> ([(0,3),(2,1),(3,2)],4)
=> 4
[[.,.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[[.,.],[[.,.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[[.,[.,.]],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[[[.,.],.],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[[.,[.,[.,.]]],.]
=> ([(0,3),(2,1),(3,2)],4)
=> 4
[[.,[[.,.],.]],.]
=> ([(0,3),(2,1),(3,2)],4)
=> 4
[[[.,.],[.,.]],.]
=> ([(0,3),(1,3),(3,2)],4)
=> 3
[[[.,[.,.]],.],.]
=> ([(0,3),(2,1),(3,2)],4)
=> 4
[[[[.,.],.],.],.]
=> ([(0,3),(2,1),(3,2)],4)
=> 4
[.,[.,[.,[.,[.,.]]]]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 5
[.,[.,[.,[[.,.],.]]]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 5
[.,[.,[[.,.],[.,.]]]]
=> ([(0,4),(1,4),(2,3),(4,2)],5)
=> 4
[.,[.,[[.,[.,.]],.]]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 5
[.,[.,[[[.,.],.],.]]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 5
[.,[[.,.],[.,[.,.]]]]
=> ([(0,4),(1,2),(2,4),(4,3)],5)
=> 4
[.,[[.,.],[[.,.],.]]]
=> ([(0,4),(1,2),(2,4),(4,3)],5)
=> 4
[.,[[.,[.,.]],[.,.]]]
=> ([(0,4),(1,2),(2,4),(4,3)],5)
=> 4
[.,[[[.,.],.],[.,.]]]
=> ([(0,4),(1,2),(2,4),(4,3)],5)
=> 4
[.,[[.,[.,[.,.]]],.]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 5
[.,[[.,[[.,.],.]],.]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 5
[.,[[[.,.],[.,.]],.]]
=> ([(0,4),(1,4),(2,3),(4,2)],5)
=> 4
[.,[[[.,[.,.]],.],.]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 5
[.,[[[[.,.],.],.],.]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 5
[[.,.],[.,[.,[.,.]]]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> 4
[[.,.],[.,[[.,.],.]]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> 4
[[.,.],[[.,.],[.,.]]]
=> ([(0,4),(1,3),(2,3),(3,4)],5)
=> 3
[[.,.],[[.,[.,.]],.]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> 4
[[.,.],[[[.,.],.],.]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> 4
[[.,[.,.]],[.,[.,.]]]
=> ([(0,3),(1,2),(2,4),(3,4)],5)
=> 3
[[.,[.,.]],[[.,.],.]]
=> ([(0,3),(1,2),(2,4),(3,4)],5)
=> 3
[[[.,.],.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,4),(3,4)],5)
=> 3
[[[.,.],.],[[.,.],.]]
=> ([(0,3),(1,2),(2,4),(3,4)],5)
=> 3
[[.,[.,[.,.]]],[.,.]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> 4
[[.,[[.,.],.]],[.,.]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> 4
[[[.,.],[.,.]],[.,.]]
=> ([(0,4),(1,3),(2,3),(3,4)],5)
=> 3
[[[.,[.,.]],.],[.,.]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> 4
[[[[.,.],.],.],[.,.]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> 4
Description
The dimension of the reduced incidence algebra of a poset.
The reduced incidence algebra of a poset is the subalgebra of the incidence algebra consisting of the elements which assign the same value to any two intervals that are isomorphic to each other as posets.
Thus, this statistic returns the number of non-isomorphic intervals of the poset.
Matching statistic: St001717
(load all 2 compositions to match this statistic)
(load all 2 compositions to match this statistic)
Mp00013: Binary trees —to poset⟶ Posets
St001717: Posets ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
St001717: Posets ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
[.,.]
=> ([],1)
=> 1
[.,[.,.]]
=> ([(0,1)],2)
=> 2
[[.,.],.]
=> ([(0,1)],2)
=> 2
[.,[.,[.,.]]]
=> ([(0,2),(2,1)],3)
=> 3
[.,[[.,.],.]]
=> ([(0,2),(2,1)],3)
=> 3
[[.,.],[.,.]]
=> ([(0,2),(1,2)],3)
=> 2
[[.,[.,.]],.]
=> ([(0,2),(2,1)],3)
=> 3
[[[.,.],.],.]
=> ([(0,2),(2,1)],3)
=> 3
[.,[.,[.,[.,.]]]]
=> ([(0,3),(2,1),(3,2)],4)
=> 4
[.,[.,[[.,.],.]]]
=> ([(0,3),(2,1),(3,2)],4)
=> 4
[.,[[.,.],[.,.]]]
=> ([(0,3),(1,3),(3,2)],4)
=> 3
[.,[[.,[.,.]],.]]
=> ([(0,3),(2,1),(3,2)],4)
=> 4
[.,[[[.,.],.],.]]
=> ([(0,3),(2,1),(3,2)],4)
=> 4
[[.,.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[[.,.],[[.,.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[[.,[.,.]],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[[[.,.],.],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[[.,[.,[.,.]]],.]
=> ([(0,3),(2,1),(3,2)],4)
=> 4
[[.,[[.,.],.]],.]
=> ([(0,3),(2,1),(3,2)],4)
=> 4
[[[.,.],[.,.]],.]
=> ([(0,3),(1,3),(3,2)],4)
=> 3
[[[.,[.,.]],.],.]
=> ([(0,3),(2,1),(3,2)],4)
=> 4
[[[[.,.],.],.],.]
=> ([(0,3),(2,1),(3,2)],4)
=> 4
[.,[.,[.,[.,[.,.]]]]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 5
[.,[.,[.,[[.,.],.]]]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 5
[.,[.,[[.,.],[.,.]]]]
=> ([(0,4),(1,4),(2,3),(4,2)],5)
=> 4
[.,[.,[[.,[.,.]],.]]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 5
[.,[.,[[[.,.],.],.]]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 5
[.,[[.,.],[.,[.,.]]]]
=> ([(0,4),(1,2),(2,4),(4,3)],5)
=> 4
[.,[[.,.],[[.,.],.]]]
=> ([(0,4),(1,2),(2,4),(4,3)],5)
=> 4
[.,[[.,[.,.]],[.,.]]]
=> ([(0,4),(1,2),(2,4),(4,3)],5)
=> 4
[.,[[[.,.],.],[.,.]]]
=> ([(0,4),(1,2),(2,4),(4,3)],5)
=> 4
[.,[[.,[.,[.,.]]],.]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 5
[.,[[.,[[.,.],.]],.]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 5
[.,[[[.,.],[.,.]],.]]
=> ([(0,4),(1,4),(2,3),(4,2)],5)
=> 4
[.,[[[.,[.,.]],.],.]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 5
[.,[[[[.,.],.],.],.]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 5
[[.,.],[.,[.,[.,.]]]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> 4
[[.,.],[.,[[.,.],.]]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> 4
[[.,.],[[.,.],[.,.]]]
=> ([(0,4),(1,3),(2,3),(3,4)],5)
=> 3
[[.,.],[[.,[.,.]],.]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> 4
[[.,.],[[[.,.],.],.]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> 4
[[.,[.,.]],[.,[.,.]]]
=> ([(0,3),(1,2),(2,4),(3,4)],5)
=> 3
[[.,[.,.]],[[.,.],.]]
=> ([(0,3),(1,2),(2,4),(3,4)],5)
=> 3
[[[.,.],.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,4),(3,4)],5)
=> 3
[[[.,.],.],[[.,.],.]]
=> ([(0,3),(1,2),(2,4),(3,4)],5)
=> 3
[[.,[.,[.,.]]],[.,.]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> 4
[[.,[[.,.],.]],[.,.]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> 4
[[[.,.],[.,.]],[.,.]]
=> ([(0,4),(1,3),(2,3),(3,4)],5)
=> 3
[[[.,[.,.]],.],[.,.]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> 4
[[[[.,.],.],.],[.,.]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> 4
Description
The largest size of an interval in a poset.
Matching statistic: St000080
(load all 2 compositions to match this statistic)
(load all 2 compositions to match this statistic)
Mp00013: Binary trees —to poset⟶ Posets
St000080: Posets ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
St000080: Posets ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
[.,.]
=> ([],1)
=> 0 = 1 - 1
[.,[.,.]]
=> ([(0,1)],2)
=> 1 = 2 - 1
[[.,.],.]
=> ([(0,1)],2)
=> 1 = 2 - 1
[.,[.,[.,.]]]
=> ([(0,2),(2,1)],3)
=> 2 = 3 - 1
[.,[[.,.],.]]
=> ([(0,2),(2,1)],3)
=> 2 = 3 - 1
[[.,.],[.,.]]
=> ([(0,2),(1,2)],3)
=> 1 = 2 - 1
[[.,[.,.]],.]
=> ([(0,2),(2,1)],3)
=> 2 = 3 - 1
[[[.,.],.],.]
=> ([(0,2),(2,1)],3)
=> 2 = 3 - 1
[.,[.,[.,[.,.]]]]
=> ([(0,3),(2,1),(3,2)],4)
=> 3 = 4 - 1
[.,[.,[[.,.],.]]]
=> ([(0,3),(2,1),(3,2)],4)
=> 3 = 4 - 1
[.,[[.,.],[.,.]]]
=> ([(0,3),(1,3),(3,2)],4)
=> 2 = 3 - 1
[.,[[.,[.,.]],.]]
=> ([(0,3),(2,1),(3,2)],4)
=> 3 = 4 - 1
[.,[[[.,.],.],.]]
=> ([(0,3),(2,1),(3,2)],4)
=> 3 = 4 - 1
[[.,.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2 = 3 - 1
[[.,.],[[.,.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2 = 3 - 1
[[.,[.,.]],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2 = 3 - 1
[[[.,.],.],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2 = 3 - 1
[[.,[.,[.,.]]],.]
=> ([(0,3),(2,1),(3,2)],4)
=> 3 = 4 - 1
[[.,[[.,.],.]],.]
=> ([(0,3),(2,1),(3,2)],4)
=> 3 = 4 - 1
[[[.,.],[.,.]],.]
=> ([(0,3),(1,3),(3,2)],4)
=> 2 = 3 - 1
[[[.,[.,.]],.],.]
=> ([(0,3),(2,1),(3,2)],4)
=> 3 = 4 - 1
[[[[.,.],.],.],.]
=> ([(0,3),(2,1),(3,2)],4)
=> 3 = 4 - 1
[.,[.,[.,[.,[.,.]]]]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 4 = 5 - 1
[.,[.,[.,[[.,.],.]]]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 4 = 5 - 1
[.,[.,[[.,.],[.,.]]]]
=> ([(0,4),(1,4),(2,3),(4,2)],5)
=> 3 = 4 - 1
[.,[.,[[.,[.,.]],.]]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 4 = 5 - 1
[.,[.,[[[.,.],.],.]]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 4 = 5 - 1
[.,[[.,.],[.,[.,.]]]]
=> ([(0,4),(1,2),(2,4),(4,3)],5)
=> 3 = 4 - 1
[.,[[.,.],[[.,.],.]]]
=> ([(0,4),(1,2),(2,4),(4,3)],5)
=> 3 = 4 - 1
[.,[[.,[.,.]],[.,.]]]
=> ([(0,4),(1,2),(2,4),(4,3)],5)
=> 3 = 4 - 1
[.,[[[.,.],.],[.,.]]]
=> ([(0,4),(1,2),(2,4),(4,3)],5)
=> 3 = 4 - 1
[.,[[.,[.,[.,.]]],.]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 4 = 5 - 1
[.,[[.,[[.,.],.]],.]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 4 = 5 - 1
[.,[[[.,.],[.,.]],.]]
=> ([(0,4),(1,4),(2,3),(4,2)],5)
=> 3 = 4 - 1
[.,[[[.,[.,.]],.],.]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 4 = 5 - 1
[.,[[[[.,.],.],.],.]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 4 = 5 - 1
[[.,.],[.,[.,[.,.]]]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> 3 = 4 - 1
[[.,.],[.,[[.,.],.]]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> 3 = 4 - 1
[[.,.],[[.,.],[.,.]]]
=> ([(0,4),(1,3),(2,3),(3,4)],5)
=> 2 = 3 - 1
[[.,.],[[.,[.,.]],.]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> 3 = 4 - 1
[[.,.],[[[.,.],.],.]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> 3 = 4 - 1
[[.,[.,.]],[.,[.,.]]]
=> ([(0,3),(1,2),(2,4),(3,4)],5)
=> 2 = 3 - 1
[[.,[.,.]],[[.,.],.]]
=> ([(0,3),(1,2),(2,4),(3,4)],5)
=> 2 = 3 - 1
[[[.,.],.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,4),(3,4)],5)
=> 2 = 3 - 1
[[[.,.],.],[[.,.],.]]
=> ([(0,3),(1,2),(2,4),(3,4)],5)
=> 2 = 3 - 1
[[.,[.,[.,.]]],[.,.]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> 3 = 4 - 1
[[.,[[.,.],.]],[.,.]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> 3 = 4 - 1
[[[.,.],[.,.]],[.,.]]
=> ([(0,4),(1,3),(2,3),(3,4)],5)
=> 2 = 3 - 1
[[[.,[.,.]],.],[.,.]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> 3 = 4 - 1
[[[[.,.],.],.],[.,.]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> 3 = 4 - 1
Description
The rank of the poset.
Matching statistic: St000013
Mp00008: Binary trees —to complete tree⟶ Ordered trees
Mp00051: Ordered trees —to Dyck path⟶ Dyck paths
St000013: Dyck paths ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00051: Ordered trees —to Dyck path⟶ Dyck paths
St000013: Dyck paths ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
[.,.]
=> [[],[]]
=> [1,0,1,0]
=> 1
[.,[.,.]]
=> [[],[[],[]]]
=> [1,0,1,1,0,1,0,0]
=> 2
[[.,.],.]
=> [[[],[]],[]]
=> [1,1,0,1,0,0,1,0]
=> 2
[.,[.,[.,.]]]
=> [[],[[],[[],[]]]]
=> [1,0,1,1,0,1,1,0,1,0,0,0]
=> 3
[.,[[.,.],.]]
=> [[],[[[],[]],[]]]
=> [1,0,1,1,1,0,1,0,0,1,0,0]
=> 3
[[.,.],[.,.]]
=> [[[],[]],[[],[]]]
=> [1,1,0,1,0,0,1,1,0,1,0,0]
=> 2
[[.,[.,.]],.]
=> [[[],[[],[]]],[]]
=> [1,1,0,1,1,0,1,0,0,0,1,0]
=> 3
[[[.,.],.],.]
=> [[[[],[]],[]],[]]
=> [1,1,1,0,1,0,0,1,0,0,1,0]
=> 3
[.,[.,[.,[.,.]]]]
=> [[],[[],[[],[[],[]]]]]
=> [1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0]
=> 4
[.,[.,[[.,.],.]]]
=> [[],[[],[[[],[]],[]]]]
=> [1,0,1,1,0,1,1,1,0,1,0,0,1,0,0,0]
=> 4
[.,[[.,.],[.,.]]]
=> [[],[[[],[]],[[],[]]]]
=> [1,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0]
=> 3
[.,[[.,[.,.]],.]]
=> [[],[[[],[[],[]]],[]]]
=> [1,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0]
=> 4
[.,[[[.,.],.],.]]
=> [[],[[[[],[]],[]],[]]]
=> [1,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0]
=> 4
[[.,.],[.,[.,.]]]
=> [[[],[]],[[],[[],[]]]]
=> [1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,0]
=> 3
[[.,.],[[.,.],.]]
=> [[[],[]],[[[],[]],[]]]
=> [1,1,0,1,0,0,1,1,1,0,1,0,0,1,0,0]
=> 3
[[.,[.,.]],[.,.]]
=> [[[],[[],[]]],[[],[]]]
=> [1,1,0,1,1,0,1,0,0,0,1,1,0,1,0,0]
=> 3
[[[.,.],.],[.,.]]
=> [[[[],[]],[]],[[],[]]]
=> [1,1,1,0,1,0,0,1,0,0,1,1,0,1,0,0]
=> 3
[[.,[.,[.,.]]],.]
=> [[[],[[],[[],[]]]],[]]
=> [1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0]
=> 4
[[.,[[.,.],.]],.]
=> [[[],[[[],[]],[]]],[]]
=> [1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0]
=> 4
[[[.,.],[.,.]],.]
=> [[[[],[]],[[],[]]],[]]
=> [1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0]
=> 3
[[[.,[.,.]],.],.]
=> [[[[],[[],[]]],[]],[]]
=> [1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0]
=> 4
[[[[.,.],.],.],.]
=> [[[[[],[]],[]],[]],[]]
=> [1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0]
=> 4
[.,[.,[.,[.,[.,.]]]]]
=> [[],[[],[[],[[],[[],[]]]]]]
=> [1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0]
=> 5
[.,[.,[.,[[.,.],.]]]]
=> [[],[[],[[],[[[],[]],[]]]]]
=> [1,0,1,1,0,1,1,0,1,1,1,0,1,0,0,1,0,0,0,0]
=> 5
[.,[.,[[.,.],[.,.]]]]
=> [[],[[],[[[],[]],[[],[]]]]]
=> [1,0,1,1,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0,0]
=> 4
[.,[.,[[.,[.,.]],.]]]
=> [[],[[],[[[],[[],[]]],[]]]]
=> [1,0,1,1,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0,0]
=> 5
[.,[.,[[[.,.],.],.]]]
=> [[],[[],[[[[],[]],[]],[]]]]
=> [1,0,1,1,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0]
=> 5
[.,[[.,.],[.,[.,.]]]]
=> [[],[[[],[]],[[],[[],[]]]]]
=> [1,0,1,1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,0,0]
=> 4
[.,[[.,.],[[.,.],.]]]
=> [[],[[[],[]],[[[],[]],[]]]]
=> [1,0,1,1,1,0,1,0,0,1,1,1,0,1,0,0,1,0,0,0]
=> 4
[.,[[.,[.,.]],[.,.]]]
=> [[],[[[],[[],[]]],[[],[]]]]
=> [1,0,1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,0,0,0]
=> 4
[.,[[[.,.],.],[.,.]]]
=> [[],[[[[],[]],[]],[[],[]]]]
=> [1,0,1,1,1,1,0,1,0,0,1,0,0,1,1,0,1,0,0,0]
=> 4
[.,[[.,[.,[.,.]]],.]]
=> [[],[[[],[[],[[],[]]]],[]]]
=> [1,0,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,0,0]
=> 5
[.,[[.,[[.,.],.]],.]]
=> [[],[[[],[[[],[]],[]]],[]]]
=> [1,0,1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0]
=> 5
[.,[[[.,.],[.,.]],.]]
=> [[],[[[[],[]],[[],[]]],[]]]
=> [1,0,1,1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,0,0]
=> 4
[.,[[[.,[.,.]],.],.]]
=> [[],[[[[],[[],[]]],[]],[]]]
=> [1,0,1,1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,0,0]
=> 5
[.,[[[[.,.],.],.],.]]
=> [[],[[[[[],[]],[]],[]],[]]]
=> [1,0,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0]
=> 5
[[.,.],[.,[.,[.,.]]]]
=> [[[],[]],[[],[[],[[],[]]]]]
=> [1,1,0,1,0,0,1,1,0,1,1,0,1,1,0,1,0,0,0,0]
=> 4
[[.,.],[.,[[.,.],.]]]
=> [[[],[]],[[],[[[],[]],[]]]]
=> [1,1,0,1,0,0,1,1,0,1,1,1,0,1,0,0,1,0,0,0]
=> 4
[[.,.],[[.,.],[.,.]]]
=> [[[],[]],[[[],[]],[[],[]]]]
=> [1,1,0,1,0,0,1,1,1,0,1,0,0,1,1,0,1,0,0,0]
=> 3
[[.,.],[[.,[.,.]],.]]
=> [[[],[]],[[[],[[],[]]],[]]]
=> [1,1,0,1,0,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0]
=> 4
[[.,.],[[[.,.],.],.]]
=> [[[],[]],[[[[],[]],[]],[]]]
=> [1,1,0,1,0,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0]
=> 4
[[.,[.,.]],[.,[.,.]]]
=> [[[],[[],[]]],[[],[[],[]]]]
=> [1,1,0,1,1,0,1,0,0,0,1,1,0,1,1,0,1,0,0,0]
=> 3
[[.,[.,.]],[[.,.],.]]
=> [[[],[[],[]]],[[[],[]],[]]]
=> [1,1,0,1,1,0,1,0,0,0,1,1,1,0,1,0,0,1,0,0]
=> 3
[[[.,.],.],[.,[.,.]]]
=> [[[[],[]],[]],[[],[[],[]]]]
=> [1,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,1,0,0,0]
=> 3
[[[.,.],.],[[.,.],.]]
=> [[[[],[]],[]],[[[],[]],[]]]
=> [1,1,1,0,1,0,0,1,0,0,1,1,1,0,1,0,0,1,0,0]
=> 3
[[.,[.,[.,.]]],[.,.]]
=> [[[],[[],[[],[]]]],[[],[]]]
=> [1,1,0,1,1,0,1,1,0,1,0,0,0,0,1,1,0,1,0,0]
=> 4
[[.,[[.,.],.]],[.,.]]
=> [[[],[[[],[]],[]]],[[],[]]]
=> [1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,1,0,1,0,0]
=> 4
[[[.,.],[.,.]],[.,.]]
=> [[[[],[]],[[],[]]],[[],[]]]
=> [1,1,1,0,1,0,0,1,1,0,1,0,0,0,1,1,0,1,0,0]
=> 3
[[[.,[.,.]],.],[.,.]]
=> [[[[],[[],[]]],[]],[[],[]]]
=> [1,1,1,0,1,1,0,1,0,0,0,1,0,0,1,1,0,1,0,0]
=> 4
[[[[.,.],.],.],[.,.]]
=> [[[[[],[]],[]],[]],[[],[]]]
=> [1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,1,0,1,0,0]
=> 4
Description
The height of a Dyck path.
The height of a Dyck path $D$ of semilength $n$ is defined as the maximal height of a peak of $D$. The height of $D$ at position $i$ is the number of up-steps minus the number of down-steps before position $i$.
Matching statistic: St000093
(load all 2 compositions to match this statistic)
(load all 2 compositions to match this statistic)
Values
[.,.]
=> ([],1)
=> ([],1)
=> 1
[.,[.,.]]
=> ([(0,1)],2)
=> ([],2)
=> 2
[[.,.],.]
=> ([(0,1)],2)
=> ([],2)
=> 2
[.,[.,[.,.]]]
=> ([(0,2),(2,1)],3)
=> ([],3)
=> 3
[.,[[.,.],.]]
=> ([(0,2),(2,1)],3)
=> ([],3)
=> 3
[[.,.],[.,.]]
=> ([(0,2),(1,2)],3)
=> ([(1,2)],3)
=> 2
[[.,[.,.]],.]
=> ([(0,2),(2,1)],3)
=> ([],3)
=> 3
[[[.,.],.],.]
=> ([(0,2),(2,1)],3)
=> ([],3)
=> 3
[.,[.,[.,[.,.]]]]
=> ([(0,3),(2,1),(3,2)],4)
=> ([],4)
=> 4
[.,[.,[[.,.],.]]]
=> ([(0,3),(2,1),(3,2)],4)
=> ([],4)
=> 4
[.,[[.,.],[.,.]]]
=> ([(0,3),(1,3),(3,2)],4)
=> ([(2,3)],4)
=> 3
[.,[[.,[.,.]],.]]
=> ([(0,3),(2,1),(3,2)],4)
=> ([],4)
=> 4
[.,[[[.,.],.],.]]
=> ([(0,3),(2,1),(3,2)],4)
=> ([],4)
=> 4
[[.,.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> ([(1,3),(2,3)],4)
=> 3
[[.,.],[[.,.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> ([(1,3),(2,3)],4)
=> 3
[[.,[.,.]],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> ([(1,3),(2,3)],4)
=> 3
[[[.,.],.],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> ([(1,3),(2,3)],4)
=> 3
[[.,[.,[.,.]]],.]
=> ([(0,3),(2,1),(3,2)],4)
=> ([],4)
=> 4
[[.,[[.,.],.]],.]
=> ([(0,3),(2,1),(3,2)],4)
=> ([],4)
=> 4
[[[.,.],[.,.]],.]
=> ([(0,3),(1,3),(3,2)],4)
=> ([(2,3)],4)
=> 3
[[[.,[.,.]],.],.]
=> ([(0,3),(2,1),(3,2)],4)
=> ([],4)
=> 4
[[[[.,.],.],.],.]
=> ([(0,3),(2,1),(3,2)],4)
=> ([],4)
=> 4
[.,[.,[.,[.,[.,.]]]]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> ([],5)
=> 5
[.,[.,[.,[[.,.],.]]]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> ([],5)
=> 5
[.,[.,[[.,.],[.,.]]]]
=> ([(0,4),(1,4),(2,3),(4,2)],5)
=> ([(3,4)],5)
=> 4
[.,[.,[[.,[.,.]],.]]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> ([],5)
=> 5
[.,[.,[[[.,.],.],.]]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> ([],5)
=> 5
[.,[[.,.],[.,[.,.]]]]
=> ([(0,4),(1,2),(2,4),(4,3)],5)
=> ([(2,4),(3,4)],5)
=> 4
[.,[[.,.],[[.,.],.]]]
=> ([(0,4),(1,2),(2,4),(4,3)],5)
=> ([(2,4),(3,4)],5)
=> 4
[.,[[.,[.,.]],[.,.]]]
=> ([(0,4),(1,2),(2,4),(4,3)],5)
=> ([(2,4),(3,4)],5)
=> 4
[.,[[[.,.],.],[.,.]]]
=> ([(0,4),(1,2),(2,4),(4,3)],5)
=> ([(2,4),(3,4)],5)
=> 4
[.,[[.,[.,[.,.]]],.]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> ([],5)
=> 5
[.,[[.,[[.,.],.]],.]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> ([],5)
=> 5
[.,[[[.,.],[.,.]],.]]
=> ([(0,4),(1,4),(2,3),(4,2)],5)
=> ([(3,4)],5)
=> 4
[.,[[[.,[.,.]],.],.]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> ([],5)
=> 5
[.,[[[[.,.],.],.],.]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> ([],5)
=> 5
[[.,.],[.,[.,[.,.]]]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> ([(1,4),(2,4),(3,4)],5)
=> 4
[[.,.],[.,[[.,.],.]]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> ([(1,4),(2,4),(3,4)],5)
=> 4
[[.,.],[[.,.],[.,.]]]
=> ([(0,4),(1,3),(2,3),(3,4)],5)
=> ([(1,4),(2,3),(2,4),(3,4)],5)
=> 3
[[.,.],[[.,[.,.]],.]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> ([(1,4),(2,4),(3,4)],5)
=> 4
[[.,.],[[[.,.],.],.]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> ([(1,4),(2,4),(3,4)],5)
=> 4
[[.,[.,.]],[.,[.,.]]]
=> ([(0,3),(1,2),(2,4),(3,4)],5)
=> ([(1,3),(1,4),(2,3),(2,4)],5)
=> 3
[[.,[.,.]],[[.,.],.]]
=> ([(0,3),(1,2),(2,4),(3,4)],5)
=> ([(1,3),(1,4),(2,3),(2,4)],5)
=> 3
[[[.,.],.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,4),(3,4)],5)
=> ([(1,3),(1,4),(2,3),(2,4)],5)
=> 3
[[[.,.],.],[[.,.],.]]
=> ([(0,3),(1,2),(2,4),(3,4)],5)
=> ([(1,3),(1,4),(2,3),(2,4)],5)
=> 3
[[.,[.,[.,.]]],[.,.]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> ([(1,4),(2,4),(3,4)],5)
=> 4
[[.,[[.,.],.]],[.,.]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> ([(1,4),(2,4),(3,4)],5)
=> 4
[[[.,.],[.,.]],[.,.]]
=> ([(0,4),(1,3),(2,3),(3,4)],5)
=> ([(1,4),(2,3),(2,4),(3,4)],5)
=> 3
[[[.,[.,.]],.],[.,.]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> ([(1,4),(2,4),(3,4)],5)
=> 4
[[[[.,.],.],.],[.,.]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> ([(1,4),(2,4),(3,4)],5)
=> 4
Description
The cardinality of a maximal independent set of vertices of a graph.
An independent set of a graph is a set of pairwise non-adjacent vertices. A maximum independent set is an independent set of maximum cardinality. This statistic is also called the independence number or stability number $\alpha(G)$ of $G$.
Matching statistic: St000147
(load all 2 compositions to match this statistic)
(load all 2 compositions to match this statistic)
Mp00013: Binary trees —to poset⟶ Posets
Mp00110: Posets —Greene-Kleitman invariant⟶ Integer partitions
St000147: Integer partitions ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00110: Posets —Greene-Kleitman invariant⟶ Integer partitions
St000147: Integer partitions ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
[.,.]
=> ([],1)
=> [1]
=> 1
[.,[.,.]]
=> ([(0,1)],2)
=> [2]
=> 2
[[.,.],.]
=> ([(0,1)],2)
=> [2]
=> 2
[.,[.,[.,.]]]
=> ([(0,2),(2,1)],3)
=> [3]
=> 3
[.,[[.,.],.]]
=> ([(0,2),(2,1)],3)
=> [3]
=> 3
[[.,.],[.,.]]
=> ([(0,2),(1,2)],3)
=> [2,1]
=> 2
[[.,[.,.]],.]
=> ([(0,2),(2,1)],3)
=> [3]
=> 3
[[[.,.],.],.]
=> ([(0,2),(2,1)],3)
=> [3]
=> 3
[.,[.,[.,[.,.]]]]
=> ([(0,3),(2,1),(3,2)],4)
=> [4]
=> 4
[.,[.,[[.,.],.]]]
=> ([(0,3),(2,1),(3,2)],4)
=> [4]
=> 4
[.,[[.,.],[.,.]]]
=> ([(0,3),(1,3),(3,2)],4)
=> [3,1]
=> 3
[.,[[.,[.,.]],.]]
=> ([(0,3),(2,1),(3,2)],4)
=> [4]
=> 4
[.,[[[.,.],.],.]]
=> ([(0,3),(2,1),(3,2)],4)
=> [4]
=> 4
[[.,.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> [3,1]
=> 3
[[.,.],[[.,.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> [3,1]
=> 3
[[.,[.,.]],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> [3,1]
=> 3
[[[.,.],.],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> [3,1]
=> 3
[[.,[.,[.,.]]],.]
=> ([(0,3),(2,1),(3,2)],4)
=> [4]
=> 4
[[.,[[.,.],.]],.]
=> ([(0,3),(2,1),(3,2)],4)
=> [4]
=> 4
[[[.,.],[.,.]],.]
=> ([(0,3),(1,3),(3,2)],4)
=> [3,1]
=> 3
[[[.,[.,.]],.],.]
=> ([(0,3),(2,1),(3,2)],4)
=> [4]
=> 4
[[[[.,.],.],.],.]
=> ([(0,3),(2,1),(3,2)],4)
=> [4]
=> 4
[.,[.,[.,[.,[.,.]]]]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> [5]
=> 5
[.,[.,[.,[[.,.],.]]]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> [5]
=> 5
[.,[.,[[.,.],[.,.]]]]
=> ([(0,4),(1,4),(2,3),(4,2)],5)
=> [4,1]
=> 4
[.,[.,[[.,[.,.]],.]]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> [5]
=> 5
[.,[.,[[[.,.],.],.]]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> [5]
=> 5
[.,[[.,.],[.,[.,.]]]]
=> ([(0,4),(1,2),(2,4),(4,3)],5)
=> [4,1]
=> 4
[.,[[.,.],[[.,.],.]]]
=> ([(0,4),(1,2),(2,4),(4,3)],5)
=> [4,1]
=> 4
[.,[[.,[.,.]],[.,.]]]
=> ([(0,4),(1,2),(2,4),(4,3)],5)
=> [4,1]
=> 4
[.,[[[.,.],.],[.,.]]]
=> ([(0,4),(1,2),(2,4),(4,3)],5)
=> [4,1]
=> 4
[.,[[.,[.,[.,.]]],.]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> [5]
=> 5
[.,[[.,[[.,.],.]],.]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> [5]
=> 5
[.,[[[.,.],[.,.]],.]]
=> ([(0,4),(1,4),(2,3),(4,2)],5)
=> [4,1]
=> 4
[.,[[[.,[.,.]],.],.]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> [5]
=> 5
[.,[[[[.,.],.],.],.]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> [5]
=> 5
[[.,.],[.,[.,[.,.]]]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> [4,1]
=> 4
[[.,.],[.,[[.,.],.]]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> [4,1]
=> 4
[[.,.],[[.,.],[.,.]]]
=> ([(0,4),(1,3),(2,3),(3,4)],5)
=> [3,1,1]
=> 3
[[.,.],[[.,[.,.]],.]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> [4,1]
=> 4
[[.,.],[[[.,.],.],.]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> [4,1]
=> 4
[[.,[.,.]],[.,[.,.]]]
=> ([(0,3),(1,2),(2,4),(3,4)],5)
=> [3,2]
=> 3
[[.,[.,.]],[[.,.],.]]
=> ([(0,3),(1,2),(2,4),(3,4)],5)
=> [3,2]
=> 3
[[[.,.],.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,4),(3,4)],5)
=> [3,2]
=> 3
[[[.,.],.],[[.,.],.]]
=> ([(0,3),(1,2),(2,4),(3,4)],5)
=> [3,2]
=> 3
[[.,[.,[.,.]]],[.,.]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> [4,1]
=> 4
[[.,[[.,.],.]],[.,.]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> [4,1]
=> 4
[[[.,.],[.,.]],[.,.]]
=> ([(0,4),(1,3),(2,3),(3,4)],5)
=> [3,1,1]
=> 3
[[[.,[.,.]],.],[.,.]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> [4,1]
=> 4
[[[[.,.],.],.],[.,.]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> [4,1]
=> 4
Description
The largest part of an integer partition.
Matching statistic: St000384
(load all 2 compositions to match this statistic)
(load all 2 compositions to match this statistic)
Mp00013: Binary trees —to poset⟶ Posets
Mp00110: Posets —Greene-Kleitman invariant⟶ Integer partitions
St000384: Integer partitions ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00110: Posets —Greene-Kleitman invariant⟶ Integer partitions
St000384: Integer partitions ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
[.,.]
=> ([],1)
=> [1]
=> 1
[.,[.,.]]
=> ([(0,1)],2)
=> [2]
=> 2
[[.,.],.]
=> ([(0,1)],2)
=> [2]
=> 2
[.,[.,[.,.]]]
=> ([(0,2),(2,1)],3)
=> [3]
=> 3
[.,[[.,.],.]]
=> ([(0,2),(2,1)],3)
=> [3]
=> 3
[[.,.],[.,.]]
=> ([(0,2),(1,2)],3)
=> [2,1]
=> 2
[[.,[.,.]],.]
=> ([(0,2),(2,1)],3)
=> [3]
=> 3
[[[.,.],.],.]
=> ([(0,2),(2,1)],3)
=> [3]
=> 3
[.,[.,[.,[.,.]]]]
=> ([(0,3),(2,1),(3,2)],4)
=> [4]
=> 4
[.,[.,[[.,.],.]]]
=> ([(0,3),(2,1),(3,2)],4)
=> [4]
=> 4
[.,[[.,.],[.,.]]]
=> ([(0,3),(1,3),(3,2)],4)
=> [3,1]
=> 3
[.,[[.,[.,.]],.]]
=> ([(0,3),(2,1),(3,2)],4)
=> [4]
=> 4
[.,[[[.,.],.],.]]
=> ([(0,3),(2,1),(3,2)],4)
=> [4]
=> 4
[[.,.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> [3,1]
=> 3
[[.,.],[[.,.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> [3,1]
=> 3
[[.,[.,.]],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> [3,1]
=> 3
[[[.,.],.],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> [3,1]
=> 3
[[.,[.,[.,.]]],.]
=> ([(0,3),(2,1),(3,2)],4)
=> [4]
=> 4
[[.,[[.,.],.]],.]
=> ([(0,3),(2,1),(3,2)],4)
=> [4]
=> 4
[[[.,.],[.,.]],.]
=> ([(0,3),(1,3),(3,2)],4)
=> [3,1]
=> 3
[[[.,[.,.]],.],.]
=> ([(0,3),(2,1),(3,2)],4)
=> [4]
=> 4
[[[[.,.],.],.],.]
=> ([(0,3),(2,1),(3,2)],4)
=> [4]
=> 4
[.,[.,[.,[.,[.,.]]]]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> [5]
=> 5
[.,[.,[.,[[.,.],.]]]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> [5]
=> 5
[.,[.,[[.,.],[.,.]]]]
=> ([(0,4),(1,4),(2,3),(4,2)],5)
=> [4,1]
=> 4
[.,[.,[[.,[.,.]],.]]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> [5]
=> 5
[.,[.,[[[.,.],.],.]]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> [5]
=> 5
[.,[[.,.],[.,[.,.]]]]
=> ([(0,4),(1,2),(2,4),(4,3)],5)
=> [4,1]
=> 4
[.,[[.,.],[[.,.],.]]]
=> ([(0,4),(1,2),(2,4),(4,3)],5)
=> [4,1]
=> 4
[.,[[.,[.,.]],[.,.]]]
=> ([(0,4),(1,2),(2,4),(4,3)],5)
=> [4,1]
=> 4
[.,[[[.,.],.],[.,.]]]
=> ([(0,4),(1,2),(2,4),(4,3)],5)
=> [4,1]
=> 4
[.,[[.,[.,[.,.]]],.]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> [5]
=> 5
[.,[[.,[[.,.],.]],.]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> [5]
=> 5
[.,[[[.,.],[.,.]],.]]
=> ([(0,4),(1,4),(2,3),(4,2)],5)
=> [4,1]
=> 4
[.,[[[.,[.,.]],.],.]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> [5]
=> 5
[.,[[[[.,.],.],.],.]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> [5]
=> 5
[[.,.],[.,[.,[.,.]]]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> [4,1]
=> 4
[[.,.],[.,[[.,.],.]]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> [4,1]
=> 4
[[.,.],[[.,.],[.,.]]]
=> ([(0,4),(1,3),(2,3),(3,4)],5)
=> [3,1,1]
=> 3
[[.,.],[[.,[.,.]],.]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> [4,1]
=> 4
[[.,.],[[[.,.],.],.]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> [4,1]
=> 4
[[.,[.,.]],[.,[.,.]]]
=> ([(0,3),(1,2),(2,4),(3,4)],5)
=> [3,2]
=> 3
[[.,[.,.]],[[.,.],.]]
=> ([(0,3),(1,2),(2,4),(3,4)],5)
=> [3,2]
=> 3
[[[.,.],.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,4),(3,4)],5)
=> [3,2]
=> 3
[[[.,.],.],[[.,.],.]]
=> ([(0,3),(1,2),(2,4),(3,4)],5)
=> [3,2]
=> 3
[[.,[.,[.,.]]],[.,.]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> [4,1]
=> 4
[[.,[[.,.],.]],[.,.]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> [4,1]
=> 4
[[[.,.],[.,.]],[.,.]]
=> ([(0,4),(1,3),(2,3),(3,4)],5)
=> [3,1,1]
=> 3
[[[.,[.,.]],.],[.,.]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> [4,1]
=> 4
[[[[.,.],.],.],[.,.]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> [4,1]
=> 4
Description
The maximal part of the shifted composition of an integer partition.
A partition $\lambda = (\lambda_1,\ldots,\lambda_k)$ is shifted into a composition by adding $i-1$ to the $i$-th part.
The statistic is then $\operatorname{max}_i\{ \lambda_i + i - 1 \}$.
See also [[St000380]].
Matching statistic: St000784
(load all 2 compositions to match this statistic)
(load all 2 compositions to match this statistic)
Mp00013: Binary trees —to poset⟶ Posets
Mp00110: Posets —Greene-Kleitman invariant⟶ Integer partitions
St000784: Integer partitions ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00110: Posets —Greene-Kleitman invariant⟶ Integer partitions
St000784: Integer partitions ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
[.,.]
=> ([],1)
=> [1]
=> 1
[.,[.,.]]
=> ([(0,1)],2)
=> [2]
=> 2
[[.,.],.]
=> ([(0,1)],2)
=> [2]
=> 2
[.,[.,[.,.]]]
=> ([(0,2),(2,1)],3)
=> [3]
=> 3
[.,[[.,.],.]]
=> ([(0,2),(2,1)],3)
=> [3]
=> 3
[[.,.],[.,.]]
=> ([(0,2),(1,2)],3)
=> [2,1]
=> 2
[[.,[.,.]],.]
=> ([(0,2),(2,1)],3)
=> [3]
=> 3
[[[.,.],.],.]
=> ([(0,2),(2,1)],3)
=> [3]
=> 3
[.,[.,[.,[.,.]]]]
=> ([(0,3),(2,1),(3,2)],4)
=> [4]
=> 4
[.,[.,[[.,.],.]]]
=> ([(0,3),(2,1),(3,2)],4)
=> [4]
=> 4
[.,[[.,.],[.,.]]]
=> ([(0,3),(1,3),(3,2)],4)
=> [3,1]
=> 3
[.,[[.,[.,.]],.]]
=> ([(0,3),(2,1),(3,2)],4)
=> [4]
=> 4
[.,[[[.,.],.],.]]
=> ([(0,3),(2,1),(3,2)],4)
=> [4]
=> 4
[[.,.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> [3,1]
=> 3
[[.,.],[[.,.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> [3,1]
=> 3
[[.,[.,.]],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> [3,1]
=> 3
[[[.,.],.],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> [3,1]
=> 3
[[.,[.,[.,.]]],.]
=> ([(0,3),(2,1),(3,2)],4)
=> [4]
=> 4
[[.,[[.,.],.]],.]
=> ([(0,3),(2,1),(3,2)],4)
=> [4]
=> 4
[[[.,.],[.,.]],.]
=> ([(0,3),(1,3),(3,2)],4)
=> [3,1]
=> 3
[[[.,[.,.]],.],.]
=> ([(0,3),(2,1),(3,2)],4)
=> [4]
=> 4
[[[[.,.],.],.],.]
=> ([(0,3),(2,1),(3,2)],4)
=> [4]
=> 4
[.,[.,[.,[.,[.,.]]]]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> [5]
=> 5
[.,[.,[.,[[.,.],.]]]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> [5]
=> 5
[.,[.,[[.,.],[.,.]]]]
=> ([(0,4),(1,4),(2,3),(4,2)],5)
=> [4,1]
=> 4
[.,[.,[[.,[.,.]],.]]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> [5]
=> 5
[.,[.,[[[.,.],.],.]]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> [5]
=> 5
[.,[[.,.],[.,[.,.]]]]
=> ([(0,4),(1,2),(2,4),(4,3)],5)
=> [4,1]
=> 4
[.,[[.,.],[[.,.],.]]]
=> ([(0,4),(1,2),(2,4),(4,3)],5)
=> [4,1]
=> 4
[.,[[.,[.,.]],[.,.]]]
=> ([(0,4),(1,2),(2,4),(4,3)],5)
=> [4,1]
=> 4
[.,[[[.,.],.],[.,.]]]
=> ([(0,4),(1,2),(2,4),(4,3)],5)
=> [4,1]
=> 4
[.,[[.,[.,[.,.]]],.]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> [5]
=> 5
[.,[[.,[[.,.],.]],.]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> [5]
=> 5
[.,[[[.,.],[.,.]],.]]
=> ([(0,4),(1,4),(2,3),(4,2)],5)
=> [4,1]
=> 4
[.,[[[.,[.,.]],.],.]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> [5]
=> 5
[.,[[[[.,.],.],.],.]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> [5]
=> 5
[[.,.],[.,[.,[.,.]]]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> [4,1]
=> 4
[[.,.],[.,[[.,.],.]]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> [4,1]
=> 4
[[.,.],[[.,.],[.,.]]]
=> ([(0,4),(1,3),(2,3),(3,4)],5)
=> [3,1,1]
=> 3
[[.,.],[[.,[.,.]],.]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> [4,1]
=> 4
[[.,.],[[[.,.],.],.]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> [4,1]
=> 4
[[.,[.,.]],[.,[.,.]]]
=> ([(0,3),(1,2),(2,4),(3,4)],5)
=> [3,2]
=> 3
[[.,[.,.]],[[.,.],.]]
=> ([(0,3),(1,2),(2,4),(3,4)],5)
=> [3,2]
=> 3
[[[.,.],.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,4),(3,4)],5)
=> [3,2]
=> 3
[[[.,.],.],[[.,.],.]]
=> ([(0,3),(1,2),(2,4),(3,4)],5)
=> [3,2]
=> 3
[[.,[.,[.,.]]],[.,.]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> [4,1]
=> 4
[[.,[[.,.],.]],[.,.]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> [4,1]
=> 4
[[[.,.],[.,.]],[.,.]]
=> ([(0,4),(1,3),(2,3),(3,4)],5)
=> [3,1,1]
=> 3
[[[.,[.,.]],.],[.,.]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> [4,1]
=> 4
[[[[.,.],.],.],[.,.]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> [4,1]
=> 4
Description
The maximum of the length and the largest part of the integer partition.
This is the side length of the smallest square the Ferrers diagram of the partition fits into. It is also the minimal number of colours required to colour the cells of the Ferrers diagram such that no two cells in a column or in a row have the same colour, see [1].
See also [[St001214]].
The following 63 statistics, ordered by result quality, also match your data. Click on any of them to see the details.
St000786The maximal number of occurrences of a colour in a proper colouring of a graph. St001286The annihilation number of a graph. St001337The upper domination number of a graph. St001338The upper irredundance number of a graph. St001720The minimal length of a chain of small intervals in a lattice. St000319The spin of an integer partition. St000320The dinv adjustment of an integer partition. St000380Half of the maximal perimeter of a rectangle fitting into the diagram of an integer partition. St000010The length of the partition. St000097The order of the largest clique of the graph. St000098The chromatic number of a graph. St000172The Grundy number of a graph. St000308The height of the tree associated to a permutation. St000381The largest part of an integer composition. St000382The first part of an integer composition. St000676The number of odd rises of a Dyck path. St000734The last entry in the first row of a standard tableau. St000808The number of up steps of the associated bargraph. St000822The Hadwiger number of the graph. St001029The size of the core of a graph. St001116The game chromatic number of a graph. St001494The Alon-Tarsi number of a graph. St001580The acyclic chromatic number of a graph. St001963The tree-depth of a graph. St000272The treewidth of a graph. St000536The pathwidth of a graph. St000778The metric dimension of a graph. St001020Sum of the codominant dimensions of the non-projective indecomposable injective modules of the Nakayama algebra corresponding to the Dyck path. St001277The degeneracy of a graph. St001318The number of vertices of the largest induced subforest with the same number of connected components of a graph. St001321The number of vertices of the largest induced subforest of a graph. St001323The independence gap of a graph. St001358The largest degree of a regular subgraph of a graph. St001674The number of vertices of the largest induced star graph in the graph. St001962The proper pathwidth of a graph. St001039The maximal height of a column in the parallelogram polyomino associated with a Dyck path. St000744The length of the path to the largest entry in a standard Young tableau. St000907The number of maximal antichains of minimal length in a poset. St001291The number of indecomposable summands of the tensor product of two copies of the dual of the Nakayama algebra associated to a Dyck path. St001190Number of simple modules with projective dimension at most 4 in the corresponding Nakayama algebra. St001650The order of Ringel's homological bijection associated to the linear Nakayama algebra corresponding to the Dyck path. St001644The dimension of a graph. St001820The size of the image of the pop stack sorting operator. St000777The number of distinct eigenvalues of the distance Laplacian of a connected graph. St001626The number of maximal proper sublattices of a lattice. St000259The diameter of a connected graph. St001330The hat guessing number of a graph. St000299The number of nonisomorphic vertex-induced subtrees. St000533The minimum of the number of parts and the size of the first part of an integer partition. St000454The largest eigenvalue of a graph if it is integral. St001880The number of 2-Gorenstein indecomposable injective modules in the incidence algebra of the lattice. St001645The pebbling number of a connected graph. St001232The number of indecomposable modules with projective dimension 2 for Nakayama algebras with global dimension at most 2. St000225Difference between largest and smallest parts in a partition. St001263The index of the maximal parabolic seaweed algebra associated with the composition. St001508The degree of the standard monomial associated to a Dyck path relative to the diagonal boundary. St001773The number of minimal elements in Bruhat order not less than the signed permutation. St000216The absolute length of a permutation. St000442The maximal area to the right of an up step of a Dyck path. St001668The number of points of the poset minus the width of the poset. St001935The number of ascents in a parking function. St001237The number of simple modules with injective dimension at most one or dominant dimension at least one. St001875The number of simple modules with projective dimension at most 1.
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!