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!)
A032201 Number of rooted compound windmills with n nodes and leaves of 2 colors. 2
2, 2, 5, 13, 40, 128, 457, 1660, 6308, 24409, 96363, 385535, 1561706, 6387135, 26347199, 109471366, 457758461, 1924845582, 8134171456, 34526723986, 147139513066, 629314845284, 2700401538933, 11622130671430 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
Shifts left 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=O(1)); for(i=1, n, p=2+CIK(x*p, i)); Vec(p)} \\ Andrew Howroyd, Jun 20 2018
CROSSREFS
Sequence in context: A029856 A072898 A032290 * A268180 A268003 A208434
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 20:27 EDT 2024. Contains 371916 sequences. (Running on oeis4.)