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!)
A032306 Number of rooted trees with leaves of 2 colors where any 2 subtrees extending from the same node have a different number of nodes. 1
2, 2, 2, 6, 10, 26, 66, 174, 442, 1202, 3298, 9166, 25674, 72810, 206826, 595150, 1712634, 4978458, 14494130, 42502030, 124660402, 368221002, 1087321354, 3229266742, 9591013738, 28624735962, 85404444970 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
Shifts left under "EFK" (unordered, size, unlabeled) transform.
PROG
(PARI)
EFK(p, n)={prod(k=1, n, 1 + polcoef(p, k)*x^k + O(x*x^n))}
seq(n)={my(p=O(1)); for(i=1, n, p=1+EFK(x*p, i-1)); Vec(p)} \\ Andrew Howroyd, Sep 20 2018
CROSSREFS
Sequence in context: A052537 A024945 A186507 * A227847 A058756 A237614
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)