OFFSET
0,2
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..1000
D. Ford, J. McKay and S. P. Norton, More on replicable functions, Comm. Algebra 22, No. 13, 5175-5193 (1994).
FORMULA
Expansion of A - 4*q/A, where A = q^(1/2)*(eta(q^2)/eta(q^8))^2, in powers of q. - G. C. Greubel, Jun 26 2018
EXAMPLE
T16c = 1/q -4*q -2*q^3 -8*q^5 -q^7 -20*q^9 +2*q^11 -40*q^13 +...
MATHEMATICA
eta[q_] := q^(1/24)*QPochhammer[q]; A:= q^(1/2)*(eta[q^2]/eta[q^8])^2; a:= CoefficientList[Series[A - 4*q/A, {q, 0, 60}], q]; Table[a[[n]], {n, 1, 50}] (* G. C. Greubel, Jun 26 2018 *)
PROG
(PARI) q='q+O('q^50); A = (eta(q^2)/eta(q^8))^2; Vec(A -4*q/A) \\ G. C. Greubel, Jun 26 2018
CROSSREFS
KEYWORD
sign
AUTHOR
Michael Somos, Aug 28 2005
STATUS
approved