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!)
A108531 Number of mobiles (cycle rooted trees) with n nodes and 2-colored internal (non-leaf) nodes. 5
1, 2, 6, 18, 60, 206, 770, 2950, 11748, 47746, 197808, 830878, 3532790, 15168294, 65683552, 286504378, 1257693038, 5551978426, 24630911086, 109759215338, 491060888588, 2204938828766, 9933016712348, 44881199711338 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
C. G. Bower, Transforms (2)
FORMULA
Shifts left and halves under CIK transform.
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=O(1)); for(i=1, n, p=1+2*CIK(x*p, i)); Vec(p)} \\ Andrew Howroyd, Jun 20 2018
CROSSREFS
Sequence in context: A048118 A004113 A150044 * A150045 A191280 A150046
KEYWORD
nonn,eigen
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 19 05:19 EDT 2024. Contains 371782 sequences. (Running on oeis4.)