OFFSET
-1,7
LINKS
G. C. Greubel, Table of n, a(n) for n = -1..2500
D. Ford, J. McKay and S. P. Norton, More on replicable functions, Comm. Algebra 22, No. 13, 5175-5193 (1994).
FORMULA
Expansion of G(q^41)*H(q) - q^8*H(q^41)*G(q) in powers of q, where G() is g.f. of A003114 and H() is g.f. of A003106. - G. C. Greubel, Jul 02 2018
a(n) ~ exp(2*Pi*sqrt(2*n/41)) / (2^(3/4) * 41^(1/4) * n^(3/4)). - Vaclav Kotesovec, Jul 02 2018
EXAMPLE
T82a = 1/q +q^3 +q^5 +q^7 +q^9 +2*q^11 +2*q^13 +2*q^15 +2*q^17 +...
MATHEMATICA
QP := QPochhammer; f[x_, y_] := QP[-x, x*y]*QP[-y, x*y]*QP[x*y, x*y]; G[x_] := f[-x^2, -x^3]/f[-x, -x^2]; H[x_] := f[-x, -x^4]/f[-x, -x^2];
B := G[x^41]*H[x] - x^8*H[x^41]*G[x]; a:= CoefficientList[Series[B, {x, 0, 60}], x]; Table[a[[n]], {n, 1, 50}] (* G. C. Greubel, Jul 02 2018 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Michael Somos, Aug 28 2005
STATUS
approved