cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A032203 Number of series-reduced planted compound windmills with n leaves.

Original entry on oeis.org

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
Offset: 1

Views

Author

Keywords

Programs

  • 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

Formula

Doubles (index 2+) under "CIK" (necklace, indistinct, unlabeled) transform.