OFFSET
0,2
COMMENTS
Ramanujan theta functions: f(q) (see A121373), phi(q) (A000122), psi(q) (A010054), chi(q) (A000700).
The generating function is associated with a modular equation of degree 3 and is the multiplier denoted by "m". - Michael Somos, Nov 01 2017
REFERENCES
B. C. Berndt, Ramanujan's Notebooks Part III, Springer-Verlag, see p. 230 Entry 5(iii), g.f. denoted by multiplier m.
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..1000
Michael Somos, Introduction to Ramanujan theta functions
Eric Weisstein's World of Mathematics, Ramanujan Theta Functions
FORMULA
Expansion of eta(q^2)^10 * eta(q^3)^4 * eta(q^12)^4 / (eta(q)^4 * eta(q^4)^4 * eta(q^6)^10) in powers of q.
G.f.: (Sum_{k in Z} x^k^2) / (Sum_{k in Z} x^(3*k^2))^2.
EXAMPLE
G.f. = 1 + 4*x + 4*x^2 - 4*x^3 - 12*x^4 - 8*x^5 + 12*x^6 + 32*x^7 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ (EllipticTheta[ 3, 0, q] / EllipticTheta[ 3, 0, q^3])^2, {q, 0, n}];
PROG
(PARI) {a(n) = my(A); if( n<0, 0, A = x * O(x^n); polcoeff( eta(x^2 + A)^10 * eta(x^3 + A)^4 * eta(x^12 + A)^4 / (eta(x + A)^4 * eta(x^4 + A)^4 * eta(x^6 + A)^10), n))};
CROSSREFS
KEYWORD
sign
AUTHOR
Michael Somos, Aug 14 2015
STATUS
approved