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!)
A108526 Number of mobiles (cycle rooted trees) with n generators. 2
1, 2, 5, 16, 54, 210, 841, 3555, 15402, 68336, 308206, 1410175, 6525500, 30492934, 143669529, 681781043, 3255653089, 15632422715, 75429279214, 365556955492, 1778608580060, 8684658137204, 42543288504844, 209022441144144 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
A generator is a leaf or a node with just one child.
LINKS
C. G. Bower, Transforms (2)
FORMULA
G.f. satisfies (2-x)*A(x) = x - 1 + CIK(A(x)).
PROG
(PARI)
CIK(p, n)={sum(d=1, n, eulerphi(d)/d*log(subst(1/(1+O(x*x^(n\d))-p), x, x^d)))}
seq(n)={my(p=x); for(n=2, n, p += x^n*polcoef(x*p + CIK(p, n), n)); Vecrev(p/x)} \\ Andrew Howroyd, Aug 31 2018
CROSSREFS
Sequence in context: A149967 A148400 A052836 * A363201 A321470 A149968
KEYWORD
nonn
AUTHOR
Christian G. Bower, Jun 07 2005
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 24 14:18 EDT 2024. Contains 371960 sequences. (Running on oeis4.)