A382060 Number of rooted ordered trees with n nodes such that the degree of each node is less than or equal to its depth plus one.
1, 1, 1, 1, 2, 4, 10, 27, 77, 231, 719, 2302, 7541, 25177, 85405, 293635, 1021272, 3587674, 12713796, 45402113, 163244197, 590529759, 2147915920, 7851127319, 28826079193, 106268313333, 393218951710, 1459969448090, 5437679646441, 20311366912839, 76072367645347, 285623120079865, 1074888308119285
Offset: 0
Keywords
Examples
a(5) = 4 counts: depth: o o o o 0 | | | | o o o o 1 | | / \ / \ o o o o o o 2 | / \ | | o o o o o 3 | o 4
Links
- John Tyler Rascoe, Python program.
- Kevin Ryde, PARI/GP program
Programs
-
PARI
\\ see links
-
Python
# see links
Comments