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!)
A032172 Number of rooted compound windmills with n nodes and leaves of 2 colors with no symmetries. 1
2, 2, 3, 9, 27, 93, 317, 1148, 4203, 15781, 60066, 231968, 905301, 3567982, 14175319, 56722193, 228380002, 924598874, 3761536993, 15370095298, 63051505041, 259573763572, 1072091242996, 4441058718736 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
Shifts left under "CHK" (necklace, identity, unlabeled) transform.
PROG
(PARI)
CHK(p, n)={sum(d=1, n, moebius(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=2+CHK(x*p, i)); Vec(p)} \\ Andrew Howroyd, Jun 20 2018
CROSSREFS
Sequence in context: A275329 A021821 A019234 * A032103 A091044 A079661
KEYWORD
nonn
AUTHOR
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 May 3 11:14 EDT 2024. Contains 372207 sequences. (Running on oeis4.)