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!)
A055354 Number of labeled mobiles (circular rooted trees) with n nodes and 7 leaves. 2
5760, 940896, 85049280, 5731545600, 324745027200, 16481262283200, 778208622871680, 35036455255401600, 1529404526377728000, 65498410076875776000, 2775672164602681344000, 117137057625636739891200 (list; graph; refs; listen; history; text; internal format)
OFFSET
8,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, 7}] & /@ CoefficientList[A[x], x]) * Range[0, m - 1]!, 8] (* Jean-François Alcover, Nov 01 2019 *)
CROSSREFS
Column 7 of A055349.
Sequence in context: A190466 A157988 A330343 * A053862 A235393 A246421
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 July 17 08:16 EDT 2024. Contains 374360 sequences. (Running on oeis4.)