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!)
A032235 Number of dyslexic rooted compound windmills with n nodes where any 2 submills extending from the same node are different. 1
1, 1, 1, 2, 3, 6, 12, 25, 52, 113, 251, 560, 1268, 2896, 6680, 15527, 36301, 85364, 201747, 479040, 1141953, 2732737, 6560655, 15799567, 38154309, 92378578, 224192754, 545292987, 1328985026, 3245140686, 7938052589 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
C. G. Bower, Transforms (2)
FORMULA
Shifts left under "DGK" (bracelet, element, unlabeled) transform.
PROG
(PARI)
DGK(v)={apply(p->subst(serlaplace(p/y + polcoeff(p, 1) + polcoeff(p, 2)), y, 1)/2, Vec(prod(k=1, #v, (1 + x^k*y + O(x*x^#v))^v[k])-1, -#v))}
seq(n)={my(v=[1]); for(i=2, n, v=concat([1], DGK(v))); v} \\ Andrew Howroyd, Sep 20 2018
CROSSREFS
Sequence in context: A116379 A116380 A004111 * A192805 A162985 A052523
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 5 13:00 EDT 2024. Contains 372275 sequences. (Running on oeis4.)