OFFSET
0,2
REFERENCES
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
Vaclav Kotesovec, Table of n, a(n) for n = 0..1000
C. G. Bower, Transforms
INRIA Algorithms Project, Encyclopedia of Combinatorial Structures 107
INRIA Algorithms Project, Encyclopedia of Combinatorial Structures 111
M. D. McIlroy, The number of states of a dynamic storage system, Computer J., 25 (No. 3, 1982), 388-392.
M. D. McIlroy, The number of states of a dynamic storage system, Computer J., 25 (No. 3, 1982), 388-392. (Annotated scanned copy)
FORMULA
Also "CIK" (necklace, indistinct, unlabeled) transform of 2, 1, 1, 1, ...
MATHEMATICA
nmax = 30;
f[x_] = Sum[n*x^n, {n, 1, nmax}];
gf = Sum[(EulerPhi[n]/n)*Log[1/(1 - f[x^n])] + O[x]^nmax, {n, 1, nmax}];
CoefficientList[gf, x] + 1 (* Jean-François Alcover, Jul 29 2018, after Joerg Arndt *)
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
Sequence extended by Christian G. Bower
STATUS
approved