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!)
A032292 Number of series-reduced dyslexic planted compound windmills with n leaves. 1
1, 1, 2, 5, 12, 34, 94, 282, 852, 2664, 8430, 27192, 88595, 292038, 970578, 3251294, 10961275, 37171767, 126693635, 433789625, 1491293824, 5145686920, 17814165387, 61859118648, 215399458550, 751953130077 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
Doubles (index 2+) under "DIK" (bracelet, indistinct, unlabeled) transform.
PROG
(PARI)
DIK(p, n)={(sum(d=1, n, eulerphi(d)/d*log(subst(1/(1+O(x*x^(n\d))-p), x, x^d))) + ((1+p)^2/(1-subst(p, x, x^2))-1)/2)/2}
seq(n)={my(p=x); for(i=2, n, p+=x^i*polcoeff(DIK(p, i), i)); Vecrev(p/x)} \\ Andrew Howroyd, Jun 21 2018
CROSSREFS
Sequence in context: A076864 A209798 A196545 * A151408 A121956 A348102
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 June 30 06:39 EDT 2024. Contains 373861 sequences. (Running on oeis4.)