searching the database
Your data matches 371 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: St001517
(load all 551 compositions to match this statistic)
(load all 551 compositions to match this statistic)
St001517: Permutations ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
[1] => 0 = 1 - 1
[1,2] => 1 = 2 - 1
[2,1] => 1 = 2 - 1
[1,2,3] => 1 = 2 - 1
[1,3,2] => 1 = 2 - 1
[2,1,3] => 1 = 2 - 1
[2,3,1] => 1 = 2 - 1
[3,1,2] => 1 = 2 - 1
[3,2,1] => 1 = 2 - 1
[1,2,3,4] => 2 = 3 - 1
[1,2,4,3] => 2 = 3 - 1
[1,3,2,4] => 2 = 3 - 1
[1,3,4,2] => 2 = 3 - 1
[1,4,2,3] => 2 = 3 - 1
[1,4,3,2] => 1 = 2 - 1
[2,1,3,4] => 2 = 3 - 1
[2,1,4,3] => 2 = 3 - 1
[2,3,1,4] => 2 = 3 - 1
[2,3,4,1] => 1 = 2 - 1
[2,4,1,3] => 2 = 3 - 1
[2,4,3,1] => 2 = 3 - 1
[3,1,2,4] => 2 = 3 - 1
[3,1,4,2] => 2 = 3 - 1
[3,2,1,4] => 1 = 2 - 1
[3,2,4,1] => 2 = 3 - 1
[3,4,1,2] => 2 = 3 - 1
[3,4,2,1] => 2 = 3 - 1
[4,1,2,3] => 1 = 2 - 1
[4,1,3,2] => 2 = 3 - 1
[4,2,1,3] => 2 = 3 - 1
[4,2,3,1] => 2 = 3 - 1
[4,3,1,2] => 2 = 3 - 1
[4,3,2,1] => 2 = 3 - 1
Description
The length of a longest pair of twins in a permutation.
A pair of twins in a permutation is a pair of two disjoint subsequences which are order isomorphic.
Matching statistic: St001667
(load all 551 compositions to match this statistic)
(load all 551 compositions to match this statistic)
St001667: Permutations ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
[1] => 0 = 1 - 1
[1,2] => 1 = 2 - 1
[2,1] => 1 = 2 - 1
[1,2,3] => 1 = 2 - 1
[1,3,2] => 1 = 2 - 1
[2,1,3] => 1 = 2 - 1
[2,3,1] => 1 = 2 - 1
[3,1,2] => 1 = 2 - 1
[3,2,1] => 1 = 2 - 1
[1,2,3,4] => 2 = 3 - 1
[1,2,4,3] => 2 = 3 - 1
[1,3,2,4] => 2 = 3 - 1
[1,3,4,2] => 2 = 3 - 1
[1,4,2,3] => 2 = 3 - 1
[1,4,3,2] => 1 = 2 - 1
[2,1,3,4] => 2 = 3 - 1
[2,1,4,3] => 2 = 3 - 1
[2,3,1,4] => 2 = 3 - 1
[2,3,4,1] => 1 = 2 - 1
[2,4,1,3] => 2 = 3 - 1
[2,4,3,1] => 2 = 3 - 1
[3,1,2,4] => 2 = 3 - 1
[3,1,4,2] => 2 = 3 - 1
[3,2,1,4] => 1 = 2 - 1
[3,2,4,1] => 2 = 3 - 1
[3,4,1,2] => 2 = 3 - 1
[3,4,2,1] => 2 = 3 - 1
[4,1,2,3] => 1 = 2 - 1
[4,1,3,2] => 2 = 3 - 1
[4,2,1,3] => 2 = 3 - 1
[4,2,3,1] => 2 = 3 - 1
[4,3,1,2] => 2 = 3 - 1
[4,3,2,1] => 2 = 3 - 1
Description
The maximal size of a pair of weak twins for a permutation.
A pair of weak twins in a permutation is a pair of two disjoint subsequences of the same length with the same descent pattern. More formally, a pair of weak twins of size $k$ for a permutation $\pi$ of length $n$ are two disjoint lists $1 \leq i_1 < \dots < i_k \leq n$ and $1 \leq j_1 < \dots < j_k \leq n$ such that $\pi(i_a) < \pi(i_{a+1})$ if and only if $\pi(j_a) < \pi(j_{a+1})$ for all $1 \leq a < k$.
Matching statistic: St000172
(load all 4 compositions to match this statistic)
(load all 4 compositions to match this statistic)
Mp00072: Permutations —binary search tree: left to right⟶ Binary trees
Mp00011: Binary trees —to graph⟶ Graphs
St000172: Graphs ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00011: Binary trees —to graph⟶ Graphs
St000172: Graphs ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
[1] => [.,.]
=> ([],1)
=> 1
[1,2] => [.,[.,.]]
=> ([(0,1)],2)
=> 2
[2,1] => [[.,.],.]
=> ([(0,1)],2)
=> 2
[1,2,3] => [.,[.,[.,.]]]
=> ([(0,2),(1,2)],3)
=> 2
[1,3,2] => [.,[[.,.],.]]
=> ([(0,2),(1,2)],3)
=> 2
[2,1,3] => [[.,.],[.,.]]
=> ([(0,2),(1,2)],3)
=> 2
[2,3,1] => [[.,.],[.,.]]
=> ([(0,2),(1,2)],3)
=> 2
[3,1,2] => [[.,[.,.]],.]
=> ([(0,2),(1,2)],3)
=> 2
[3,2,1] => [[[.,.],.],.]
=> ([(0,2),(1,2)],3)
=> 2
[1,2,3,4] => [.,[.,[.,[.,.]]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[1,2,4,3] => [.,[.,[[.,.],.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[1,3,2,4] => [.,[[.,.],[.,.]]]
=> ([(0,3),(1,3),(2,3)],4)
=> 2
[1,3,4,2] => [.,[[.,.],[.,.]]]
=> ([(0,3),(1,3),(2,3)],4)
=> 2
[1,4,2,3] => [.,[[.,[.,.]],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[1,4,3,2] => [.,[[[.,.],.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[2,1,3,4] => [[.,.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[2,1,4,3] => [[.,.],[[.,.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[2,3,1,4] => [[.,.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[2,3,4,1] => [[.,.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[2,4,1,3] => [[.,.],[[.,.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[2,4,3,1] => [[.,.],[[.,.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[3,1,2,4] => [[.,[.,.]],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[3,1,4,2] => [[.,[.,.]],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[3,2,1,4] => [[[.,.],.],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[3,2,4,1] => [[[.,.],.],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[3,4,1,2] => [[.,[.,.]],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[3,4,2,1] => [[[.,.],.],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[4,1,2,3] => [[.,[.,[.,.]]],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[4,1,3,2] => [[.,[[.,.],.]],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[4,2,1,3] => [[[.,.],[.,.]],.]
=> ([(0,3),(1,3),(2,3)],4)
=> 2
[4,2,3,1] => [[[.,.],[.,.]],.]
=> ([(0,3),(1,3),(2,3)],4)
=> 2
[4,3,1,2] => [[[.,[.,.]],.],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[4,3,2,1] => [[[[.,.],.],.],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
Description
The Grundy number of a graph.
The Grundy number $\Gamma(G)$ is defined to be the largest $k$ such that $G$ admits a greedy $k$-coloring. Any order of the vertices of $G$ induces a greedy coloring by assigning to the $i$-th vertex in this order the smallest positive integer such that the partial coloring remains a proper coloring.
In particular, we have that $\chi(G) \leq \Gamma(G) \leq \Delta(G) + 1$, where $\chi(G)$ is the chromatic number of $G$ ([[St000098]]), and where $\Delta(G)$ is the maximal degree of a vertex of $G$ ([[St000171]]).
Matching statistic: St000891
(load all 16 compositions to match this statistic)
(load all 16 compositions to match this statistic)
Mp00254: Permutations —Inverse fireworks map⟶ Permutations
Mp00223: Permutations —runsort⟶ Permutations
St000891: Permutations ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00223: Permutations —runsort⟶ Permutations
St000891: Permutations ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
[1] => [1] => [1] => 1
[1,2] => [1,2] => [1,2] => 2
[2,1] => [2,1] => [1,2] => 2
[1,2,3] => [1,2,3] => [1,2,3] => 2
[1,3,2] => [1,3,2] => [1,3,2] => 2
[2,1,3] => [2,1,3] => [1,3,2] => 2
[2,3,1] => [1,3,2] => [1,3,2] => 2
[3,1,2] => [3,1,2] => [1,2,3] => 2
[3,2,1] => [3,2,1] => [1,2,3] => 2
[1,2,3,4] => [1,2,3,4] => [1,2,3,4] => 2
[1,2,4,3] => [1,2,4,3] => [1,2,4,3] => 3
[1,3,2,4] => [1,3,2,4] => [1,3,2,4] => 3
[1,3,4,2] => [1,2,4,3] => [1,2,4,3] => 3
[1,4,2,3] => [1,4,2,3] => [1,4,2,3] => 3
[1,4,3,2] => [1,4,3,2] => [1,4,2,3] => 3
[2,1,3,4] => [2,1,3,4] => [1,3,4,2] => 3
[2,1,4,3] => [2,1,4,3] => [1,4,2,3] => 3
[2,3,1,4] => [1,3,2,4] => [1,3,2,4] => 3
[2,3,4,1] => [1,2,4,3] => [1,2,4,3] => 3
[2,4,1,3] => [2,4,1,3] => [1,3,2,4] => 3
[2,4,3,1] => [1,4,3,2] => [1,4,2,3] => 3
[3,1,2,4] => [3,1,2,4] => [1,2,4,3] => 3
[3,1,4,2] => [2,1,4,3] => [1,4,2,3] => 3
[3,2,1,4] => [3,2,1,4] => [1,4,2,3] => 3
[3,2,4,1] => [2,1,4,3] => [1,4,2,3] => 3
[3,4,1,2] => [2,4,1,3] => [1,3,2,4] => 3
[3,4,2,1] => [1,4,3,2] => [1,4,2,3] => 3
[4,1,2,3] => [4,1,2,3] => [1,2,3,4] => 2
[4,1,3,2] => [4,1,3,2] => [1,3,2,4] => 3
[4,2,1,3] => [4,2,1,3] => [1,3,2,4] => 3
[4,2,3,1] => [4,1,3,2] => [1,3,2,4] => 3
[4,3,1,2] => [4,3,1,2] => [1,2,3,4] => 2
[4,3,2,1] => [4,3,2,1] => [1,2,3,4] => 2
Description
The number of distinct diagonal sums of a permutation matrix.
For example, the sums of the diagonals of the matrix $$\left(\begin{array}{rrrr}
0 & 0 & 1 & 0 \\
0 & 0 & 0 & 1 \\
0 & 1 & 0 & 0 \\
1 & 0 & 0 & 0
\end{array}\right)$$
are $(1,0,1,0,2,0)$, so the statistic is $3$.
Matching statistic: St000918
(load all 2 compositions to match this statistic)
(load all 2 compositions to match this statistic)
Mp00072: Permutations —binary search tree: left to right⟶ Binary trees
Mp00011: Binary trees —to graph⟶ Graphs
St000918: Graphs ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00011: Binary trees —to graph⟶ Graphs
St000918: Graphs ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
[1] => [.,.]
=> ([],1)
=> 1
[1,2] => [.,[.,.]]
=> ([(0,1)],2)
=> 2
[2,1] => [[.,.],.]
=> ([(0,1)],2)
=> 2
[1,2,3] => [.,[.,[.,.]]]
=> ([(0,2),(1,2)],3)
=> 2
[1,3,2] => [.,[[.,.],.]]
=> ([(0,2),(1,2)],3)
=> 2
[2,1,3] => [[.,.],[.,.]]
=> ([(0,2),(1,2)],3)
=> 2
[2,3,1] => [[.,.],[.,.]]
=> ([(0,2),(1,2)],3)
=> 2
[3,1,2] => [[.,[.,.]],.]
=> ([(0,2),(1,2)],3)
=> 2
[3,2,1] => [[[.,.],.],.]
=> ([(0,2),(1,2)],3)
=> 2
[1,2,3,4] => [.,[.,[.,[.,.]]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[1,2,4,3] => [.,[.,[[.,.],.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[1,3,2,4] => [.,[[.,.],[.,.]]]
=> ([(0,3),(1,3),(2,3)],4)
=> 2
[1,3,4,2] => [.,[[.,.],[.,.]]]
=> ([(0,3),(1,3),(2,3)],4)
=> 2
[1,4,2,3] => [.,[[.,[.,.]],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[1,4,3,2] => [.,[[[.,.],.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[2,1,3,4] => [[.,.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[2,1,4,3] => [[.,.],[[.,.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[2,3,1,4] => [[.,.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[2,3,4,1] => [[.,.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[2,4,1,3] => [[.,.],[[.,.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[2,4,3,1] => [[.,.],[[.,.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[3,1,2,4] => [[.,[.,.]],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[3,1,4,2] => [[.,[.,.]],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[3,2,1,4] => [[[.,.],.],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[3,2,4,1] => [[[.,.],.],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[3,4,1,2] => [[.,[.,.]],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[3,4,2,1] => [[[.,.],.],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[4,1,2,3] => [[.,[.,[.,.]]],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[4,1,3,2] => [[.,[[.,.],.]],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[4,2,1,3] => [[[.,.],[.,.]],.]
=> ([(0,3),(1,3),(2,3)],4)
=> 2
[4,2,3,1] => [[[.,.],[.,.]],.]
=> ([(0,3),(1,3),(2,3)],4)
=> 2
[4,3,1,2] => [[[.,[.,.]],.],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[4,3,2,1] => [[[[.,.],.],.],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
Description
The 2-limited packing number of a graph.
A subset $B$ of the set of vertices of a graph is a $k$-limited packing set if its intersection with the (closed) neighbourhood of any vertex is at most $k$. The $k$-limited packing number is the largest number of vertices in a $k$-limited packing set.
Matching statistic: St001116
(load all 4 compositions to match this statistic)
(load all 4 compositions to match this statistic)
Mp00072: Permutations —binary search tree: left to right⟶ Binary trees
Mp00011: Binary trees —to graph⟶ Graphs
St001116: Graphs ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00011: Binary trees —to graph⟶ Graphs
St001116: Graphs ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
[1] => [.,.]
=> ([],1)
=> 1
[1,2] => [.,[.,.]]
=> ([(0,1)],2)
=> 2
[2,1] => [[.,.],.]
=> ([(0,1)],2)
=> 2
[1,2,3] => [.,[.,[.,.]]]
=> ([(0,2),(1,2)],3)
=> 2
[1,3,2] => [.,[[.,.],.]]
=> ([(0,2),(1,2)],3)
=> 2
[2,1,3] => [[.,.],[.,.]]
=> ([(0,2),(1,2)],3)
=> 2
[2,3,1] => [[.,.],[.,.]]
=> ([(0,2),(1,2)],3)
=> 2
[3,1,2] => [[.,[.,.]],.]
=> ([(0,2),(1,2)],3)
=> 2
[3,2,1] => [[[.,.],.],.]
=> ([(0,2),(1,2)],3)
=> 2
[1,2,3,4] => [.,[.,[.,[.,.]]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[1,2,4,3] => [.,[.,[[.,.],.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[1,3,2,4] => [.,[[.,.],[.,.]]]
=> ([(0,3),(1,3),(2,3)],4)
=> 2
[1,3,4,2] => [.,[[.,.],[.,.]]]
=> ([(0,3),(1,3),(2,3)],4)
=> 2
[1,4,2,3] => [.,[[.,[.,.]],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[1,4,3,2] => [.,[[[.,.],.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[2,1,3,4] => [[.,.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[2,1,4,3] => [[.,.],[[.,.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[2,3,1,4] => [[.,.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[2,3,4,1] => [[.,.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[2,4,1,3] => [[.,.],[[.,.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[2,4,3,1] => [[.,.],[[.,.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[3,1,2,4] => [[.,[.,.]],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[3,1,4,2] => [[.,[.,.]],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[3,2,1,4] => [[[.,.],.],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[3,2,4,1] => [[[.,.],.],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[3,4,1,2] => [[.,[.,.]],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[3,4,2,1] => [[[.,.],.],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[4,1,2,3] => [[.,[.,[.,.]]],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[4,1,3,2] => [[.,[[.,.],.]],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[4,2,1,3] => [[[.,.],[.,.]],.]
=> ([(0,3),(1,3),(2,3)],4)
=> 2
[4,2,3,1] => [[[.,.],[.,.]],.]
=> ([(0,3),(1,3),(2,3)],4)
=> 2
[4,3,1,2] => [[[.,[.,.]],.],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[4,3,2,1] => [[[[.,.],.],.],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
Description
The game chromatic number of a graph.
Two players, Alice and Bob, take turns colouring properly any uncolored vertex of the graph. Alice begins. If it is not possible for either player to colour a vertex, then Bob wins. If the graph is completely colored, Alice wins.
The game chromatic number is the smallest number of colours such that Alice has a winning strategy.
Matching statistic: St001304
(load all 3 compositions to match this statistic)
(load all 3 compositions to match this statistic)
Mp00072: Permutations —binary search tree: left to right⟶ Binary trees
Mp00011: Binary trees —to graph⟶ Graphs
St001304: Graphs ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00011: Binary trees —to graph⟶ Graphs
St001304: Graphs ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
[1] => [.,.]
=> ([],1)
=> 1
[1,2] => [.,[.,.]]
=> ([(0,1)],2)
=> 2
[2,1] => [[.,.],.]
=> ([(0,1)],2)
=> 2
[1,2,3] => [.,[.,[.,.]]]
=> ([(0,2),(1,2)],3)
=> 2
[1,3,2] => [.,[[.,.],.]]
=> ([(0,2),(1,2)],3)
=> 2
[2,1,3] => [[.,.],[.,.]]
=> ([(0,2),(1,2)],3)
=> 2
[2,3,1] => [[.,.],[.,.]]
=> ([(0,2),(1,2)],3)
=> 2
[3,1,2] => [[.,[.,.]],.]
=> ([(0,2),(1,2)],3)
=> 2
[3,2,1] => [[[.,.],.],.]
=> ([(0,2),(1,2)],3)
=> 2
[1,2,3,4] => [.,[.,[.,[.,.]]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[1,2,4,3] => [.,[.,[[.,.],.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[1,3,2,4] => [.,[[.,.],[.,.]]]
=> ([(0,3),(1,3),(2,3)],4)
=> 2
[1,3,4,2] => [.,[[.,.],[.,.]]]
=> ([(0,3),(1,3),(2,3)],4)
=> 2
[1,4,2,3] => [.,[[.,[.,.]],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[1,4,3,2] => [.,[[[.,.],.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[2,1,3,4] => [[.,.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[2,1,4,3] => [[.,.],[[.,.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[2,3,1,4] => [[.,.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[2,3,4,1] => [[.,.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[2,4,1,3] => [[.,.],[[.,.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[2,4,3,1] => [[.,.],[[.,.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[3,1,2,4] => [[.,[.,.]],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[3,1,4,2] => [[.,[.,.]],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[3,2,1,4] => [[[.,.],.],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[3,2,4,1] => [[[.,.],.],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[3,4,1,2] => [[.,[.,.]],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[3,4,2,1] => [[[.,.],.],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[4,1,2,3] => [[.,[.,[.,.]]],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[4,1,3,2] => [[.,[[.,.],.]],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[4,2,1,3] => [[[.,.],[.,.]],.]
=> ([(0,3),(1,3),(2,3)],4)
=> 2
[4,2,3,1] => [[[.,.],[.,.]],.]
=> ([(0,3),(1,3),(2,3)],4)
=> 2
[4,3,1,2] => [[[.,[.,.]],.],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[4,3,2,1] => [[[[.,.],.],.],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
Description
The number of maximally independent sets of vertices of a graph.
An '''independent set''' of vertices of a graph is a set of vertices no two of which are adjacent. If a set of vertices is independent then so is every subset. This statistic counts the number of maximally independent sets of vertices.
Matching statistic: St001581
(load all 3 compositions to match this statistic)
(load all 3 compositions to match this statistic)
Mp00072: Permutations —binary search tree: left to right⟶ Binary trees
Mp00011: Binary trees —to graph⟶ Graphs
St001581: Graphs ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00011: Binary trees —to graph⟶ Graphs
St001581: Graphs ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
[1] => [.,.]
=> ([],1)
=> 1
[1,2] => [.,[.,.]]
=> ([(0,1)],2)
=> 2
[2,1] => [[.,.],.]
=> ([(0,1)],2)
=> 2
[1,2,3] => [.,[.,[.,.]]]
=> ([(0,2),(1,2)],3)
=> 2
[1,3,2] => [.,[[.,.],.]]
=> ([(0,2),(1,2)],3)
=> 2
[2,1,3] => [[.,.],[.,.]]
=> ([(0,2),(1,2)],3)
=> 2
[2,3,1] => [[.,.],[.,.]]
=> ([(0,2),(1,2)],3)
=> 2
[3,1,2] => [[.,[.,.]],.]
=> ([(0,2),(1,2)],3)
=> 2
[3,2,1] => [[[.,.],.],.]
=> ([(0,2),(1,2)],3)
=> 2
[1,2,3,4] => [.,[.,[.,[.,.]]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[1,2,4,3] => [.,[.,[[.,.],.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[1,3,2,4] => [.,[[.,.],[.,.]]]
=> ([(0,3),(1,3),(2,3)],4)
=> 2
[1,3,4,2] => [.,[[.,.],[.,.]]]
=> ([(0,3),(1,3),(2,3)],4)
=> 2
[1,4,2,3] => [.,[[.,[.,.]],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[1,4,3,2] => [.,[[[.,.],.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[2,1,3,4] => [[.,.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[2,1,4,3] => [[.,.],[[.,.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[2,3,1,4] => [[.,.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[2,3,4,1] => [[.,.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[2,4,1,3] => [[.,.],[[.,.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[2,4,3,1] => [[.,.],[[.,.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[3,1,2,4] => [[.,[.,.]],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[3,1,4,2] => [[.,[.,.]],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[3,2,1,4] => [[[.,.],.],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[3,2,4,1] => [[[.,.],.],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[3,4,1,2] => [[.,[.,.]],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[3,4,2,1] => [[[.,.],.],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[4,1,2,3] => [[.,[.,[.,.]]],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[4,1,3,2] => [[.,[[.,.],.]],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[4,2,1,3] => [[[.,.],[.,.]],.]
=> ([(0,3),(1,3),(2,3)],4)
=> 2
[4,2,3,1] => [[[.,.],[.,.]],.]
=> ([(0,3),(1,3),(2,3)],4)
=> 2
[4,3,1,2] => [[[.,[.,.]],.],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[4,3,2,1] => [[[[.,.],.],.],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
Description
The achromatic number of a graph.
This is the maximal number of colours of a proper colouring, such that for any pair of colours there are two adjacent vertices with these colours.
Matching statistic: St001670
(load all 4 compositions to match this statistic)
(load all 4 compositions to match this statistic)
Mp00072: Permutations —binary search tree: left to right⟶ Binary trees
Mp00011: Binary trees —to graph⟶ Graphs
St001670: Graphs ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00011: Binary trees —to graph⟶ Graphs
St001670: Graphs ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
[1] => [.,.]
=> ([],1)
=> 1
[1,2] => [.,[.,.]]
=> ([(0,1)],2)
=> 2
[2,1] => [[.,.],.]
=> ([(0,1)],2)
=> 2
[1,2,3] => [.,[.,[.,.]]]
=> ([(0,2),(1,2)],3)
=> 2
[1,3,2] => [.,[[.,.],.]]
=> ([(0,2),(1,2)],3)
=> 2
[2,1,3] => [[.,.],[.,.]]
=> ([(0,2),(1,2)],3)
=> 2
[2,3,1] => [[.,.],[.,.]]
=> ([(0,2),(1,2)],3)
=> 2
[3,1,2] => [[.,[.,.]],.]
=> ([(0,2),(1,2)],3)
=> 2
[3,2,1] => [[[.,.],.],.]
=> ([(0,2),(1,2)],3)
=> 2
[1,2,3,4] => [.,[.,[.,[.,.]]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[1,2,4,3] => [.,[.,[[.,.],.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[1,3,2,4] => [.,[[.,.],[.,.]]]
=> ([(0,3),(1,3),(2,3)],4)
=> 2
[1,3,4,2] => [.,[[.,.],[.,.]]]
=> ([(0,3),(1,3),(2,3)],4)
=> 2
[1,4,2,3] => [.,[[.,[.,.]],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[1,4,3,2] => [.,[[[.,.],.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[2,1,3,4] => [[.,.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[2,1,4,3] => [[.,.],[[.,.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[2,3,1,4] => [[.,.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[2,3,4,1] => [[.,.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[2,4,1,3] => [[.,.],[[.,.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[2,4,3,1] => [[.,.],[[.,.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[3,1,2,4] => [[.,[.,.]],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[3,1,4,2] => [[.,[.,.]],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[3,2,1,4] => [[[.,.],.],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[3,2,4,1] => [[[.,.],.],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[3,4,1,2] => [[.,[.,.]],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[3,4,2,1] => [[[.,.],.],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[4,1,2,3] => [[.,[.,[.,.]]],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[4,1,3,2] => [[.,[[.,.],.]],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[4,2,1,3] => [[[.,.],[.,.]],.]
=> ([(0,3),(1,3),(2,3)],4)
=> 2
[4,2,3,1] => [[[.,.],[.,.]],.]
=> ([(0,3),(1,3),(2,3)],4)
=> 2
[4,3,1,2] => [[[.,[.,.]],.],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[4,3,2,1] => [[[[.,.],.],.],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
Description
The connected partition number of a graph.
This is the maximal number of blocks of a set partition $P$ of the set of vertices of a graph such that contracting each block of $P$ to a single vertex yields a clique.
Also called the pseudoachromatic number of a graph. This is the largest $n$ such that there exists a (not necessarily proper) $n$-coloring of the graph so that every two distinct colors are adjacent.
Matching statistic: St001963
(load all 5 compositions to match this statistic)
(load all 5 compositions to match this statistic)
Mp00072: Permutations —binary search tree: left to right⟶ Binary trees
Mp00011: Binary trees —to graph⟶ Graphs
St001963: Graphs ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00011: Binary trees —to graph⟶ Graphs
St001963: Graphs ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
[1] => [.,.]
=> ([],1)
=> 1
[1,2] => [.,[.,.]]
=> ([(0,1)],2)
=> 2
[2,1] => [[.,.],.]
=> ([(0,1)],2)
=> 2
[1,2,3] => [.,[.,[.,.]]]
=> ([(0,2),(1,2)],3)
=> 2
[1,3,2] => [.,[[.,.],.]]
=> ([(0,2),(1,2)],3)
=> 2
[2,1,3] => [[.,.],[.,.]]
=> ([(0,2),(1,2)],3)
=> 2
[2,3,1] => [[.,.],[.,.]]
=> ([(0,2),(1,2)],3)
=> 2
[3,1,2] => [[.,[.,.]],.]
=> ([(0,2),(1,2)],3)
=> 2
[3,2,1] => [[[.,.],.],.]
=> ([(0,2),(1,2)],3)
=> 2
[1,2,3,4] => [.,[.,[.,[.,.]]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[1,2,4,3] => [.,[.,[[.,.],.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[1,3,2,4] => [.,[[.,.],[.,.]]]
=> ([(0,3),(1,3),(2,3)],4)
=> 2
[1,3,4,2] => [.,[[.,.],[.,.]]]
=> ([(0,3),(1,3),(2,3)],4)
=> 2
[1,4,2,3] => [.,[[.,[.,.]],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[1,4,3,2] => [.,[[[.,.],.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[2,1,3,4] => [[.,.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[2,1,4,3] => [[.,.],[[.,.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[2,3,1,4] => [[.,.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[2,3,4,1] => [[.,.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[2,4,1,3] => [[.,.],[[.,.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[2,4,3,1] => [[.,.],[[.,.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[3,1,2,4] => [[.,[.,.]],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[3,1,4,2] => [[.,[.,.]],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[3,2,1,4] => [[[.,.],.],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[3,2,4,1] => [[[.,.],.],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[3,4,1,2] => [[.,[.,.]],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[3,4,2,1] => [[[.,.],.],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[4,1,2,3] => [[.,[.,[.,.]]],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[4,1,3,2] => [[.,[[.,.],.]],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[4,2,1,3] => [[[.,.],[.,.]],.]
=> ([(0,3),(1,3),(2,3)],4)
=> 2
[4,2,3,1] => [[[.,.],[.,.]],.]
=> ([(0,3),(1,3),(2,3)],4)
=> 2
[4,3,1,2] => [[[.,[.,.]],.],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[4,3,2,1] => [[[[.,.],.],.],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
Description
The tree-depth of a graph.
The tree-depth $\operatorname{td}(G)$ of a graph $G$ whose connected components are $G_1,\ldots,G_p$ is recursively defined as
$$\operatorname{td}(G)=\begin{cases} 1, & \text{if }|G|=1\\ 1 + \min_{v\in V} \operatorname{td}(G-v), & \text{if } p=1 \text{ and } |G| > 1\\ \max_{i=1}^p \operatorname{td}(G_i), & \text{otherwise} \end{cases}$$
Nešetřil and Ossona de Mendez [2] proved that the tree-depth of a connected graph is equal to its minimum elimination tree height and its centered chromatic number (fewest colors needed for a vertex coloring where every connected induced subgraph has a color that appears exactly once).
Tree-depth is strictly greater than [[St000536|pathwidth]]. A [[St001120|longest path]] in $G$ has at least $\operatorname{td}(G)$ vertices [3].
The following 361 statistics, ordered by result quality, also match your data. Click on any of them to see the details.
St000260The radius of a connected graph. St000362The size of a minimal vertex cover of a graph. St000387The matching number of a graph. St000473The number of parts of a partition that are strictly bigger than the number of ones. St000985The number of positive eigenvalues of the adjacency matrix of the graph. St001349The number of different graphs obtained from the given graph by removing an edge. St001794Half the number of sets of vertices in a graph which are dominating and non-blocking. St001812The biclique partition number of a graph. St000062The length of the longest increasing subsequence of the permutation. St000213The number of weak exceedances (also weak excedences) of a permutation. St000308The height of the tree associated to a permutation. St000318The number of addable cells of the Ferrers diagram of an integer partition. St000363The number of minimal vertex covers of a graph. St000553The number of blocks of a graph. St000684The global dimension of the LNakayama algebra associated to a Dyck path. St000686The finitistic dominant dimension of a Dyck path. St000725The smallest label of a leaf of the increasing binary tree associated to a permutation. St000740The last entry of a permutation. St000784The maximum of the length and the largest part of the integer partition. St000991The number of right-to-left minima of a permutation. St001039The maximal height of a column in the parallelogram polyomino associated with a Dyck path. St001108The 2-dynamic chromatic number of a graph. St001110The 3-dynamic chromatic number of a graph. St001246The maximal difference between two consecutive entries of a permutation. St001315The dissociation number of a graph. St001530The depth of a Dyck path. St001566The length of the longest arithmetic progression in a permutation. St001674The number of vertices of the largest induced star graph in the graph. St001725The harmonious chromatic number of a graph. St001738The minimal order of a graph which is not an induced subgraph of the given graph. St000141The maximum drop size of a permutation. St000155The number of exceedances (also excedences) of a permutation. St000159The number of distinct parts of the integer partition. St000171The degree of the graph. St000245The number of ascents of a permutation. St000337The lec statistic, the sum of the inversion numbers of the hook factors of a permutation. St000533The minimum of the number of parts and the size of the first part of an integer partition. St000547The number of even non-empty partial sums of an integer partition. St000662The staircase size of the code of a permutation. St000670The reversal length of a permutation. St000672The number of minimal elements in Bruhat order not less than the permutation. St000703The number of deficiencies of a permutation. St000743The number of entries in a standard Young tableau such that the next integer is a neighbour. St000783The side length of the largest staircase partition fitting into a partition. St000834The number of right outer peaks of a permutation. St000970Number of peaks minus the dominant dimension of the corresponding LNakayama algebra. St001096The size of the overlap set of a permutation. St001117The game chromatic index of a graph. St001183The maximum of $projdim(S)+injdim(S)$ over all simple modules in the Nakayama algebra corresponding to the Dyck path. St001258Gives the maximum of injective plus projective dimension of an indecomposable module over the corresponding Nakayama algebra. St001269The sum of the minimum of the number of exceedances and deficiencies in each cycle of a permutation. St001296The maximal torsionfree index of an indecomposable non-projective module in the corresponding Nakayama algebra. St001298The number of repeated entries in the Lehmer code of a permutation. St001388The number of non-attacking neighbors of a permutation. St001405The number of bonds in a permutation. St001572The minimal number of edges to remove to make a graph bipartite. St001573The minimal number of edges to remove to make a graph triangle-free. St001873For a Nakayama algebra corresponding to a Dyck path, we define the matrix C with entries the Hom-spaces between $e_i J$ and $e_j J$ (the radical of the indecomposable projective modules). St001928The number of non-overlapping descents in a permutation. St001012Number of simple modules with projective dimension at most 2 in the Nakayama algebra corresponding to the Dyck path. St001179Number of indecomposable injective modules with projective dimension at most 2 in the corresponding Nakayama algebra. St001741The largest integer such that all patterns of this size are contained in the permutation. St000222The number of alignments in the permutation. St000242The number of indices that are not cyclical small weak excedances. St000353The number of inner valleys of a permutation. St000457The number of occurrences of one of the patterns 132, 213 or 321 in a permutation. St000646The number of big ascents of a permutation. St000944The 3-degree of an integer partition. St001403The number of vertical separators in a permutation. St001414Half the length of the longest odd length palindromic prefix of a binary word. St001469The holeyness of a permutation. St001511The minimal number of transpositions needed to sort a permutation in either direction. St001520The number of strict 3-descents. St001556The number of inversions of the third entry of a permutation. St001639The number of alternating subsets such that applying the permutation does not yield an alternating subset. St001911A descent variant minus the number of inversions. St000702The number of weak deficiencies of a permutation. St000727The largest label of a leaf in the binary search tree associated with the permutation. St001516The number of cyclic bonds of a permutation. St001704The size of the largest multi-subset-intersection of the deck of a graph with the deck of another graph. St000075The orbit size of a standard tableau under promotion. St000216The absolute length of a permutation. St000243The number of cyclic valleys and cyclic peaks of a permutation. St000277The number of ribbon shaped standard tableaux. St000388The number of orbits of vertices of a graph under automorphisms. St000487The length of the shortest cycle of a permutation. St000706The product of the factorials of the multiplicities of an integer partition. St000767The number of runs in an integer composition. St000809The reduced reflection length of the permutation. St000820The number of compositions obtained by rotating the composition. St000829The Ulam distance of a permutation to the identity permutation. St000880The number of connected components of long braid edges in the graph of braid moves of a permutation. St000886The number of permutations with the same antidiagonal sums. St000887The maximal number of nonzero entries on a diagonal of a permutation matrix. St000903The number of different parts of an integer composition. St000982The length of the longest constant subword. St001052The length of the exterior of a permutation. St001118The acyclic chromatic index of a graph. St001220The width of a permutation. St001352The number of internal nodes in the modular decomposition of a graph. St001432The order dimension of the partition. St001514The dimension of the top of the Auslander-Reiten translate of the regular modules as a bimodule. St001568The smallest positive integer that does not appear twice in the partition. St001569The maximal modular displacement of a permutation. St001591The number of graphs with the given composition of multiplicities of Laplacian eigenvalues. St001609The number of coloured trees such that the multiplicities of colours are given by a partition. St001734The lettericity of a graph. St001780The order of promotion on the set of standard tableaux of given shape. St001899The total number of irreducible representations contained in the higher Lie character for an integer partition. St001900The number of distinct irreducible representations contained in the higher Lie character for an integer partition. St001908The number of semistandard tableaux of distinct weight whose maximal entry is the length of the partition. St001913The number of preimages of an integer partition in Bulgarian solitaire. St001929The number of meanders with top half given by the noncrossing matching corresponding to the Dyck path. St001936The number of transitive factorisations of a permutation of given cycle type into star transpositions. St001951The number of factors in the disjoint direct product decomposition of the automorphism group of a graph. St000089The absolute variation of a composition. St000175Degree of the polynomial counting the number of semistandard Young tableaux when stretching the shape. St000219The number of occurrences of the pattern 231 in a permutation. St000225Difference between largest and smallest parts in a partition. St000291The number of descents of a binary word. St000357The number of occurrences of the pattern 12-3. St000365The number of double ascents of a permutation. St000372The number of mid points of increasing subsequences of length 3 in a permutation. St000423The number of occurrences of the pattern 123 or of the pattern 132 in a permutation. St000427The number of occurrences of the pattern 123 or of the pattern 231 in a permutation. St000428The number of occurrences of the pattern 123 or of the pattern 213 in a permutation. St000429The number of occurrences of the pattern 123 or of the pattern 321 in a permutation. St000430The number of occurrences of the pattern 123 or of the pattern 312 in a permutation. St000432The number of occurrences of the pattern 231 or of the pattern 312 in a permutation. St000433The number of occurrences of the pattern 132 or of the pattern 321 in a permutation. St000434The number of occurrences of the pattern 213 or of the pattern 312 in a permutation. St000437The number of occurrences of the pattern 312 or of the pattern 321 in a permutation. St000486The number of cycles of length at least 3 of a permutation. St000538The number of even inversions of a permutation. St000624The normalized sum of the minimal distances to a greater element. St000649The number of 3-excedences of a permutation. St000650The number of 3-rises of a permutation. St000688The global dimension minus the dominant dimension of the LNakayama algebra associated to a Dyck path. St000711The number of big exceedences of a permutation. St000732The number of double deficiencies of a permutation. St000749The smallest integer d such that the restriction of the representation corresponding to a partition of n to the symmetric group on n-d letters has a constituent of odd degree. St000779The tier of a permutation. St000801The number of occurrences of the vincular pattern |312 in a permutation. St000804The number of occurrences of the vincular pattern |123 in a permutation. St000836The number of descents of distance 2 of a permutation. St000837The number of ascents of distance 2 of a permutation. St000872The number of very big descents of a permutation. St000875The semilength of the longest Dyck word in the Catalan factorisation of a binary word. St000877The depth of the binary word interpreted as a path. St000881The number of short braid edges in the graph of braid moves of a permutation. St000921The number of internal inversions of a binary word. St000940The number of characters of the symmetric group whose value on the partition is zero. St001082The number of boxed occurrences of 123 in a permutation. St001095The number of non-isomorphic posets with precisely one further covering relation. St001164Number of indecomposable injective modules whose socle has projective dimension at most g-1 (g the global dimension) minus the number of indecomposable projective-injective modules. St001174The Gorenstein dimension of the algebra $A/I$ when $I$ is the tilting module corresponding to the permutation in the Auslander algebra of $K[x]/(x^n)$. St001263The index of the maximal parabolic seaweed algebra associated with the composition. St001281The normalized isoperimetric number of a graph. St001421Half the length of a longest factor which is its own reverse-complement and begins with a one of a binary word. St001423The number of distinct cubes in a binary word. St001424The number of distinct squares in a binary word. St001521Half the total irregularity of a graph. St001552The number of inversions between excedances and fixed points of a permutation. St001557The number of inversions of the second entry of a permutation. St001565The number of arithmetic progressions of length 2 in a permutation. St001574The minimal number of edges to add or remove to make a graph regular. St001576The minimal number of edges to add or remove to make a graph vertex transitive. St001586The number of odd parts smaller than the largest even part in an integer partition. St001673The degree of asymmetry of an integer composition. St001682The number of distinct positions of the pattern letter 1 in occurrences of 123 in a permutation. St001730The number of times the path corresponding to a binary word crosses the base line. St001731The factorization defect of a permutation. St001742The difference of the maximal and the minimal degree in a graph. St001810The number of fixed points of a permutation smaller than its largest moved point. St001822The number of alignments of a signed permutation. St001960The number of descents of a permutation minus one if its first entry is not one. St000258The burning number of a graph. St001261The Castelnuovo-Mumford regularity of a graph. St001316The domatic number of a graph. St001494The Alon-Tarsi number of a graph. St000535The rank-width of a graph. St001340The cardinality of a minimal non-edge isolating set of a graph. St001393The induced matching number of a graph. St001333The cardinality of a minimal edge-isolating set of a graph. St000724The label of the leaf of the path following the smaller label in the increasing binary tree associated to a permutation. St000060The greater neighbor of the maximum. St000393The number of strictly increasing runs in a binary word. St000402Half the size of the symmetry class of a permutation. St000530The number of permutations with the same descent word as the given permutation. St000619The number of cyclic descents of a permutation. St000876The number of factors in the Catalan decomposition of a binary word. St001267The length of the Lyndon factorization of the binary word. St001437The flex of a binary word. St000941The number of characters of the symmetric group whose value on the partition is even. St001078The minimal number of occurrences of (12) in a factorization of a permutation into transpositions (12) and cycles (1,. St001930The weak major index of a binary word. St000064The number of one-box pattern of a permutation. St000488The number of cycles of a permutation of length at most 2. St000489The number of cycles of a permutation of length at most 3. St000515The number of invariant set partitions when acting with a permutation of given cycle type. St000654The first descent of a permutation. St000923The minimal number with no two order isomorphic substrings of this length in a permutation. St001927Sparre Andersen's number of positives of a signed permutation. St000529The number of permutations whose descent word is the given binary word. St000543The size of the conjugacy class of a binary word. St000626The minimal period of a binary word. St000630The length of the shortest palindromic decomposition of a binary word. St000704The number of semistandard tableaux on a given integer partition with minimal maximal entry. St000832The number of permutations obtained by reversing blocks of three consecutive numbers. St000983The length of the longest alternating subword. St001128The exponens consonantiae of a partition. St001603The number of colourings of a polygon such that the multiplicities of a colour are given by a partition. St001948The number of augmented double ascents of a permutation. St000628The balance of a binary word. St000691The number of changes of a binary word. St000938The number of zeros of the symmetric group character corresponding to the partition. St001035The convexity degree of the parallelogram polyomino associated with the Dyck path. St001124The multiplicity of the standard representation in the Kronecker square corresponding to a partition. St001130The number of two successive successions in a permutation. St001355Number of non-empty prefixes of a binary word that contain equally many 0's and 1's. St001420Half the length of a longest factor which is its own reverse-complement of a binary word. St001629The coefficient of the integer composition in the quasisymmetric expansion of the relabelling action of the symmetric group on cycles. St001875The number of simple modules with projective dimension at most 1. 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$. St001879The number of indecomposable summands of the top of the first syzygy of the dual of the regular module in the incidence algebra of the lattice. St001880The number of 2-Gorenstein indecomposable injective modules in the incidence algebra of the lattice. St001195The global dimension of the algebra $A/AfA$ of the corresponding Nakayama algebra $A$ with minimal left faithful projective-injective module $Af$. St001942The number of loops of the quiver corresponding to the reduced incidence algebra of a poset. St000097The order of the largest clique of the graph. St000098The chromatic number of a graph. St001642The Prague dimension of a graph. St000264The girth of a graph, which is not a tree. St000699The toughness times the least common multiple of 1,. St000455The second largest eigenvalue of a graph if it is integral. St000771The largest multiplicity of a distance Laplacian eigenvalue in a connected graph. St000772The multiplicity of the largest distance Laplacian eigenvalue in a connected graph. St000679The pruning number of an ordered tree. St000396The register function (or Horton-Strahler number) of a binary tree. St000741The Colin de Verdière graph invariant. St001031The height of the bicoloured Motzkin path associated with the Dyck path. St001060The distinguishing index of a graph. St001624The breadth of a lattice. St000298The order dimension or Dushnik-Miller dimension of a poset. St000454The largest eigenvalue of a graph if it is integral. St000717The number of ordinal summands of a poset. St001630The global dimension of the incidence algebra of the lattice over the rational numbers. St001878The projective dimension of the simple modules corresponding to the minimum of L in the incidence algebra of the lattice L. St001625The Möbius invariant of a lattice. St000273The domination number of a graph. St000544The cop number of a graph. St000774The maximal multiplicity of a Laplacian eigenvalue in a graph. St001277The degeneracy of a graph. St001322The size of a minimal independent dominating set in a graph. St001339The irredundance number of a graph. St001358The largest degree of a regular subgraph of a graph. St001716The 1-improper chromatic number of a graph. St001792The arboricity of a graph. St000671The maximin edge-connectivity for choosing a subgraph. St000916The packing number of a graph. St001335The cardinality of a minimal cycle-isolating set of a graph. St001580The acyclic chromatic number of a graph. St001743The discrepancy of a graph. St001890The maximum magnitude of the Möbius function of a poset. St000351The determinant of the adjacency matrix of a graph. St000181The number of connected components of the Hasse diagram for the poset. St001964The interval resolution global dimension of a poset. St000782The indicator function of whether a given perfect matching is an L & P matching. St000092The number of outer peaks of a permutation. St000099The number of valleys of a permutation, including the boundary. St000261The edge connectivity of a graph. St000262The vertex connectivity of a graph. St000310The minimal degree of a vertex of a graph. St000537The cutwidth of a graph. St000633The size of the automorphism group of a poset. St000640The rank of the largest boolean interval in a poset. St000778The metric dimension of a graph. St000846The maximal number of elements covering an element of a poset. St001235The global dimension of the corresponding Comp-Nakayama algebra. St001270The bandwidth of a graph. St001399The distinguishing number of a poset. St001503The largest distance of a vertex to a vertex in a cycle in the resolution quiver of the corresponding Nakayama algebra. St001621The number of atoms of a lattice. St001644The dimension of a graph. St001724The 2-packing differential of a graph. St001962The proper pathwidth of a graph. St000023The number of inner peaks of a permutation. St000287The number of connected components of a graph. St000422The energy of a graph, if it is integral. St000601The number of occurrences of the pattern {{1},{2,3}} such that 1,2 are minimal, (2,3) are consecutive in a block. St000638The number of up-down runs of a permutation. St000822The Hadwiger number of the graph. St001022Number of simple modules with projective dimension 3 in the Nakayama algebra corresponding to the Dyck path. St001112The 3-weak dynamic number of a graph. St001181Number of indecomposable injective modules with grade at least 3 in the corresponding Nakayama algebra. St001353The number of prime nodes in the modular decomposition of a graph. St001638The book thickness of a graph. St001729The number of visible descents of a permutation. St001746The coalition number of a graph. St001805The maximal overlap of a cylindrical tableau associated with a semistandard tableau. St001876The number of 2-regular simple modules in the incidence algebra of the lattice. St001926Sparre Andersen's position of the maximum of a signed permutation. St000990The first ascent of a permutation. St000570The Edelman-Greene number of a permutation. St000873The aix statistic of a permutation. St001570The minimal number of edges to add to make a graph Hamiltonian. St001859The number of factors of the Stanley symmetric function associated with a permutation. St001877Number of indecomposable injective modules with projective dimension 2. St000102The charge of a semistandard tableau. St000279The size of the preimage of the map 'cycle-as-one-line notation' from Permutations to Permutations. St000516The number of stretching pairs of a permutation. St000623The number of occurrences of the pattern 52341 in a permutation. St000803The number of occurrences of the vincular pattern |132 in a permutation. St001409The maximal entry of a semistandard tableau. St001408The number of maximal entries in a semistandard tableau. St001410The minimal entry of a semistandard tableau. St000477The weight of a partition according to Alladi. St000514The number of invariant simple graphs when acting with a permutation of given cycle type. St000668The least common multiple of the parts of the partition. St000707The product of the factorials of the parts. St000708The product of the parts of an integer partition. St000714The number of semistandard Young tableau of given shape, with entries at most 2. St000770The major index of an integer partition when read from bottom to top. St000813The number of zero-one matrices with weakly decreasing column sums and row sums given by the partition. St000815The number of semistandard Young tableaux of partition weight of given shape. St000933The number of multipartitions of sizes given by an integer partition. St000937The number of positive values of the symmetric group character corresponding to the partition. St000939The number of characters of the symmetric group whose value on the partition is positive. St000993The multiplicity of the largest part of an integer partition. St000997The even-odd crank of an integer partition. St001097The coefficient of the monomial symmetric function indexed by the partition in the formal group law for linear orders. St001098The coefficient times the product of the factorials of the parts of the monomial symmetric function indexed by the partition in the formal group law for vertex labelled trees. St001198The number of simple modules in the algebra $eAe$ with projective dimension at most 1 in the corresponding Nakayama algebra $A$ with minimal faithful projective-injective module $eA$. St001206The maximal dimension of an indecomposable projective $eAe$-module (that is the height of the corresponding Dyck path) of the corresponding Nakayama algebra with minimal faithful projective-injective module $eA$. St001605The number of colourings of a cycle such that the multiplicities of colours are given by a partition. St001491The number of indecomposable projective-injective modules in the algebra corresponding to a subset. St000739The first entry in the last row of a semistandard tableau. St001401The number of distinct entries in a semistandard tableau. St001637The number of (upper) dissectors of a poset. St001668The number of points of the poset minus the width of the poset. St000101The cocharge of a semistandard tableau. St000080The rank of the poset. St000736The last entry in the first row of a semistandard tableau. St001623The number of doubly irreducible elements of a lattice. St001686The order of promotion on a Gelfand-Tsetlin pattern. St000259The diameter of a connected graph. St001207The Lowey length of the algebra $A/T$ when $T$ is the 1-tilting module corresponding to the permutation in the Auslander algebra of $K[x]/(x^n)$. St001232The number of indecomposable modules with projective dimension 2 for Nakayama algebras with global dimension at most 2. St001314The number of tilting modules of arbitrary projective dimension that have no simple modules as a direct summand in the corresponding Nakayama algebra. St001330The hat guessing number of a graph. St001526The Loewy length of the Auslander-Reiten translate of the regular module as a bimodule of the Nakayama algebra corresponding to the Dyck path. St001575The minimal number of edges to add or remove to make a graph edge transitive. St001577The minimal number of edges to add or remove to make a graph a cograph. St001578The minimal number of edges to add or remove to make a graph a line graph. St001582The grades of the simple modules corresponding to the points in the poset of the symmetric group under the Bruhat order. St001645The pebbling number of a connected graph. St001649The length of a longest trail in a graph. St001820The size of the image of the pop stack sorting operator. St001856The number of edges in the reduced word graph of a permutation. St001002Number of indecomposable modules with projective and injective dimension at most 1 in the Nakayama algebra corresponding to the Dyck path. St001626The number of maximal proper sublattices of a lattice. St001720The minimal length of a chain of small intervals in a lattice.
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!