OFFSET
1,3
LINKS
Andrew Howroyd, Table of n, a(n) for n = 1..200
C. G. Bower, Transforms (2)
FORMULA
"DIK" (bracelet, indistinct, unlabeled) transform of A032128 (shifted right one place).
PROG
(PARI)
BIK(p)={(1/(1-p) + (1+p)/subst(1-p, x, x^2))/2}
DIK(p, n)={(sum(d=1, n, eulerphi(d)/d*log(subst(1/(1+O(x*x^(n\d))-p), x, x^d))) + ((1+p)^2/(1-subst(p, x, x^2))-1)/2)/2}
seq(n)={my(p=O(1)); for(i=1, n-1, p=BIK(x*p)); Vec(1+DIK(x*p, n))} \\ Andrew Howroyd, Aug 30 2018
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
Terms a(28) and beyond from Andrew Howroyd, Aug 30 2018
STATUS
approved