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!)
A097173 Total number of green nodes among tricolored labeled trees on n nodes. 5
0, 2, 0, 48, 120, 4560, 35700, 1048992, 15514128, 456726240, 10073339100, 323266492560, 9361060088952, 336767513038320, 11913610172869860, 482920107426039360, 19998225191360977440, 909512248720724321472 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
E.g.f.: A(x) = T(-T(x))^2, with T(x)=Sum[k=1..inf, A000169(k)/k!*x^k].
a(n) = -2 * n^(n-1) * Sum[l=1..n, (-l/n)^l*(1/l-1)*C(n, l)].
a(n) ~ 2*LambertW(1)^2*n^(n-1)/(1+LambertW(1)). - Vaclav Kotesovec, Aug 26 2016
MATHEMATICA
Rest[CoefficientList[Series[LambertW[-LambertW[-x]]^2, {x, 0, 20}], x] * Range[0, 20]!] (* Vaclav Kotesovec, Aug 26 2016 *)
CROSSREFS
Sequence in context: A319113 A158194 A326718 * A009493 A009718 A198799
KEYWORD
nonn
AUTHOR
Ralf Stephan, Jul 30 2004
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 21 04:19 EDT 2024. Contains 372720 sequences. (Running on oeis4.)