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!)
A055355 Number of labeled mobiles (circular rooted trees) with n nodes and 8 leaves. 2
45360, 9862560, 1160973000, 99904860000, 7103580541200, 445556635524000, 25652184715357200, 1391455702596960000, 72404516222438400000, 3661224054771419136000, 181631020686490222848000 (list; graph; refs; listen; history; text; internal format)
OFFSET
9,1
LINKS
MATHEMATICA
m = 20; L[x_] = Log[1 - x] + O[x]^m // Normal; A[_] = 0;
Do[A[x_] = x y - x L[A[x]] + O[x]^k // Normal // Expand, {k, m}];
Drop[(SeriesCoefficient[#, {y, 0, 8}] & /@ CoefficientList[A[x], x]) * Range[0, m - 1]!, 9] (* Jean-François Alcover, Nov 01 2019 *)
CROSSREFS
Column 8 of A055349.
Sequence in context: A185927 A287378 A163816 * A210618 A269936 A269900
KEYWORD
nonn
AUTHOR
Christian G. Bower, May 15 2000
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 16 07:57 EDT 2024. Contains 371698 sequences. (Running on oeis4.)