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!)
A032174 Number of series-reduced planted compound windmills with n leaves of 2 colors with no symmetries. 6
2, 1, 4, 15, 66, 291, 1368, 6555, 32262, 161505, 821280, 4227710, 21996052, 115469442, 610894004, 3253836785, 17434360442, 93907348819, 508194420136, 2761768079091, 15065823780102, 82469439357341 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
Doubles (index 2+) 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=2*x); for(i=2, n, p+=x^i*polcoeff(CHK(p, i), i)); Vecrev(p/x)} \\ Andrew Howroyd, Jun 21 2018
CROSSREFS
Sequence in context: A350739 A263575 A162977 * A212267 A344110 A346793
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 August 14 04:31 EDT 2024. Contains 375146 sequences. (Running on oeis4.)