OFFSET
-1,5
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 sqrt(T34A + 2), where T34A = A058638, in powers of q. - G. C. Greubel, Jun 29 2018
a(n) ~ exp(2*Pi*sqrt(n/17)) / (2 * 17^(1/4) * n^(3/4)). - Vaclav Kotesovec, Jun 29 2018
EXAMPLE
T68A = 1/q + q + q^3 + 2*q^7 + q^9 + 3*q^11 + 2*q^13 + 4*q^15 + 3*q^17 + ...
MATHEMATICA
QP := QPochhammer; nmax = 260; 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]; A := G[x^34]*G[x] + x^7*H[x^34]*H[x]; B:= G[x^17]*H[x^2] - x^3*H[x^17]*G[x^2]; T34A := -2 + (A*B)^2/x; a:= CoefficientList[Series[(x*(2 + T34A) + O[x]^nmax)^(1/2), {x, 0, 100}], x]; Table[a[[n]], {n, 1, 80}] (* G. C. Greubel, Jun 29 2018 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Nov 27 2000
EXTENSIONS
Terms a(12) onward added by G. C. Greubel, Jun 29 2018
STATUS
approved