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!)
A038053 Number of labeled planted trees with 2-colored leaves. 3
0, 4, 12, 96, 1120, 17280, 330624, 7540736, 199544832, 6006988800, 202646118400, 7570772656128, 310240496517120, 13834761553313792, 666909048381112320, 34555424387503226880, 1915099718255940468736 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
A038049 shifted right and multiplied by n.
E.g.f. (for offset 0): (2+B(x))*(x-B(x))/(1+B(x)) where B(x) = LambertW(-x*exp(x)). - Vladeta Jovovic, Mar 08 2003
a(n) ~ sqrt(LambertW(exp(-1))+1) * n^(n-1) / (exp(n) * (LambertW(exp(-1)))^(n-1)). - Vaclav Kotesovec, Mar 29 2014
MATHEMATICA
CoefficientList[Series[(2+LambertW[-x*E^x])*(x-LambertW[-x*E^x])/(1+ LambertW[-x*E^x]), {x, 0, 20}], x] * Range[0, 20]! (* Vaclav Kotesovec, Mar 29 2014 *)
PROG
(PARI) x='x+O('x^30); concat([0], Vec(serlaplace( (2+lambertw(-x*exp(x))) *(x-lambertw(-x*exp(x)))/(1+lambertw(-x*exp(x))) ))) \\ G. C. Greubel, Sep 09 2018
CROSSREFS
Sequence in context: A287596 A364901 A268363 * A217155 A120267 A012278
KEYWORD
nonn
AUTHOR
Christian G. Bower, Jan 04 1999
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 May 20 19:00 EDT 2024. Contains 372720 sequences. (Running on oeis4.)