The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A052815 Number of objects generated by the Combstruct grammar defined in the Maple program. See the link for the grammar specification. 2
0, 1, 2, 5, 16, 56, 221, 900, 3839, 16752, 74701, 338327, 1553181, 7208191, 33768389, 159463655, 758291989, 3627890869, 17450572584, 84342086908, 409394388458, 1994883122360, 9754673396640, 47850963112328, 235413886888082, 1161267995487057, 5742484341773444 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
C. G. Bower, Transforms (2).
FORMULA
G.f.: 1 - x/g(x) where g(x) is the g.f. of A052818. - Andrew Howroyd, Aug 10 2020
MAPLE
spec := [S, {B=Prod(C, Z), C=Sequence(S), S=Cycle(B)}, unlabeled]: seq(combstruct[count](spec, size=n), n=0..20);
PROG
(PARI) \\ CIK (necklace, indistinct, unlabeled) in Transforms (2).
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(x)); for(n=1, n, p=CIK(x/(1-p), n)); Vec(p, -(n+1))} \\ Andrew Howroyd, Aug 10 2020
CROSSREFS
Cf. A052818.
Sequence in context: A147771 A052891 A352905 * A195931 A350906 A082789
KEYWORD
easy,nonn
AUTHOR
encyclopedia(AT)pommard.inria.fr, Jan 25 2000
EXTENSIONS
Terms a(21) and beyond from Andrew Howroyd, Aug 10 2020
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 23 16:14 EDT 2024. Contains 372765 sequences. (Running on oeis4.)