OFFSET
0,2
COMMENTS
Self-convolution of A167137.
Conjecture: Let k be a positive integer. The sequence obtained by reducing a(n) modulo k is eventually periodic with the period dividing phi(k) = A000010(k). For example, modulo 7 we obtain the sequence [1, 2, 5, 1, 2, 6, 0, 2, 5, 1, 2, 6, 0, 2, 5, 1, 2, 6, 0, ...], with a preperiod of length 1 and an apparent period thereafter of 6 = phi(7). - Peter Bala, Mar 03 2023
LINKS
Vaclav Kotesovec, Table of n, a(n) for n = 0..400
FORMULA
MATHEMATICA
nmax = 20; CoefficientList[Series[Product[1/(1-(Exp[x]-1)^k)^2, {k, 1, nmax}], {x, 0, nmax}], x] * Range[0, nmax]!
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Vaclav Kotesovec, Jun 25 2018
STATUS
approved