OFFSET
0,4
LINKS
Andrew Howroyd, Table of n, a(n) for n = 0..200
C. G. Bower, Transforms (2).
INRIA Algorithms Project, Encyclopedia of Combinatorial Structures 783
Maplesoft, Combstruct grammars.
FORMULA
G.f.: x/(1-g(x)) where g(x) is the g.f. of A052815. - Andrew Howroyd, Aug 10 2020
MAPLE
spec := [S, {C=Sequence(B), B=Cycle(S), S=Prod(C, Z)}, 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=x/(1-CIK(p, n))); Vec(p, -(n+1))}
CROSSREFS
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