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!)
A097628 Number of rooted directed trees on n nodes with a green root. 1
0, 2, 15, 232, 4535, 114276, 3478083, 124625040, 5135162607, 239298611020, 12443586907763, 714352426078776, 44874695909075799, 3061971330141166548, 225519631138748009955, 17832309102333780001312 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Ditrees are well-colored directed trees. Well-colored means, each green vertex has at least a red child, each red vertex has no red child.
LINKS
C. Banderier, J.-M. Le Bars and V. Ravelomanana, Generating functions for kernels of digraphs, arXiv:math/0411138 [math.CO], 2004.
FORMULA
E.g.f.: A(x) = C(2x)/2+C(-C(2x)/2), C(x) = e.g.f. of A000169.
MATHEMATICA
terms = 16;
c[x_] = -LambertW[-x];
A[x_] = c[2x]/2 + c[-c[2x]/2];
CoefficientList[A[x]/x + O[x]^terms, x] Range[terms]! (* Jean-François Alcover, Jan 15 2019 *)
CROSSREFS
Equals A052746(n) - A097627(n).
Sequence in context: A297087 A247660 A197236 * A305111 A216860 A161968
KEYWORD
nonn
AUTHOR
Ralf Stephan, Aug 17 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 June 12 14:38 EDT 2024. Contains 373331 sequences. (Running on oeis4.)