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!)
A032203 Number of series-reduced planted compound windmills with n leaves. 2
1, 1, 2, 5, 12, 36, 104, 331, 1062, 3519, 11809, 40327, 139066, 484698, 1702819, 6026452, 21460248, 76846950, 276524978, 999423375, 3626370269, 13205135288, 48241233346, 176757275833, 649399348322, 2391817886703 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
Doubles (index 2+) under "CIK" (necklace, indistinct, unlabeled) 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=x); for(i=2, n, p+=x^i*polcoeff(CIK(p, i), i)); Vecrev(p/x)} \\ Andrew Howroyd, Jun 21 2018
CROSSREFS
Sequence in context: A225798 A303204 A333411 * A197444 A094717 A323933
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 April 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)