Identifier
- St000084: Ordered trees ⟶ ℤ
Values
[[]] => 1
[[],[]] => 2
[[[]]] => 1
[[],[],[]] => 3
[[],[[]]] => 2
[[[]],[]] => 2
[[[],[]]] => 1
[[[[]]]] => 1
[[],[],[],[]] => 4
[[],[],[[]]] => 3
[[],[[]],[]] => 3
[[],[[],[]]] => 2
[[],[[[]]]] => 2
[[[]],[],[]] => 3
[[[]],[[]]] => 2
[[[],[]],[]] => 2
[[[[]]],[]] => 2
[[[],[],[]]] => 1
[[[],[[]]]] => 1
[[[[]],[]]] => 1
[[[[],[]]]] => 1
[[[[[]]]]] => 1
[[],[],[],[],[]] => 5
[[],[],[],[[]]] => 4
[[],[],[[]],[]] => 4
[[],[],[[],[]]] => 3
[[],[],[[[]]]] => 3
[[],[[]],[],[]] => 4
[[],[[]],[[]]] => 3
[[],[[],[]],[]] => 3
[[],[[[]]],[]] => 3
[[],[[],[],[]]] => 2
[[],[[],[[]]]] => 2
[[],[[[]],[]]] => 2
[[],[[[],[]]]] => 2
[[],[[[[]]]]] => 2
[[[]],[],[],[]] => 4
[[[]],[],[[]]] => 3
[[[]],[[]],[]] => 3
[[[]],[[],[]]] => 2
[[[]],[[[]]]] => 2
[[[],[]],[],[]] => 3
[[[[]]],[],[]] => 3
[[[],[]],[[]]] => 2
[[[[]]],[[]]] => 2
[[[],[],[]],[]] => 2
[[[],[[]]],[]] => 2
[[[[]],[]],[]] => 2
[[[[],[]]],[]] => 2
[[[[[]]]],[]] => 2
[[[],[],[],[]]] => 1
[[[],[],[[]]]] => 1
[[[],[[]],[]]] => 1
[[[],[[],[]]]] => 1
[[[],[[[]]]]] => 1
[[[[]],[],[]]] => 1
[[[[]],[[]]]] => 1
[[[[],[]],[]]] => 1
[[[[[]]],[]]] => 1
[[[[],[],[]]]] => 1
[[[[],[[]]]]] => 1
[[[[[]],[]]]] => 1
[[[[[],[]]]]] => 1
[[[[[[]]]]]] => 1
[[],[],[],[],[],[]] => 6
[[],[],[],[],[[]]] => 5
[[],[],[],[[]],[]] => 5
[[],[],[],[[],[]]] => 4
[[],[],[],[[[]]]] => 4
[[],[],[[]],[],[]] => 5
[[],[],[[]],[[]]] => 4
[[],[],[[],[]],[]] => 4
[[],[],[[[]]],[]] => 4
[[],[],[[],[],[]]] => 3
[[],[],[[],[[]]]] => 3
[[],[],[[[]],[]]] => 3
[[],[],[[[],[]]]] => 3
[[],[],[[[[]]]]] => 3
[[],[[]],[],[],[]] => 5
[[],[[]],[],[[]]] => 4
[[],[[]],[[]],[]] => 4
[[],[[]],[[],[]]] => 3
[[],[[]],[[[]]]] => 3
[[],[[],[]],[],[]] => 4
[[],[[[]]],[],[]] => 4
[[],[[],[]],[[]]] => 3
[[],[[[]]],[[]]] => 3
[[],[[],[],[]],[]] => 3
[[],[[],[[]]],[]] => 3
[[],[[[]],[]],[]] => 3
[[],[[[],[]]],[]] => 3
[[],[[[[]]]],[]] => 3
[[],[[],[],[],[]]] => 2
[[],[[],[],[[]]]] => 2
[[],[[],[[]],[]]] => 2
[[],[[],[[],[]]]] => 2
[[],[[],[[[]]]]] => 2
[[],[[[]],[],[]]] => 2
[[],[[[]],[[]]]] => 2
[[],[[[],[]],[]]] => 2
[[],[[[[]]],[]]] => 2
>>> Load all 196 entries. <<<
search for individual values
searching the database for the individual values of this statistic
/
search for generating function
searching the database for statistics with the same generating function
Description
The number of subtrees.
Code
def statistic(t):
return len(t)
Created
Jun 13, 2013 at 10:05 by Viviane Pons
Updated
Feb 17, 2015 at 21:19 by Martin Rubey
searching the database
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!