login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A007855
Infima closed sets in rooted plane trees on n nodes.
0
1, 3, 13, 63, 326, 1769, 9964, 57843, 344203, 2090470, 12912988, 80899801, 512896540, 3284651548, 21217493460, 138080484819, 904454380446, 5958186674879, 39448465279220, 262359379484522, 1751912981641794, 11741044418866476
OFFSET
1,2
LINKS
M. Klazar, Twelve countings with rooted plane trees, European Journal of Combinatorics 18 (1997), 195-210; Addendum, 18 (1997), 739-740.
FORMULA
G.f.: (1/4) * (1 + sqrt(1-4*x)) * (1 - sqrt(3 - 2 / sqrt(1-4*x))) [from Klazar]. - Sean A. Irvine, Feb 06 2018
PROG
(PARI) my(x='x+O('x^30)); Vec((1/4) * (1+sqrt(1-4*x)) * (1-sqrt(3-2/sqrt(1-4*x)))) \\ Michel Marcus, Apr 05 2019
CROSSREFS
Sequence in context: A350519 A243280 A000259 * A193112 A367061 A192729
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Sean A. Irvine, Feb 06 2018
STATUS
approved