login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A032030 Number of series-reduced planted planar trees with n leaves of 2 colors where any 2 subtrees extending from the same node are different. 1
2, 2, 8, 46, 276, 1836, 12712, 90610, 661652, 4922404, 37178736, 284330552, 2197474456, 17136206984, 134667604360, 1065457242054, 8479671583004, 67841927540372, 545314544677904, 4401667141277988 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
C. G. Bower, Transforms (2)
FORMULA
Doubles (index 2+) under "AGK" (ordered, elements, unlabeled) transform.
PROG
(PARI)
AGK(v)={apply(p->subst(serlaplace(y^0*p), y, 1), Vec(prod(k=1, #v, (1 + x^k*y + O(x*x^#v))^v[k])-1, -#v))}
seq(n)={my(v=[2]); for(i=2, n, v=concat(v, AGK(concat(v, [0]))[i])); v} \\ Andrew Howroyd, Sep 20 2018
CROSSREFS
Sequence in context: A009544 A077607 A264835 * A184347 A006673 A354065
KEYWORD
nonn
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 16 16:49 EDT 2024. Contains 371749 sequences. (Running on oeis4.)