Your data matches 59 different statistics following compositions of up to 3 maps.
(click to perform a complete search on your data)
Mp00051: Ordered trees to Dyck pathDyck paths
St000920: Dyck paths ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[[]]
=> [1,0]
=> 1
[[],[]]
=> [1,0,1,0]
=> 1
[[[]]]
=> [1,1,0,0]
=> 1
[[],[],[]]
=> [1,0,1,0,1,0]
=> 1
[[],[[]]]
=> [1,0,1,1,0,0]
=> 1
[[[]],[]]
=> [1,1,0,0,1,0]
=> 1
[[[],[]]]
=> [1,1,0,1,0,0]
=> 1
[[[[]]]]
=> [1,1,1,0,0,0]
=> 2
[[],[],[],[]]
=> [1,0,1,0,1,0,1,0]
=> 1
[[],[],[[]]]
=> [1,0,1,0,1,1,0,0]
=> 1
[[],[[]],[]]
=> [1,0,1,1,0,0,1,0]
=> 1
[[],[[],[]]]
=> [1,0,1,1,0,1,0,0]
=> 1
[[],[[[]]]]
=> [1,0,1,1,1,0,0,0]
=> 2
[[[]],[],[]]
=> [1,1,0,0,1,0,1,0]
=> 1
[[[]],[[]]]
=> [1,1,0,0,1,1,0,0]
=> 1
[[[],[]],[]]
=> [1,1,0,1,0,0,1,0]
=> 1
[[[[]]],[]]
=> [1,1,1,0,0,0,1,0]
=> 2
[[[],[],[]]]
=> [1,1,0,1,0,1,0,0]
=> 1
[[[],[[]]]]
=> [1,1,0,1,1,0,0,0]
=> 2
[[[[]],[]]]
=> [1,1,1,0,0,1,0,0]
=> 2
[[[[],[]]]]
=> [1,1,1,0,1,0,0,0]
=> 2
[[[[[]]]]]
=> [1,1,1,1,0,0,0,0]
=> 2
[[],[],[],[],[]]
=> [1,0,1,0,1,0,1,0,1,0]
=> 1
[[],[],[],[[]]]
=> [1,0,1,0,1,0,1,1,0,0]
=> 1
[[],[],[[]],[]]
=> [1,0,1,0,1,1,0,0,1,0]
=> 1
[[],[],[[],[]]]
=> [1,0,1,0,1,1,0,1,0,0]
=> 1
[[],[],[[[]]]]
=> [1,0,1,0,1,1,1,0,0,0]
=> 2
[[],[[]],[],[]]
=> [1,0,1,1,0,0,1,0,1,0]
=> 1
[[],[[]],[[]]]
=> [1,0,1,1,0,0,1,1,0,0]
=> 1
[[],[[],[]],[]]
=> [1,0,1,1,0,1,0,0,1,0]
=> 1
[[],[[[]]],[]]
=> [1,0,1,1,1,0,0,0,1,0]
=> 2
[[],[[],[],[]]]
=> [1,0,1,1,0,1,0,1,0,0]
=> 1
[[],[[],[[]]]]
=> [1,0,1,1,0,1,1,0,0,0]
=> 2
[[],[[[]],[]]]
=> [1,0,1,1,1,0,0,1,0,0]
=> 2
[[[]],[],[],[]]
=> [1,1,0,0,1,0,1,0,1,0]
=> 1
[[[]],[],[[]]]
=> [1,1,0,0,1,0,1,1,0,0]
=> 1
[[[]],[[]],[]]
=> [1,1,0,0,1,1,0,0,1,0]
=> 1
[[[]],[[],[]]]
=> [1,1,0,0,1,1,0,1,0,0]
=> 1
[[[]],[[[]]]]
=> [1,1,0,0,1,1,1,0,0,0]
=> 2
[[[],[]],[],[]]
=> [1,1,0,1,0,0,1,0,1,0]
=> 1
[[[[]]],[],[]]
=> [1,1,1,0,0,0,1,0,1,0]
=> 2
[[[],[]],[[]]]
=> [1,1,0,1,0,0,1,1,0,0]
=> 1
[[[[]]],[[]]]
=> [1,1,1,0,0,0,1,1,0,0]
=> 2
[[[],[],[]],[]]
=> [1,1,0,1,0,1,0,0,1,0]
=> 1
[[[],[[]]],[]]
=> [1,1,0,1,1,0,0,0,1,0]
=> 2
[[[[]],[]],[]]
=> [1,1,1,0,0,1,0,0,1,0]
=> 2
[[[],[],[],[]]]
=> [1,1,0,1,0,1,0,1,0,0]
=> 1
[[[],[],[[]]]]
=> [1,1,0,1,0,1,1,0,0,0]
=> 2
[[[],[[]],[]]]
=> [1,1,0,1,1,0,0,1,0,0]
=> 2
[[[[]],[],[]]]
=> [1,1,1,0,0,1,0,1,0,0]
=> 2
Description
The logarithmic height of a Dyck path. This is the floor of the binary logarithm of the usual height increased by one: $$ \lfloor\log_2(1+height(D))\rfloor $$
Mp00051: Ordered trees to Dyck pathDyck paths
Mp00232: Dyck paths parallelogram posetPosets
St000298: Posets ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[[]]
=> [1,0]
=> ([],1)
=> 1
[[],[]]
=> [1,0,1,0]
=> ([(0,1)],2)
=> 1
[[[]]]
=> [1,1,0,0]
=> ([(0,1)],2)
=> 1
[[],[],[]]
=> [1,0,1,0,1,0]
=> ([(0,2),(2,1)],3)
=> 1
[[],[[]]]
=> [1,0,1,1,0,0]
=> ([(0,2),(2,1)],3)
=> 1
[[[]],[]]
=> [1,1,0,0,1,0]
=> ([(0,2),(2,1)],3)
=> 1
[[[],[]]]
=> [1,1,0,1,0,0]
=> ([(0,2),(2,1)],3)
=> 1
[[[[]]]]
=> [1,1,1,0,0,0]
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 2
[[],[],[],[]]
=> [1,0,1,0,1,0,1,0]
=> ([(0,3),(2,1),(3,2)],4)
=> 1
[[],[],[[]]]
=> [1,0,1,0,1,1,0,0]
=> ([(0,3),(2,1),(3,2)],4)
=> 1
[[],[[]],[]]
=> [1,0,1,1,0,0,1,0]
=> ([(0,3),(2,1),(3,2)],4)
=> 1
[[],[[],[]]]
=> [1,0,1,1,0,1,0,0]
=> ([(0,3),(2,1),(3,2)],4)
=> 1
[[],[[[]]]]
=> [1,0,1,1,1,0,0,0]
=> ([(0,3),(1,4),(2,4),(3,1),(3,2)],5)
=> 2
[[[]],[],[]]
=> [1,1,0,0,1,0,1,0]
=> ([(0,3),(2,1),(3,2)],4)
=> 1
[[[]],[[]]]
=> [1,1,0,0,1,1,0,0]
=> ([(0,3),(2,1),(3,2)],4)
=> 1
[[[],[]],[]]
=> [1,1,0,1,0,0,1,0]
=> ([(0,3),(2,1),(3,2)],4)
=> 1
[[[[]]],[]]
=> [1,1,1,0,0,0,1,0]
=> ([(0,2),(0,3),(2,4),(3,4),(4,1)],5)
=> 2
[[[],[],[]]]
=> [1,1,0,1,0,1,0,0]
=> ([(0,3),(2,1),(3,2)],4)
=> 1
[[[],[[]]]]
=> [1,1,0,1,1,0,0,0]
=> ([(0,3),(1,4),(2,4),(3,1),(3,2)],5)
=> 2
[[[[]],[]]]
=> [1,1,1,0,0,1,0,0]
=> ([(0,2),(0,3),(2,4),(3,4),(4,1)],5)
=> 2
[[[[],[]]]]
=> [1,1,1,0,1,0,0,0]
=> ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> 2
[[[[[]]]]]
=> [1,1,1,1,0,0,0,0]
=> ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> 2
[[],[],[],[],[]]
=> [1,0,1,0,1,0,1,0,1,0]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 1
[[],[],[],[[]]]
=> [1,0,1,0,1,0,1,1,0,0]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 1
[[],[],[[]],[]]
=> [1,0,1,0,1,1,0,0,1,0]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 1
[[],[],[[],[]]]
=> [1,0,1,0,1,1,0,1,0,0]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 1
[[],[],[[[]]]]
=> [1,0,1,0,1,1,1,0,0,0]
=> ([(0,3),(1,5),(2,5),(3,4),(4,1),(4,2)],6)
=> 2
[[],[[]],[],[]]
=> [1,0,1,1,0,0,1,0,1,0]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 1
[[],[[]],[[]]]
=> [1,0,1,1,0,0,1,1,0,0]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 1
[[],[[],[]],[]]
=> [1,0,1,1,0,1,0,0,1,0]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 1
[[],[[[]]],[]]
=> [1,0,1,1,1,0,0,0,1,0]
=> ([(0,4),(1,5),(2,5),(4,1),(4,2),(5,3)],6)
=> 2
[[],[[],[],[]]]
=> [1,0,1,1,0,1,0,1,0,0]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 1
[[],[[],[[]]]]
=> [1,0,1,1,0,1,1,0,0,0]
=> ([(0,3),(1,5),(2,5),(3,4),(4,1),(4,2)],6)
=> 2
[[],[[[]],[]]]
=> [1,0,1,1,1,0,0,1,0,0]
=> ([(0,4),(1,5),(2,5),(4,1),(4,2),(5,3)],6)
=> 2
[[[]],[],[],[]]
=> [1,1,0,0,1,0,1,0,1,0]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 1
[[[]],[],[[]]]
=> [1,1,0,0,1,0,1,1,0,0]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 1
[[[]],[[]],[]]
=> [1,1,0,0,1,1,0,0,1,0]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 1
[[[]],[[],[]]]
=> [1,1,0,0,1,1,0,1,0,0]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 1
[[[]],[[[]]]]
=> [1,1,0,0,1,1,1,0,0,0]
=> ([(0,3),(1,5),(2,5),(3,4),(4,1),(4,2)],6)
=> 2
[[[],[]],[],[]]
=> [1,1,0,1,0,0,1,0,1,0]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 1
[[[[]]],[],[]]
=> [1,1,1,0,0,0,1,0,1,0]
=> ([(0,2),(0,3),(2,5),(3,5),(4,1),(5,4)],6)
=> 2
[[[],[]],[[]]]
=> [1,1,0,1,0,0,1,1,0,0]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 1
[[[[]]],[[]]]
=> [1,1,1,0,0,0,1,1,0,0]
=> ([(0,2),(0,3),(2,5),(3,5),(4,1),(5,4)],6)
=> 2
[[[],[],[]],[]]
=> [1,1,0,1,0,1,0,0,1,0]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 1
[[[],[[]]],[]]
=> [1,1,0,1,1,0,0,0,1,0]
=> ([(0,4),(1,5),(2,5),(4,1),(4,2),(5,3)],6)
=> 2
[[[[]],[]],[]]
=> [1,1,1,0,0,1,0,0,1,0]
=> ([(0,2),(0,3),(2,5),(3,5),(4,1),(5,4)],6)
=> 2
[[[],[],[],[]]]
=> [1,1,0,1,0,1,0,1,0,0]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 1
[[[],[],[[]]]]
=> [1,1,0,1,0,1,1,0,0,0]
=> ([(0,3),(1,5),(2,5),(3,4),(4,1),(4,2)],6)
=> 2
[[[],[[]],[]]]
=> [1,1,0,1,1,0,0,1,0,0]
=> ([(0,4),(1,5),(2,5),(4,1),(4,2),(5,3)],6)
=> 2
[[[[]],[],[]]]
=> [1,1,1,0,0,1,0,1,0,0]
=> ([(0,2),(0,3),(2,5),(3,5),(4,1),(5,4)],6)
=> 2
Description
The order dimension or Dushnik-Miller dimension of a poset. This is the minimal number of linear orderings whose intersection is the given poset.
Mp00051: Ordered trees to Dyck pathDyck paths
Mp00140: Dyck paths logarithmic height to pruning numberBinary trees
St000396: Binary trees ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[[]]
=> [1,0]
=> [.,.]
=> 1
[[],[]]
=> [1,0,1,0]
=> [.,[.,.]]
=> 1
[[[]]]
=> [1,1,0,0]
=> [[.,.],.]
=> 1
[[],[],[]]
=> [1,0,1,0,1,0]
=> [.,[.,[.,.]]]
=> 1
[[],[[]]]
=> [1,0,1,1,0,0]
=> [.,[[.,.],.]]
=> 1
[[[]],[]]
=> [1,1,0,0,1,0]
=> [[.,[.,.]],.]
=> 1
[[[],[]]]
=> [1,1,0,1,0,0]
=> [[[.,.],.],.]
=> 1
[[[[]]]]
=> [1,1,1,0,0,0]
=> [[.,.],[.,.]]
=> 2
[[],[],[],[]]
=> [1,0,1,0,1,0,1,0]
=> [.,[.,[.,[.,.]]]]
=> 1
[[],[],[[]]]
=> [1,0,1,0,1,1,0,0]
=> [.,[.,[[.,.],.]]]
=> 1
[[],[[]],[]]
=> [1,0,1,1,0,0,1,0]
=> [.,[[.,[.,.]],.]]
=> 1
[[],[[],[]]]
=> [1,0,1,1,0,1,0,0]
=> [.,[[[.,.],.],.]]
=> 1
[[],[[[]]]]
=> [1,0,1,1,1,0,0,0]
=> [.,[[.,.],[.,.]]]
=> 2
[[[]],[],[]]
=> [1,1,0,0,1,0,1,0]
=> [[.,[.,[.,.]]],.]
=> 1
[[[]],[[]]]
=> [1,1,0,0,1,1,0,0]
=> [[.,[[.,.],.]],.]
=> 1
[[[],[]],[]]
=> [1,1,0,1,0,0,1,0]
=> [[[.,[.,.]],.],.]
=> 1
[[[[]]],[]]
=> [1,1,1,0,0,0,1,0]
=> [[.,.],[.,[.,.]]]
=> 2
[[[],[],[]]]
=> [1,1,0,1,0,1,0,0]
=> [[[[.,.],.],.],.]
=> 1
[[[],[[]]]]
=> [1,1,0,1,1,0,0,0]
=> [[[.,.],[.,.]],.]
=> 2
[[[[]],[]]]
=> [1,1,1,0,0,1,0,0]
=> [[.,.],[[.,.],.]]
=> 2
[[[[],[]]]]
=> [1,1,1,0,1,0,0,0]
=> [[.,[.,.]],[.,.]]
=> 2
[[[[[]]]]]
=> [1,1,1,1,0,0,0,0]
=> [[[.,.],.],[.,.]]
=> 2
[[],[],[],[],[]]
=> [1,0,1,0,1,0,1,0,1,0]
=> [.,[.,[.,[.,[.,.]]]]]
=> 1
[[],[],[],[[]]]
=> [1,0,1,0,1,0,1,1,0,0]
=> [.,[.,[.,[[.,.],.]]]]
=> 1
[[],[],[[]],[]]
=> [1,0,1,0,1,1,0,0,1,0]
=> [.,[.,[[.,[.,.]],.]]]
=> 1
[[],[],[[],[]]]
=> [1,0,1,0,1,1,0,1,0,0]
=> [.,[.,[[[.,.],.],.]]]
=> 1
[[],[],[[[]]]]
=> [1,0,1,0,1,1,1,0,0,0]
=> [.,[.,[[.,.],[.,.]]]]
=> 2
[[],[[]],[],[]]
=> [1,0,1,1,0,0,1,0,1,0]
=> [.,[[.,[.,[.,.]]],.]]
=> 1
[[],[[]],[[]]]
=> [1,0,1,1,0,0,1,1,0,0]
=> [.,[[.,[[.,.],.]],.]]
=> 1
[[],[[],[]],[]]
=> [1,0,1,1,0,1,0,0,1,0]
=> [.,[[[.,[.,.]],.],.]]
=> 1
[[],[[[]]],[]]
=> [1,0,1,1,1,0,0,0,1,0]
=> [.,[[.,.],[.,[.,.]]]]
=> 2
[[],[[],[],[]]]
=> [1,0,1,1,0,1,0,1,0,0]
=> [.,[[[[.,.],.],.],.]]
=> 1
[[],[[],[[]]]]
=> [1,0,1,1,0,1,1,0,0,0]
=> [.,[[[.,.],[.,.]],.]]
=> 2
[[],[[[]],[]]]
=> [1,0,1,1,1,0,0,1,0,0]
=> [.,[[.,.],[[.,.],.]]]
=> 2
[[[]],[],[],[]]
=> [1,1,0,0,1,0,1,0,1,0]
=> [[.,[.,[.,[.,.]]]],.]
=> 1
[[[]],[],[[]]]
=> [1,1,0,0,1,0,1,1,0,0]
=> [[.,[.,[[.,.],.]]],.]
=> 1
[[[]],[[]],[]]
=> [1,1,0,0,1,1,0,0,1,0]
=> [[.,[[.,[.,.]],.]],.]
=> 1
[[[]],[[],[]]]
=> [1,1,0,0,1,1,0,1,0,0]
=> [[.,[[[.,.],.],.]],.]
=> 1
[[[]],[[[]]]]
=> [1,1,0,0,1,1,1,0,0,0]
=> [[.,[[.,.],[.,.]]],.]
=> 2
[[[],[]],[],[]]
=> [1,1,0,1,0,0,1,0,1,0]
=> [[[.,[.,[.,.]]],.],.]
=> 1
[[[[]]],[],[]]
=> [1,1,1,0,0,0,1,0,1,0]
=> [[.,.],[.,[.,[.,.]]]]
=> 2
[[[],[]],[[]]]
=> [1,1,0,1,0,0,1,1,0,0]
=> [[[.,[[.,.],.]],.],.]
=> 1
[[[[]]],[[]]]
=> [1,1,1,0,0,0,1,1,0,0]
=> [[.,.],[.,[[.,.],.]]]
=> 2
[[[],[],[]],[]]
=> [1,1,0,1,0,1,0,0,1,0]
=> [[[[.,[.,.]],.],.],.]
=> 1
[[[],[[]]],[]]
=> [1,1,0,1,1,0,0,0,1,0]
=> [[[.,.],[.,[.,.]]],.]
=> 2
[[[[]],[]],[]]
=> [1,1,1,0,0,1,0,0,1,0]
=> [[.,.],[[.,[.,.]],.]]
=> 2
[[[],[],[],[]]]
=> [1,1,0,1,0,1,0,1,0,0]
=> [[[[[.,.],.],.],.],.]
=> 1
[[[],[],[[]]]]
=> [1,1,0,1,0,1,1,0,0,0]
=> [[[[.,.],[.,.]],.],.]
=> 2
[[[],[[]],[]]]
=> [1,1,0,1,1,0,0,1,0,0]
=> [[[.,.],[[.,.],.]],.]
=> 2
[[[[]],[],[]]]
=> [1,1,1,0,0,1,0,1,0,0]
=> [[.,.],[[[.,.],.],.]]
=> 2
Description
The register function (or Horton-Strahler number) of a binary tree. This is different from the dimension of the associated poset for the tree $[[[.,.],[.,.]],[[.,.],[.,.]]]$: its register function is 3, whereas the dimension of the associated poset is 2.
Mp00051: Ordered trees to Dyck pathDyck paths
Mp00232: Dyck paths parallelogram posetPosets
St000527: Posets ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[[]]
=> [1,0]
=> ([],1)
=> 1
[[],[]]
=> [1,0,1,0]
=> ([(0,1)],2)
=> 1
[[[]]]
=> [1,1,0,0]
=> ([(0,1)],2)
=> 1
[[],[],[]]
=> [1,0,1,0,1,0]
=> ([(0,2),(2,1)],3)
=> 1
[[],[[]]]
=> [1,0,1,1,0,0]
=> ([(0,2),(2,1)],3)
=> 1
[[[]],[]]
=> [1,1,0,0,1,0]
=> ([(0,2),(2,1)],3)
=> 1
[[[],[]]]
=> [1,1,0,1,0,0]
=> ([(0,2),(2,1)],3)
=> 1
[[[[]]]]
=> [1,1,1,0,0,0]
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 2
[[],[],[],[]]
=> [1,0,1,0,1,0,1,0]
=> ([(0,3),(2,1),(3,2)],4)
=> 1
[[],[],[[]]]
=> [1,0,1,0,1,1,0,0]
=> ([(0,3),(2,1),(3,2)],4)
=> 1
[[],[[]],[]]
=> [1,0,1,1,0,0,1,0]
=> ([(0,3),(2,1),(3,2)],4)
=> 1
[[],[[],[]]]
=> [1,0,1,1,0,1,0,0]
=> ([(0,3),(2,1),(3,2)],4)
=> 1
[[],[[[]]]]
=> [1,0,1,1,1,0,0,0]
=> ([(0,3),(1,4),(2,4),(3,1),(3,2)],5)
=> 2
[[[]],[],[]]
=> [1,1,0,0,1,0,1,0]
=> ([(0,3),(2,1),(3,2)],4)
=> 1
[[[]],[[]]]
=> [1,1,0,0,1,1,0,0]
=> ([(0,3),(2,1),(3,2)],4)
=> 1
[[[],[]],[]]
=> [1,1,0,1,0,0,1,0]
=> ([(0,3),(2,1),(3,2)],4)
=> 1
[[[[]]],[]]
=> [1,1,1,0,0,0,1,0]
=> ([(0,2),(0,3),(2,4),(3,4),(4,1)],5)
=> 2
[[[],[],[]]]
=> [1,1,0,1,0,1,0,0]
=> ([(0,3),(2,1),(3,2)],4)
=> 1
[[[],[[]]]]
=> [1,1,0,1,1,0,0,0]
=> ([(0,3),(1,4),(2,4),(3,1),(3,2)],5)
=> 2
[[[[]],[]]]
=> [1,1,1,0,0,1,0,0]
=> ([(0,2),(0,3),(2,4),(3,4),(4,1)],5)
=> 2
[[[[],[]]]]
=> [1,1,1,0,1,0,0,0]
=> ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> 2
[[[[[]]]]]
=> [1,1,1,1,0,0,0,0]
=> ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> 2
[[],[],[],[],[]]
=> [1,0,1,0,1,0,1,0,1,0]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 1
[[],[],[],[[]]]
=> [1,0,1,0,1,0,1,1,0,0]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 1
[[],[],[[]],[]]
=> [1,0,1,0,1,1,0,0,1,0]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 1
[[],[],[[],[]]]
=> [1,0,1,0,1,1,0,1,0,0]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 1
[[],[],[[[]]]]
=> [1,0,1,0,1,1,1,0,0,0]
=> ([(0,3),(1,5),(2,5),(3,4),(4,1),(4,2)],6)
=> 2
[[],[[]],[],[]]
=> [1,0,1,1,0,0,1,0,1,0]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 1
[[],[[]],[[]]]
=> [1,0,1,1,0,0,1,1,0,0]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 1
[[],[[],[]],[]]
=> [1,0,1,1,0,1,0,0,1,0]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 1
[[],[[[]]],[]]
=> [1,0,1,1,1,0,0,0,1,0]
=> ([(0,4),(1,5),(2,5),(4,1),(4,2),(5,3)],6)
=> 2
[[],[[],[],[]]]
=> [1,0,1,1,0,1,0,1,0,0]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 1
[[],[[],[[]]]]
=> [1,0,1,1,0,1,1,0,0,0]
=> ([(0,3),(1,5),(2,5),(3,4),(4,1),(4,2)],6)
=> 2
[[],[[[]],[]]]
=> [1,0,1,1,1,0,0,1,0,0]
=> ([(0,4),(1,5),(2,5),(4,1),(4,2),(5,3)],6)
=> 2
[[[]],[],[],[]]
=> [1,1,0,0,1,0,1,0,1,0]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 1
[[[]],[],[[]]]
=> [1,1,0,0,1,0,1,1,0,0]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 1
[[[]],[[]],[]]
=> [1,1,0,0,1,1,0,0,1,0]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 1
[[[]],[[],[]]]
=> [1,1,0,0,1,1,0,1,0,0]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 1
[[[]],[[[]]]]
=> [1,1,0,0,1,1,1,0,0,0]
=> ([(0,3),(1,5),(2,5),(3,4),(4,1),(4,2)],6)
=> 2
[[[],[]],[],[]]
=> [1,1,0,1,0,0,1,0,1,0]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 1
[[[[]]],[],[]]
=> [1,1,1,0,0,0,1,0,1,0]
=> ([(0,2),(0,3),(2,5),(3,5),(4,1),(5,4)],6)
=> 2
[[[],[]],[[]]]
=> [1,1,0,1,0,0,1,1,0,0]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 1
[[[[]]],[[]]]
=> [1,1,1,0,0,0,1,1,0,0]
=> ([(0,2),(0,3),(2,5),(3,5),(4,1),(5,4)],6)
=> 2
[[[],[],[]],[]]
=> [1,1,0,1,0,1,0,0,1,0]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 1
[[[],[[]]],[]]
=> [1,1,0,1,1,0,0,0,1,0]
=> ([(0,4),(1,5),(2,5),(4,1),(4,2),(5,3)],6)
=> 2
[[[[]],[]],[]]
=> [1,1,1,0,0,1,0,0,1,0]
=> ([(0,2),(0,3),(2,5),(3,5),(4,1),(5,4)],6)
=> 2
[[[],[],[],[]]]
=> [1,1,0,1,0,1,0,1,0,0]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 1
[[[],[],[[]]]]
=> [1,1,0,1,0,1,1,0,0,0]
=> ([(0,3),(1,5),(2,5),(3,4),(4,1),(4,2)],6)
=> 2
[[[],[[]],[]]]
=> [1,1,0,1,1,0,0,1,0,0]
=> ([(0,4),(1,5),(2,5),(4,1),(4,2),(5,3)],6)
=> 2
[[[[]],[],[]]]
=> [1,1,1,0,0,1,0,1,0,0]
=> ([(0,2),(0,3),(2,5),(3,5),(4,1),(5,4)],6)
=> 2
Description
The width of the poset. This is the size of the poset's longest antichain, also called Dilworth number.
Mp00051: Ordered trees to Dyck pathDyck paths
Mp00120: Dyck paths Lalanne-Kreweras involutionDyck paths
St001022: Dyck paths ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[[]]
=> [1,0]
=> [1,0]
=> 0 = 1 - 1
[[],[]]
=> [1,0,1,0]
=> [1,1,0,0]
=> 0 = 1 - 1
[[[]]]
=> [1,1,0,0]
=> [1,0,1,0]
=> 0 = 1 - 1
[[],[],[]]
=> [1,0,1,0,1,0]
=> [1,1,1,0,0,0]
=> 0 = 1 - 1
[[],[[]]]
=> [1,0,1,1,0,0]
=> [1,1,0,0,1,0]
=> 0 = 1 - 1
[[[]],[]]
=> [1,1,0,0,1,0]
=> [1,0,1,1,0,0]
=> 0 = 1 - 1
[[[],[]]]
=> [1,1,0,1,0,0]
=> [1,1,0,1,0,0]
=> 0 = 1 - 1
[[[[]]]]
=> [1,1,1,0,0,0]
=> [1,0,1,0,1,0]
=> 1 = 2 - 1
[[],[],[],[]]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> 0 = 1 - 1
[[],[],[[]]]
=> [1,0,1,0,1,1,0,0]
=> [1,1,1,0,0,0,1,0]
=> 0 = 1 - 1
[[],[[]],[]]
=> [1,0,1,1,0,0,1,0]
=> [1,1,0,0,1,1,0,0]
=> 0 = 1 - 1
[[],[[],[]]]
=> [1,0,1,1,0,1,0,0]
=> [1,1,1,0,0,1,0,0]
=> 0 = 1 - 1
[[],[[[]]]]
=> [1,0,1,1,1,0,0,0]
=> [1,1,0,0,1,0,1,0]
=> 1 = 2 - 1
[[[]],[],[]]
=> [1,1,0,0,1,0,1,0]
=> [1,0,1,1,1,0,0,0]
=> 0 = 1 - 1
[[[]],[[]]]
=> [1,1,0,0,1,1,0,0]
=> [1,0,1,1,0,0,1,0]
=> 0 = 1 - 1
[[[],[]],[]]
=> [1,1,0,1,0,0,1,0]
=> [1,1,0,1,1,0,0,0]
=> 0 = 1 - 1
[[[[]]],[]]
=> [1,1,1,0,0,0,1,0]
=> [1,0,1,0,1,1,0,0]
=> 1 = 2 - 1
[[[],[],[]]]
=> [1,1,0,1,0,1,0,0]
=> [1,1,1,0,1,0,0,0]
=> 0 = 1 - 1
[[[],[[]]]]
=> [1,1,0,1,1,0,0,0]
=> [1,1,0,1,0,0,1,0]
=> 1 = 2 - 1
[[[[]],[]]]
=> [1,1,1,0,0,1,0,0]
=> [1,0,1,1,0,1,0,0]
=> 1 = 2 - 1
[[[[],[]]]]
=> [1,1,1,0,1,0,0,0]
=> [1,1,0,1,0,1,0,0]
=> 1 = 2 - 1
[[[[[]]]]]
=> [1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> 1 = 2 - 1
[[],[],[],[],[]]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,0,0,0,0,0]
=> 0 = 1 - 1
[[],[],[],[[]]]
=> [1,0,1,0,1,0,1,1,0,0]
=> [1,1,1,1,0,0,0,0,1,0]
=> 0 = 1 - 1
[[],[],[[]],[]]
=> [1,0,1,0,1,1,0,0,1,0]
=> [1,1,1,0,0,0,1,1,0,0]
=> 0 = 1 - 1
[[],[],[[],[]]]
=> [1,0,1,0,1,1,0,1,0,0]
=> [1,1,1,1,0,0,0,1,0,0]
=> 0 = 1 - 1
[[],[],[[[]]]]
=> [1,0,1,0,1,1,1,0,0,0]
=> [1,1,1,0,0,0,1,0,1,0]
=> 1 = 2 - 1
[[],[[]],[],[]]
=> [1,0,1,1,0,0,1,0,1,0]
=> [1,1,0,0,1,1,1,0,0,0]
=> 0 = 1 - 1
[[],[[]],[[]]]
=> [1,0,1,1,0,0,1,1,0,0]
=> [1,1,0,0,1,1,0,0,1,0]
=> 0 = 1 - 1
[[],[[],[]],[]]
=> [1,0,1,1,0,1,0,0,1,0]
=> [1,1,1,0,0,1,1,0,0,0]
=> 0 = 1 - 1
[[],[[[]]],[]]
=> [1,0,1,1,1,0,0,0,1,0]
=> [1,1,0,0,1,0,1,1,0,0]
=> 1 = 2 - 1
[[],[[],[],[]]]
=> [1,0,1,1,0,1,0,1,0,0]
=> [1,1,1,1,0,0,1,0,0,0]
=> 0 = 1 - 1
[[],[[],[[]]]]
=> [1,0,1,1,0,1,1,0,0,0]
=> [1,1,1,0,0,1,0,0,1,0]
=> 1 = 2 - 1
[[],[[[]],[]]]
=> [1,0,1,1,1,0,0,1,0,0]
=> [1,1,0,0,1,1,0,1,0,0]
=> 1 = 2 - 1
[[[]],[],[],[]]
=> [1,1,0,0,1,0,1,0,1,0]
=> [1,0,1,1,1,1,0,0,0,0]
=> 0 = 1 - 1
[[[]],[],[[]]]
=> [1,1,0,0,1,0,1,1,0,0]
=> [1,0,1,1,1,0,0,0,1,0]
=> 0 = 1 - 1
[[[]],[[]],[]]
=> [1,1,0,0,1,1,0,0,1,0]
=> [1,0,1,1,0,0,1,1,0,0]
=> 0 = 1 - 1
[[[]],[[],[]]]
=> [1,1,0,0,1,1,0,1,0,0]
=> [1,0,1,1,1,0,0,1,0,0]
=> 0 = 1 - 1
[[[]],[[[]]]]
=> [1,1,0,0,1,1,1,0,0,0]
=> [1,0,1,1,0,0,1,0,1,0]
=> 1 = 2 - 1
[[[],[]],[],[]]
=> [1,1,0,1,0,0,1,0,1,0]
=> [1,1,0,1,1,1,0,0,0,0]
=> 0 = 1 - 1
[[[[]]],[],[]]
=> [1,1,1,0,0,0,1,0,1,0]
=> [1,0,1,0,1,1,1,0,0,0]
=> 1 = 2 - 1
[[[],[]],[[]]]
=> [1,1,0,1,0,0,1,1,0,0]
=> [1,1,0,1,1,0,0,0,1,0]
=> 0 = 1 - 1
[[[[]]],[[]]]
=> [1,1,1,0,0,0,1,1,0,0]
=> [1,0,1,0,1,1,0,0,1,0]
=> 1 = 2 - 1
[[[],[],[]],[]]
=> [1,1,0,1,0,1,0,0,1,0]
=> [1,1,1,0,1,1,0,0,0,0]
=> 0 = 1 - 1
[[[],[[]]],[]]
=> [1,1,0,1,1,0,0,0,1,0]
=> [1,1,0,1,0,0,1,1,0,0]
=> 1 = 2 - 1
[[[[]],[]],[]]
=> [1,1,1,0,0,1,0,0,1,0]
=> [1,0,1,1,0,1,1,0,0,0]
=> 1 = 2 - 1
[[[],[],[],[]]]
=> [1,1,0,1,0,1,0,1,0,0]
=> [1,1,1,1,0,1,0,0,0,0]
=> 0 = 1 - 1
[[[],[],[[]]]]
=> [1,1,0,1,0,1,1,0,0,0]
=> [1,1,1,0,1,0,0,0,1,0]
=> 1 = 2 - 1
[[[],[[]],[]]]
=> [1,1,0,1,1,0,0,1,0,0]
=> [1,1,0,1,1,0,0,1,0,0]
=> 1 = 2 - 1
[[[[]],[],[]]]
=> [1,1,1,0,0,1,0,1,0,0]
=> [1,0,1,1,1,0,1,0,0,0]
=> 1 = 2 - 1
Description
Number of simple modules with projective dimension 3 in the Nakayama algebra corresponding to the Dyck path.
Matching statistic: St000451
Mp00051: Ordered trees to Dyck pathDyck paths
Mp00119: Dyck paths to 321-avoiding permutation (Krattenthaler)Permutations
Mp00090: Permutations cycle-as-one-line notationPermutations
St000451: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[[]]
=> [1,0]
=> [1] => [1] => 1
[[],[]]
=> [1,0,1,0]
=> [1,2] => [1,2] => 1
[[[]]]
=> [1,1,0,0]
=> [2,1] => [1,2] => 1
[[],[],[]]
=> [1,0,1,0,1,0]
=> [1,2,3] => [1,2,3] => 1
[[],[[]]]
=> [1,0,1,1,0,0]
=> [1,3,2] => [1,2,3] => 1
[[[]],[]]
=> [1,1,0,0,1,0]
=> [2,1,3] => [1,2,3] => 1
[[[],[]]]
=> [1,1,0,1,0,0]
=> [2,3,1] => [1,2,3] => 1
[[[[]]]]
=> [1,1,1,0,0,0]
=> [3,1,2] => [1,3,2] => 2
[[],[],[],[]]
=> [1,0,1,0,1,0,1,0]
=> [1,2,3,4] => [1,2,3,4] => 1
[[],[],[[]]]
=> [1,0,1,0,1,1,0,0]
=> [1,2,4,3] => [1,2,3,4] => 1
[[],[[]],[]]
=> [1,0,1,1,0,0,1,0]
=> [1,3,2,4] => [1,2,3,4] => 1
[[],[[],[]]]
=> [1,0,1,1,0,1,0,0]
=> [1,3,4,2] => [1,2,3,4] => 1
[[],[[[]]]]
=> [1,0,1,1,1,0,0,0]
=> [1,4,2,3] => [1,2,4,3] => 2
[[[]],[],[]]
=> [1,1,0,0,1,0,1,0]
=> [2,1,3,4] => [1,2,3,4] => 1
[[[]],[[]]]
=> [1,1,0,0,1,1,0,0]
=> [2,1,4,3] => [1,2,3,4] => 1
[[[],[]],[]]
=> [1,1,0,1,0,0,1,0]
=> [2,3,1,4] => [1,2,3,4] => 1
[[[[]]],[]]
=> [1,1,1,0,0,0,1,0]
=> [3,1,2,4] => [1,3,2,4] => 2
[[[],[],[]]]
=> [1,1,0,1,0,1,0,0]
=> [2,3,4,1] => [1,2,3,4] => 1
[[[],[[]]]]
=> [1,1,0,1,1,0,0,0]
=> [2,4,1,3] => [1,2,4,3] => 2
[[[[]],[]]]
=> [1,1,1,0,0,1,0,0]
=> [3,1,4,2] => [1,3,4,2] => 2
[[[[],[]]]]
=> [1,1,1,0,1,0,0,0]
=> [3,4,1,2] => [1,3,2,4] => 2
[[[[[]]]]]
=> [1,1,1,1,0,0,0,0]
=> [4,1,2,3] => [1,4,3,2] => 2
[[],[],[],[],[]]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,2,3,4,5] => [1,2,3,4,5] => 1
[[],[],[],[[]]]
=> [1,0,1,0,1,0,1,1,0,0]
=> [1,2,3,5,4] => [1,2,3,4,5] => 1
[[],[],[[]],[]]
=> [1,0,1,0,1,1,0,0,1,0]
=> [1,2,4,3,5] => [1,2,3,4,5] => 1
[[],[],[[],[]]]
=> [1,0,1,0,1,1,0,1,0,0]
=> [1,2,4,5,3] => [1,2,3,4,5] => 1
[[],[],[[[]]]]
=> [1,0,1,0,1,1,1,0,0,0]
=> [1,2,5,3,4] => [1,2,3,5,4] => 2
[[],[[]],[],[]]
=> [1,0,1,1,0,0,1,0,1,0]
=> [1,3,2,4,5] => [1,2,3,4,5] => 1
[[],[[]],[[]]]
=> [1,0,1,1,0,0,1,1,0,0]
=> [1,3,2,5,4] => [1,2,3,4,5] => 1
[[],[[],[]],[]]
=> [1,0,1,1,0,1,0,0,1,0]
=> [1,3,4,2,5] => [1,2,3,4,5] => 1
[[],[[[]]],[]]
=> [1,0,1,1,1,0,0,0,1,0]
=> [1,4,2,3,5] => [1,2,4,3,5] => 2
[[],[[],[],[]]]
=> [1,0,1,1,0,1,0,1,0,0]
=> [1,3,4,5,2] => [1,2,3,4,5] => 1
[[],[[],[[]]]]
=> [1,0,1,1,0,1,1,0,0,0]
=> [1,3,5,2,4] => [1,2,3,5,4] => 2
[[],[[[]],[]]]
=> [1,0,1,1,1,0,0,1,0,0]
=> [1,4,2,5,3] => [1,2,4,5,3] => 2
[[[]],[],[],[]]
=> [1,1,0,0,1,0,1,0,1,0]
=> [2,1,3,4,5] => [1,2,3,4,5] => 1
[[[]],[],[[]]]
=> [1,1,0,0,1,0,1,1,0,0]
=> [2,1,3,5,4] => [1,2,3,4,5] => 1
[[[]],[[]],[]]
=> [1,1,0,0,1,1,0,0,1,0]
=> [2,1,4,3,5] => [1,2,3,4,5] => 1
[[[]],[[],[]]]
=> [1,1,0,0,1,1,0,1,0,0]
=> [2,1,4,5,3] => [1,2,3,4,5] => 1
[[[]],[[[]]]]
=> [1,1,0,0,1,1,1,0,0,0]
=> [2,1,5,3,4] => [1,2,3,5,4] => 2
[[[],[]],[],[]]
=> [1,1,0,1,0,0,1,0,1,0]
=> [2,3,1,4,5] => [1,2,3,4,5] => 1
[[[[]]],[],[]]
=> [1,1,1,0,0,0,1,0,1,0]
=> [3,1,2,4,5] => [1,3,2,4,5] => 2
[[[],[]],[[]]]
=> [1,1,0,1,0,0,1,1,0,0]
=> [2,3,1,5,4] => [1,2,3,4,5] => 1
[[[[]]],[[]]]
=> [1,1,1,0,0,0,1,1,0,0]
=> [3,1,2,5,4] => [1,3,2,4,5] => 2
[[[],[],[]],[]]
=> [1,1,0,1,0,1,0,0,1,0]
=> [2,3,4,1,5] => [1,2,3,4,5] => 1
[[[],[[]]],[]]
=> [1,1,0,1,1,0,0,0,1,0]
=> [2,4,1,3,5] => [1,2,4,3,5] => 2
[[[[]],[]],[]]
=> [1,1,1,0,0,1,0,0,1,0]
=> [3,1,4,2,5] => [1,3,4,2,5] => 2
[[[],[],[],[]]]
=> [1,1,0,1,0,1,0,1,0,0]
=> [2,3,4,5,1] => [1,2,3,4,5] => 1
[[[],[],[[]]]]
=> [1,1,0,1,0,1,1,0,0,0]
=> [2,3,5,1,4] => [1,2,3,5,4] => 2
[[[],[[]],[]]]
=> [1,1,0,1,1,0,0,1,0,0]
=> [2,4,1,5,3] => [1,2,4,5,3] => 2
[[[[]],[],[]]]
=> [1,1,1,0,0,1,0,1,0,0]
=> [3,1,4,5,2] => [1,3,4,5,2] => 2
Description
The length of the longest pattern of the form k 1 2...(k-1).
Mp00049: Ordered trees to binary tree: left brother = left childBinary trees
Mp00017: Binary trees to 312-avoiding permutationPermutations
Mp00090: Permutations cycle-as-one-line notationPermutations
St000470: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[[]]
=> [.,.]
=> [1] => [1] => 1
[[],[]]
=> [[.,.],.]
=> [1,2] => [1,2] => 1
[[[]]]
=> [.,[.,.]]
=> [2,1] => [1,2] => 1
[[],[],[]]
=> [[[.,.],.],.]
=> [1,2,3] => [1,2,3] => 1
[[],[[]]]
=> [[.,.],[.,.]]
=> [1,3,2] => [1,2,3] => 1
[[[]],[]]
=> [[.,[.,.]],.]
=> [2,1,3] => [1,2,3] => 1
[[[],[]]]
=> [.,[[.,.],.]]
=> [2,3,1] => [1,2,3] => 1
[[[[]]]]
=> [.,[.,[.,.]]]
=> [3,2,1] => [1,3,2] => 2
[[],[],[],[]]
=> [[[[.,.],.],.],.]
=> [1,2,3,4] => [1,2,3,4] => 1
[[],[],[[]]]
=> [[[.,.],.],[.,.]]
=> [1,2,4,3] => [1,2,3,4] => 1
[[],[[]],[]]
=> [[[.,.],[.,.]],.]
=> [1,3,2,4] => [1,2,3,4] => 1
[[],[[],[]]]
=> [[.,.],[[.,.],.]]
=> [1,3,4,2] => [1,2,3,4] => 1
[[],[[[]]]]
=> [[.,.],[.,[.,.]]]
=> [1,4,3,2] => [1,2,4,3] => 2
[[[]],[],[]]
=> [[[.,[.,.]],.],.]
=> [2,1,3,4] => [1,2,3,4] => 1
[[[]],[[]]]
=> [[.,[.,.]],[.,.]]
=> [2,1,4,3] => [1,2,3,4] => 1
[[[],[]],[]]
=> [[.,[[.,.],.]],.]
=> [2,3,1,4] => [1,2,3,4] => 1
[[[[]]],[]]
=> [[.,[.,[.,.]]],.]
=> [3,2,1,4] => [1,3,2,4] => 2
[[[],[],[]]]
=> [.,[[[.,.],.],.]]
=> [2,3,4,1] => [1,2,3,4] => 1
[[[],[[]]]]
=> [.,[[.,.],[.,.]]]
=> [2,4,3,1] => [1,2,4,3] => 2
[[[[]],[]]]
=> [.,[[.,[.,.]],.]]
=> [3,2,4,1] => [1,3,4,2] => 2
[[[[],[]]]]
=> [.,[.,[[.,.],.]]]
=> [3,4,2,1] => [1,3,2,4] => 2
[[[[[]]]]]
=> [.,[.,[.,[.,.]]]]
=> [4,3,2,1] => [1,4,2,3] => 2
[[],[],[],[],[]]
=> [[[[[.,.],.],.],.],.]
=> [1,2,3,4,5] => [1,2,3,4,5] => 1
[[],[],[],[[]]]
=> [[[[.,.],.],.],[.,.]]
=> [1,2,3,5,4] => [1,2,3,4,5] => 1
[[],[],[[]],[]]
=> [[[[.,.],.],[.,.]],.]
=> [1,2,4,3,5] => [1,2,3,4,5] => 1
[[],[],[[],[]]]
=> [[[.,.],.],[[.,.],.]]
=> [1,2,4,5,3] => [1,2,3,4,5] => 1
[[],[],[[[]]]]
=> [[[.,.],.],[.,[.,.]]]
=> [1,2,5,4,3] => [1,2,3,5,4] => 2
[[],[[]],[],[]]
=> [[[[.,.],[.,.]],.],.]
=> [1,3,2,4,5] => [1,2,3,4,5] => 1
[[],[[]],[[]]]
=> [[[.,.],[.,.]],[.,.]]
=> [1,3,2,5,4] => [1,2,3,4,5] => 1
[[],[[],[]],[]]
=> [[[.,.],[[.,.],.]],.]
=> [1,3,4,2,5] => [1,2,3,4,5] => 1
[[],[[[]]],[]]
=> [[[.,.],[.,[.,.]]],.]
=> [1,4,3,2,5] => [1,2,4,3,5] => 2
[[],[[],[],[]]]
=> [[.,.],[[[.,.],.],.]]
=> [1,3,4,5,2] => [1,2,3,4,5] => 1
[[],[[],[[]]]]
=> [[.,.],[[.,.],[.,.]]]
=> [1,3,5,4,2] => [1,2,3,5,4] => 2
[[],[[[]],[]]]
=> [[.,.],[[.,[.,.]],.]]
=> [1,4,3,5,2] => [1,2,4,5,3] => 2
[[[]],[],[],[]]
=> [[[[.,[.,.]],.],.],.]
=> [2,1,3,4,5] => [1,2,3,4,5] => 1
[[[]],[],[[]]]
=> [[[.,[.,.]],.],[.,.]]
=> [2,1,3,5,4] => [1,2,3,4,5] => 1
[[[]],[[]],[]]
=> [[[.,[.,.]],[.,.]],.]
=> [2,1,4,3,5] => [1,2,3,4,5] => 1
[[[]],[[],[]]]
=> [[.,[.,.]],[[.,.],.]]
=> [2,1,4,5,3] => [1,2,3,4,5] => 1
[[[]],[[[]]]]
=> [[.,[.,.]],[.,[.,.]]]
=> [2,1,5,4,3] => [1,2,3,5,4] => 2
[[[],[]],[],[]]
=> [[[.,[[.,.],.]],.],.]
=> [2,3,1,4,5] => [1,2,3,4,5] => 1
[[[[]]],[],[]]
=> [[[.,[.,[.,.]]],.],.]
=> [3,2,1,4,5] => [1,3,2,4,5] => 2
[[[],[]],[[]]]
=> [[.,[[.,.],.]],[.,.]]
=> [2,3,1,5,4] => [1,2,3,4,5] => 1
[[[[]]],[[]]]
=> [[.,[.,[.,.]]],[.,.]]
=> [3,2,1,5,4] => [1,3,2,4,5] => 2
[[[],[],[]],[]]
=> [[.,[[[.,.],.],.]],.]
=> [2,3,4,1,5] => [1,2,3,4,5] => 1
[[[],[[]]],[]]
=> [[.,[[.,.],[.,.]]],.]
=> [2,4,3,1,5] => [1,2,4,3,5] => 2
[[[[]],[]],[]]
=> [[.,[[.,[.,.]],.]],.]
=> [3,2,4,1,5] => [1,3,4,2,5] => 2
[[[],[],[],[]]]
=> [.,[[[[.,.],.],.],.]]
=> [2,3,4,5,1] => [1,2,3,4,5] => 1
[[[],[],[[]]]]
=> [.,[[[.,.],.],[.,.]]]
=> [2,3,5,4,1] => [1,2,3,5,4] => 2
[[[],[[]],[]]]
=> [.,[[[.,.],[.,.]],.]]
=> [2,4,3,5,1] => [1,2,4,5,3] => 2
[[[[]],[],[]]]
=> [.,[[[.,[.,.]],.],.]]
=> [3,2,4,5,1] => [1,3,4,5,2] => 2
Description
The number of runs in a permutation. A run in a permutation is an inclusion-wise maximal increasing substring, i.e., a contiguous subsequence. This is the same as the number of descents plus 1.
Mp00051: Ordered trees to Dyck pathDyck paths
Mp00222: Dyck paths peaks-to-valleysDyck paths
Mp00026: Dyck paths to ordered treeOrdered trees
St000679: Ordered trees ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[[]]
=> [1,0]
=> [1,0]
=> [[]]
=> 1
[[],[]]
=> [1,0,1,0]
=> [1,1,0,0]
=> [[[]]]
=> 1
[[[]]]
=> [1,1,0,0]
=> [1,0,1,0]
=> [[],[]]
=> 1
[[],[],[]]
=> [1,0,1,0,1,0]
=> [1,1,1,0,0,0]
=> [[[[]]]]
=> 1
[[],[[]]]
=> [1,0,1,1,0,0]
=> [1,1,0,0,1,0]
=> [[[]],[]]
=> 1
[[[]],[]]
=> [1,1,0,0,1,0]
=> [1,0,1,1,0,0]
=> [[],[[]]]
=> 1
[[[],[]]]
=> [1,1,0,1,0,0]
=> [1,0,1,0,1,0]
=> [[],[],[]]
=> 1
[[[[]]]]
=> [1,1,1,0,0,0]
=> [1,1,0,1,0,0]
=> [[[],[]]]
=> 2
[[],[],[],[]]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> [[[[[]]]]]
=> 1
[[],[],[[]]]
=> [1,0,1,0,1,1,0,0]
=> [1,1,1,0,0,0,1,0]
=> [[[[]]],[]]
=> 1
[[],[[]],[]]
=> [1,0,1,1,0,0,1,0]
=> [1,1,0,0,1,1,0,0]
=> [[[]],[[]]]
=> 1
[[],[[],[]]]
=> [1,0,1,1,0,1,0,0]
=> [1,1,0,0,1,0,1,0]
=> [[[]],[],[]]
=> 1
[[],[[[]]]]
=> [1,0,1,1,1,0,0,0]
=> [1,1,1,0,0,1,0,0]
=> [[[[]],[]]]
=> 2
[[[]],[],[]]
=> [1,1,0,0,1,0,1,0]
=> [1,0,1,1,1,0,0,0]
=> [[],[[[]]]]
=> 1
[[[]],[[]]]
=> [1,1,0,0,1,1,0,0]
=> [1,0,1,1,0,0,1,0]
=> [[],[[]],[]]
=> 1
[[[],[]],[]]
=> [1,1,0,1,0,0,1,0]
=> [1,0,1,0,1,1,0,0]
=> [[],[],[[]]]
=> 1
[[[[]]],[]]
=> [1,1,1,0,0,0,1,0]
=> [1,1,0,1,1,0,0,0]
=> [[[],[[]]]]
=> 2
[[[],[],[]]]
=> [1,1,0,1,0,1,0,0]
=> [1,0,1,0,1,0,1,0]
=> [[],[],[],[]]
=> 1
[[[],[[]]]]
=> [1,1,0,1,1,0,0,0]
=> [1,0,1,1,0,1,0,0]
=> [[],[[],[]]]
=> 2
[[[[]],[]]]
=> [1,1,1,0,0,1,0,0]
=> [1,1,0,1,0,0,1,0]
=> [[[],[]],[]]
=> 2
[[[[],[]]]]
=> [1,1,1,0,1,0,0,0]
=> [1,1,0,1,0,1,0,0]
=> [[[],[],[]]]
=> 2
[[[[[]]]]]
=> [1,1,1,1,0,0,0,0]
=> [1,1,1,0,1,0,0,0]
=> [[[[],[]]]]
=> 2
[[],[],[],[],[]]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,0,0,0,0,0]
=> [[[[[[]]]]]]
=> 1
[[],[],[],[[]]]
=> [1,0,1,0,1,0,1,1,0,0]
=> [1,1,1,1,0,0,0,0,1,0]
=> [[[[[]]]],[]]
=> 1
[[],[],[[]],[]]
=> [1,0,1,0,1,1,0,0,1,0]
=> [1,1,1,0,0,0,1,1,0,0]
=> [[[[]]],[[]]]
=> 1
[[],[],[[],[]]]
=> [1,0,1,0,1,1,0,1,0,0]
=> [1,1,1,0,0,0,1,0,1,0]
=> [[[[]]],[],[]]
=> 1
[[],[],[[[]]]]
=> [1,0,1,0,1,1,1,0,0,0]
=> [1,1,1,1,0,0,0,1,0,0]
=> [[[[[]]],[]]]
=> 2
[[],[[]],[],[]]
=> [1,0,1,1,0,0,1,0,1,0]
=> [1,1,0,0,1,1,1,0,0,0]
=> [[[]],[[[]]]]
=> 1
[[],[[]],[[]]]
=> [1,0,1,1,0,0,1,1,0,0]
=> [1,1,0,0,1,1,0,0,1,0]
=> [[[]],[[]],[]]
=> 1
[[],[[],[]],[]]
=> [1,0,1,1,0,1,0,0,1,0]
=> [1,1,0,0,1,0,1,1,0,0]
=> [[[]],[],[[]]]
=> 1
[[],[[[]]],[]]
=> [1,0,1,1,1,0,0,0,1,0]
=> [1,1,1,0,0,1,1,0,0,0]
=> [[[[]],[[]]]]
=> 2
[[],[[],[],[]]]
=> [1,0,1,1,0,1,0,1,0,0]
=> [1,1,0,0,1,0,1,0,1,0]
=> [[[]],[],[],[]]
=> 1
[[],[[],[[]]]]
=> [1,0,1,1,0,1,1,0,0,0]
=> [1,1,0,0,1,1,0,1,0,0]
=> [[[]],[[],[]]]
=> 2
[[],[[[]],[]]]
=> [1,0,1,1,1,0,0,1,0,0]
=> [1,1,1,0,0,1,0,0,1,0]
=> [[[[]],[]],[]]
=> 2
[[[]],[],[],[]]
=> [1,1,0,0,1,0,1,0,1,0]
=> [1,0,1,1,1,1,0,0,0,0]
=> [[],[[[[]]]]]
=> 1
[[[]],[],[[]]]
=> [1,1,0,0,1,0,1,1,0,0]
=> [1,0,1,1,1,0,0,0,1,0]
=> [[],[[[]]],[]]
=> 1
[[[]],[[]],[]]
=> [1,1,0,0,1,1,0,0,1,0]
=> [1,0,1,1,0,0,1,1,0,0]
=> [[],[[]],[[]]]
=> 1
[[[]],[[],[]]]
=> [1,1,0,0,1,1,0,1,0,0]
=> [1,0,1,1,0,0,1,0,1,0]
=> [[],[[]],[],[]]
=> 1
[[[]],[[[]]]]
=> [1,1,0,0,1,1,1,0,0,0]
=> [1,0,1,1,1,0,0,1,0,0]
=> [[],[[[]],[]]]
=> 2
[[[],[]],[],[]]
=> [1,1,0,1,0,0,1,0,1,0]
=> [1,0,1,0,1,1,1,0,0,0]
=> [[],[],[[[]]]]
=> 1
[[[[]]],[],[]]
=> [1,1,1,0,0,0,1,0,1,0]
=> [1,1,0,1,1,1,0,0,0,0]
=> [[[],[[[]]]]]
=> 2
[[[],[]],[[]]]
=> [1,1,0,1,0,0,1,1,0,0]
=> [1,0,1,0,1,1,0,0,1,0]
=> [[],[],[[]],[]]
=> 1
[[[[]]],[[]]]
=> [1,1,1,0,0,0,1,1,0,0]
=> [1,1,0,1,1,0,0,0,1,0]
=> [[[],[[]]],[]]
=> 2
[[[],[],[]],[]]
=> [1,1,0,1,0,1,0,0,1,0]
=> [1,0,1,0,1,0,1,1,0,0]
=> [[],[],[],[[]]]
=> 1
[[[],[[]]],[]]
=> [1,1,0,1,1,0,0,0,1,0]
=> [1,0,1,1,0,1,1,0,0,0]
=> [[],[[],[[]]]]
=> 2
[[[[]],[]],[]]
=> [1,1,1,0,0,1,0,0,1,0]
=> [1,1,0,1,0,0,1,1,0,0]
=> [[[],[]],[[]]]
=> 2
[[[],[],[],[]]]
=> [1,1,0,1,0,1,0,1,0,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> [[],[],[],[],[]]
=> 1
[[[],[],[[]]]]
=> [1,1,0,1,0,1,1,0,0,0]
=> [1,0,1,0,1,1,0,1,0,0]
=> [[],[],[[],[]]]
=> 2
[[[],[[]],[]]]
=> [1,1,0,1,1,0,0,1,0,0]
=> [1,0,1,1,0,1,0,0,1,0]
=> [[],[[],[]],[]]
=> 2
[[[[]],[],[]]]
=> [1,1,1,0,0,1,0,1,0,0]
=> [1,1,0,1,0,0,1,0,1,0]
=> [[[],[]],[],[]]
=> 2
Description
The pruning number of an ordered tree. A hanging branch of an ordered tree is a proper factor of the form $[^r]^r$ for some $r\geq 1$. A hanging branch is a maximal hanging branch if it is not a proper factor of another hanging branch. A pruning of an ordered tree is the act of deleting all its maximal hanging branches. The pruning order of an ordered tree is the number of prunings required to reduce it to $[]$.
Mp00049: Ordered trees to binary tree: left brother = left childBinary trees
Mp00017: Binary trees to 312-avoiding permutationPermutations
Mp00090: Permutations cycle-as-one-line notationPermutations
St000862: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[[]]
=> [.,.]
=> [1] => [1] => 1
[[],[]]
=> [[.,.],.]
=> [1,2] => [1,2] => 1
[[[]]]
=> [.,[.,.]]
=> [2,1] => [1,2] => 1
[[],[],[]]
=> [[[.,.],.],.]
=> [1,2,3] => [1,2,3] => 1
[[],[[]]]
=> [[.,.],[.,.]]
=> [1,3,2] => [1,2,3] => 1
[[[]],[]]
=> [[.,[.,.]],.]
=> [2,1,3] => [1,2,3] => 1
[[[],[]]]
=> [.,[[.,.],.]]
=> [2,3,1] => [1,2,3] => 1
[[[[]]]]
=> [.,[.,[.,.]]]
=> [3,2,1] => [1,3,2] => 2
[[],[],[],[]]
=> [[[[.,.],.],.],.]
=> [1,2,3,4] => [1,2,3,4] => 1
[[],[],[[]]]
=> [[[.,.],.],[.,.]]
=> [1,2,4,3] => [1,2,3,4] => 1
[[],[[]],[]]
=> [[[.,.],[.,.]],.]
=> [1,3,2,4] => [1,2,3,4] => 1
[[],[[],[]]]
=> [[.,.],[[.,.],.]]
=> [1,3,4,2] => [1,2,3,4] => 1
[[],[[[]]]]
=> [[.,.],[.,[.,.]]]
=> [1,4,3,2] => [1,2,4,3] => 2
[[[]],[],[]]
=> [[[.,[.,.]],.],.]
=> [2,1,3,4] => [1,2,3,4] => 1
[[[]],[[]]]
=> [[.,[.,.]],[.,.]]
=> [2,1,4,3] => [1,2,3,4] => 1
[[[],[]],[]]
=> [[.,[[.,.],.]],.]
=> [2,3,1,4] => [1,2,3,4] => 1
[[[[]]],[]]
=> [[.,[.,[.,.]]],.]
=> [3,2,1,4] => [1,3,2,4] => 2
[[[],[],[]]]
=> [.,[[[.,.],.],.]]
=> [2,3,4,1] => [1,2,3,4] => 1
[[[],[[]]]]
=> [.,[[.,.],[.,.]]]
=> [2,4,3,1] => [1,2,4,3] => 2
[[[[]],[]]]
=> [.,[[.,[.,.]],.]]
=> [3,2,4,1] => [1,3,4,2] => 2
[[[[],[]]]]
=> [.,[.,[[.,.],.]]]
=> [3,4,2,1] => [1,3,2,4] => 2
[[[[[]]]]]
=> [.,[.,[.,[.,.]]]]
=> [4,3,2,1] => [1,4,2,3] => 2
[[],[],[],[],[]]
=> [[[[[.,.],.],.],.],.]
=> [1,2,3,4,5] => [1,2,3,4,5] => 1
[[],[],[],[[]]]
=> [[[[.,.],.],.],[.,.]]
=> [1,2,3,5,4] => [1,2,3,4,5] => 1
[[],[],[[]],[]]
=> [[[[.,.],.],[.,.]],.]
=> [1,2,4,3,5] => [1,2,3,4,5] => 1
[[],[],[[],[]]]
=> [[[.,.],.],[[.,.],.]]
=> [1,2,4,5,3] => [1,2,3,4,5] => 1
[[],[],[[[]]]]
=> [[[.,.],.],[.,[.,.]]]
=> [1,2,5,4,3] => [1,2,3,5,4] => 2
[[],[[]],[],[]]
=> [[[[.,.],[.,.]],.],.]
=> [1,3,2,4,5] => [1,2,3,4,5] => 1
[[],[[]],[[]]]
=> [[[.,.],[.,.]],[.,.]]
=> [1,3,2,5,4] => [1,2,3,4,5] => 1
[[],[[],[]],[]]
=> [[[.,.],[[.,.],.]],.]
=> [1,3,4,2,5] => [1,2,3,4,5] => 1
[[],[[[]]],[]]
=> [[[.,.],[.,[.,.]]],.]
=> [1,4,3,2,5] => [1,2,4,3,5] => 2
[[],[[],[],[]]]
=> [[.,.],[[[.,.],.],.]]
=> [1,3,4,5,2] => [1,2,3,4,5] => 1
[[],[[],[[]]]]
=> [[.,.],[[.,.],[.,.]]]
=> [1,3,5,4,2] => [1,2,3,5,4] => 2
[[],[[[]],[]]]
=> [[.,.],[[.,[.,.]],.]]
=> [1,4,3,5,2] => [1,2,4,5,3] => 2
[[[]],[],[],[]]
=> [[[[.,[.,.]],.],.],.]
=> [2,1,3,4,5] => [1,2,3,4,5] => 1
[[[]],[],[[]]]
=> [[[.,[.,.]],.],[.,.]]
=> [2,1,3,5,4] => [1,2,3,4,5] => 1
[[[]],[[]],[]]
=> [[[.,[.,.]],[.,.]],.]
=> [2,1,4,3,5] => [1,2,3,4,5] => 1
[[[]],[[],[]]]
=> [[.,[.,.]],[[.,.],.]]
=> [2,1,4,5,3] => [1,2,3,4,5] => 1
[[[]],[[[]]]]
=> [[.,[.,.]],[.,[.,.]]]
=> [2,1,5,4,3] => [1,2,3,5,4] => 2
[[[],[]],[],[]]
=> [[[.,[[.,.],.]],.],.]
=> [2,3,1,4,5] => [1,2,3,4,5] => 1
[[[[]]],[],[]]
=> [[[.,[.,[.,.]]],.],.]
=> [3,2,1,4,5] => [1,3,2,4,5] => 2
[[[],[]],[[]]]
=> [[.,[[.,.],.]],[.,.]]
=> [2,3,1,5,4] => [1,2,3,4,5] => 1
[[[[]]],[[]]]
=> [[.,[.,[.,.]]],[.,.]]
=> [3,2,1,5,4] => [1,3,2,4,5] => 2
[[[],[],[]],[]]
=> [[.,[[[.,.],.],.]],.]
=> [2,3,4,1,5] => [1,2,3,4,5] => 1
[[[],[[]]],[]]
=> [[.,[[.,.],[.,.]]],.]
=> [2,4,3,1,5] => [1,2,4,3,5] => 2
[[[[]],[]],[]]
=> [[.,[[.,[.,.]],.]],.]
=> [3,2,4,1,5] => [1,3,4,2,5] => 2
[[[],[],[],[]]]
=> [.,[[[[.,.],.],.],.]]
=> [2,3,4,5,1] => [1,2,3,4,5] => 1
[[[],[],[[]]]]
=> [.,[[[.,.],.],[.,.]]]
=> [2,3,5,4,1] => [1,2,3,5,4] => 2
[[[],[[]],[]]]
=> [.,[[[.,.],[.,.]],.]]
=> [2,4,3,5,1] => [1,2,4,5,3] => 2
[[[[]],[],[]]]
=> [.,[[[.,[.,.]],.],.]]
=> [3,2,4,5,1] => [1,3,4,5,2] => 2
Description
The number of parts of the shifted shape of a permutation. The diagram of a strict partition $\lambda_1 < \lambda_2 < \dots < \lambda_\ell$ of $n$ is a tableau with $\ell$ rows, the $i$-th row being indented by $i$ cells. A shifted standard Young tableau is a filling of such a diagram, where entries in rows and columns are strictly increasing. The shifted Robinson-Schensted algorithm [1] associates to a permutation a pair $(P, Q)$ of standard shifted Young tableaux of the same shape, where off-diagonal entries in $Q$ may be circled. This statistic records the number of parts of the shifted shape.
Mp00049: Ordered trees to binary tree: left brother = left childBinary trees
Mp00017: Binary trees to 312-avoiding permutationPermutations
Mp00090: Permutations cycle-as-one-line notationPermutations
St001735: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[[]]
=> [.,.]
=> [1] => [1] => 1
[[],[]]
=> [[.,.],.]
=> [1,2] => [1,2] => 1
[[[]]]
=> [.,[.,.]]
=> [2,1] => [1,2] => 1
[[],[],[]]
=> [[[.,.],.],.]
=> [1,2,3] => [1,2,3] => 1
[[],[[]]]
=> [[.,.],[.,.]]
=> [1,3,2] => [1,2,3] => 1
[[[]],[]]
=> [[.,[.,.]],.]
=> [2,1,3] => [1,2,3] => 1
[[[],[]]]
=> [.,[[.,.],.]]
=> [2,3,1] => [1,2,3] => 1
[[[[]]]]
=> [.,[.,[.,.]]]
=> [3,2,1] => [1,3,2] => 2
[[],[],[],[]]
=> [[[[.,.],.],.],.]
=> [1,2,3,4] => [1,2,3,4] => 1
[[],[],[[]]]
=> [[[.,.],.],[.,.]]
=> [1,2,4,3] => [1,2,3,4] => 1
[[],[[]],[]]
=> [[[.,.],[.,.]],.]
=> [1,3,2,4] => [1,2,3,4] => 1
[[],[[],[]]]
=> [[.,.],[[.,.],.]]
=> [1,3,4,2] => [1,2,3,4] => 1
[[],[[[]]]]
=> [[.,.],[.,[.,.]]]
=> [1,4,3,2] => [1,2,4,3] => 2
[[[]],[],[]]
=> [[[.,[.,.]],.],.]
=> [2,1,3,4] => [1,2,3,4] => 1
[[[]],[[]]]
=> [[.,[.,.]],[.,.]]
=> [2,1,4,3] => [1,2,3,4] => 1
[[[],[]],[]]
=> [[.,[[.,.],.]],.]
=> [2,3,1,4] => [1,2,3,4] => 1
[[[[]]],[]]
=> [[.,[.,[.,.]]],.]
=> [3,2,1,4] => [1,3,2,4] => 2
[[[],[],[]]]
=> [.,[[[.,.],.],.]]
=> [2,3,4,1] => [1,2,3,4] => 1
[[[],[[]]]]
=> [.,[[.,.],[.,.]]]
=> [2,4,3,1] => [1,2,4,3] => 2
[[[[]],[]]]
=> [.,[[.,[.,.]],.]]
=> [3,2,4,1] => [1,3,4,2] => 2
[[[[],[]]]]
=> [.,[.,[[.,.],.]]]
=> [3,4,2,1] => [1,3,2,4] => 2
[[[[[]]]]]
=> [.,[.,[.,[.,.]]]]
=> [4,3,2,1] => [1,4,2,3] => 2
[[],[],[],[],[]]
=> [[[[[.,.],.],.],.],.]
=> [1,2,3,4,5] => [1,2,3,4,5] => 1
[[],[],[],[[]]]
=> [[[[.,.],.],.],[.,.]]
=> [1,2,3,5,4] => [1,2,3,4,5] => 1
[[],[],[[]],[]]
=> [[[[.,.],.],[.,.]],.]
=> [1,2,4,3,5] => [1,2,3,4,5] => 1
[[],[],[[],[]]]
=> [[[.,.],.],[[.,.],.]]
=> [1,2,4,5,3] => [1,2,3,4,5] => 1
[[],[],[[[]]]]
=> [[[.,.],.],[.,[.,.]]]
=> [1,2,5,4,3] => [1,2,3,5,4] => 2
[[],[[]],[],[]]
=> [[[[.,.],[.,.]],.],.]
=> [1,3,2,4,5] => [1,2,3,4,5] => 1
[[],[[]],[[]]]
=> [[[.,.],[.,.]],[.,.]]
=> [1,3,2,5,4] => [1,2,3,4,5] => 1
[[],[[],[]],[]]
=> [[[.,.],[[.,.],.]],.]
=> [1,3,4,2,5] => [1,2,3,4,5] => 1
[[],[[[]]],[]]
=> [[[.,.],[.,[.,.]]],.]
=> [1,4,3,2,5] => [1,2,4,3,5] => 2
[[],[[],[],[]]]
=> [[.,.],[[[.,.],.],.]]
=> [1,3,4,5,2] => [1,2,3,4,5] => 1
[[],[[],[[]]]]
=> [[.,.],[[.,.],[.,.]]]
=> [1,3,5,4,2] => [1,2,3,5,4] => 2
[[],[[[]],[]]]
=> [[.,.],[[.,[.,.]],.]]
=> [1,4,3,5,2] => [1,2,4,5,3] => 2
[[[]],[],[],[]]
=> [[[[.,[.,.]],.],.],.]
=> [2,1,3,4,5] => [1,2,3,4,5] => 1
[[[]],[],[[]]]
=> [[[.,[.,.]],.],[.,.]]
=> [2,1,3,5,4] => [1,2,3,4,5] => 1
[[[]],[[]],[]]
=> [[[.,[.,.]],[.,.]],.]
=> [2,1,4,3,5] => [1,2,3,4,5] => 1
[[[]],[[],[]]]
=> [[.,[.,.]],[[.,.],.]]
=> [2,1,4,5,3] => [1,2,3,4,5] => 1
[[[]],[[[]]]]
=> [[.,[.,.]],[.,[.,.]]]
=> [2,1,5,4,3] => [1,2,3,5,4] => 2
[[[],[]],[],[]]
=> [[[.,[[.,.],.]],.],.]
=> [2,3,1,4,5] => [1,2,3,4,5] => 1
[[[[]]],[],[]]
=> [[[.,[.,[.,.]]],.],.]
=> [3,2,1,4,5] => [1,3,2,4,5] => 2
[[[],[]],[[]]]
=> [[.,[[.,.],.]],[.,.]]
=> [2,3,1,5,4] => [1,2,3,4,5] => 1
[[[[]]],[[]]]
=> [[.,[.,[.,.]]],[.,.]]
=> [3,2,1,5,4] => [1,3,2,4,5] => 2
[[[],[],[]],[]]
=> [[.,[[[.,.],.],.]],.]
=> [2,3,4,1,5] => [1,2,3,4,5] => 1
[[[],[[]]],[]]
=> [[.,[[.,.],[.,.]]],.]
=> [2,4,3,1,5] => [1,2,4,3,5] => 2
[[[[]],[]],[]]
=> [[.,[[.,[.,.]],.]],.]
=> [3,2,4,1,5] => [1,3,4,2,5] => 2
[[[],[],[],[]]]
=> [.,[[[[.,.],.],.],.]]
=> [2,3,4,5,1] => [1,2,3,4,5] => 1
[[[],[],[[]]]]
=> [.,[[[.,.],.],[.,.]]]
=> [2,3,5,4,1] => [1,2,3,5,4] => 2
[[[],[[]],[]]]
=> [.,[[[.,.],[.,.]],.]]
=> [2,4,3,5,1] => [1,2,4,5,3] => 2
[[[[]],[],[]]]
=> [.,[[[.,[.,.]],.],.]]
=> [3,2,4,5,1] => [1,3,4,5,2] => 2
Description
The number of permutations with the same set of runs. For example, the set of runs of $4132$ is $\{(13), (2), (4)\}$. The only other permutation with this set of runs is $4213$, so the statistic equals $2$ for these two permutations.
The following 49 statistics, ordered by result quality, also match your data. Click on any of them to see the details.
St001741The largest integer such that all patterns of this size are contained in the permutation. St000035The number of left outer peaks of a permutation. St000337The lec statistic, the sum of the inversion numbers of the hook factors of a permutation. St000374The number of exclusive right-to-left minima of a permutation. St000386The number of factors DDU in a Dyck path. St000662The staircase size of the code of a permutation. St000703The number of deficiencies of a permutation. St000884The number of isolated descents of a permutation. St000994The number of cycle peaks and the number of cycle valleys of a permutation. St001269The sum of the minimum of the number of exceedances and deficiencies in each cycle of a permutation. St001335The cardinality of a minimal cycle-isolating set of a graph. St001665The number of pure excedances of a permutation. St001729The number of visible descents of a permutation. St001737The number of descents of type 2 in a permutation. St001761The maximal multiplicity of a letter in a reduced word of a permutation. St001839The number of excedances of a set partition. St001840The number of descents of a set partition. St001928The number of non-overlapping descents in a permutation. St000619The number of cyclic descents of a permutation. St000307The number of rowmotion orbits of a poset. St001031The height of the bicoloured Motzkin path associated with the Dyck path. St000373The number of weak exceedences of a permutation that are also mid-points of a decreasing subsequence of length $3$. St000647The number of big descents of a permutation. St001394The genus of a permutation. St001359The number of permutations in the equivalence class of a permutation obtained by taking inverses of cycles. St000486The number of cycles of length at least 3 of a permutation. St000779The tier of a permutation. St001503The largest distance of a vertex to a vertex in a cycle in the resolution quiver of the corresponding Nakayama algebra. St000099The number of valleys of a permutation, including the boundary. St000325The width of the tree associated to a permutation. St000021The number of descents of a permutation. St000023The number of inner peaks of a permutation. St000162The number of nontrivial cycles in the cycle decomposition of a permutation. St000397The Strahler number of a rooted tree. St000646The number of big ascents of a permutation. St000640The rank of the largest boolean interval in a poset. 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)$. St001859The number of factors of the Stanley symmetric function associated with a permutation. 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$. St001290The first natural number n such that the tensor product of n copies of D(A) is zero for the corresponding Nakayama algebra A. St001960The number of descents of a permutation minus one if its first entry is not one. 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$. St001626The number of maximal proper sublattices of a lattice. St001877Number of indecomposable injective modules with projective dimension 2. 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. St001875The number of simple modules with projective dimension at most 1. St000264The girth of a graph, which is not a tree.