The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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

%I #10 Sep 20 2018 15:30:24

%S 2,2,2,6,10,26,66,174,442,1202,3298,9166,25674,72810,206826,595150,

%T 1712634,4978458,14494130,42502030,124660402,368221002,1087321354,

%U 3229266742,9591013738,28624735962,85404444970

%N Number of rooted trees with leaves of 2 colors where any 2 subtrees extending from the same node have a different number of nodes.

%H Andrew Howroyd, <a href="/A032306/b032306.txt">Table of n, a(n) for n = 1..500</a>

%H <a href="/index/Ro#rooted">Index entries for sequences related to rooted trees</a>

%F Shifts left under "EFK" (unordered, size, unlabeled) transform.

%o (PARI)

%o EFK(p,n)={prod(k=1, n, 1 + polcoef(p,k)*x^k + O(x*x^n))}

%o seq(n)={my(p=O(1)); for(i=1, n, p=1+EFK(x*p, i-1)); Vec(p)} \\ _Andrew Howroyd_, Sep 20 2018

%K nonn

%O 1,1

%A _Christian G. Bower_

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 May 21 19:35 EDT 2024. Contains 372738 sequences. (Running on oeis4.)