OFFSET
0,2
COMMENTS
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..1000
Y. Martin, Multiplicative eta-quotients, Trans. Amer. Math. Soc. 348 (1996), no. 12, 4825-4856, see page 4852 Table I.
Michael Somos, Introduction to Ramanujan theta functions
Eric Weisstein's World of Mathematics, Ramanujan Theta Functions
FORMULA
Expansion of q^(-1/4) * ( eta(q^2)^19 / (eta(q) * eta(q^4) )^7 )^2 in powers of q.
Euler transform of period 4 sequence [ 14, -24, 14, -10, ...].
G.f. is a period 1 Fourier series which satisfies f(-1 / (64 t)) = 32768 (t/i)^5 f(t) where q = exp(2 Pi i t).
a(n) = b(4*n + 1) where b(n) is multiplicative and b(2^e) = 0^e, b(p^e) = (1 + (-1)^e) / 2 * p^(2*e) if p == 3 (mod 4), b(p^e) = b(p) * b(p^(e-1)) - p^4 * b(p^(e-2)) otherwise.
Convolution square of A258771. - Michael Somos, Jun 09 2015
EXAMPLE
G.f. = 1 + 14*x + 81*x^2 + 238*x^3 + 322*x^4 - 429*x^6 - 82*x^7 - 2162*x^9 + ...
G.f. = q + 14*q^5 + 81*q^9 + 238*q^13 + 322*q^17 - 429*q^25 - 82*q^29 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ (QPochhammer[ x^2]^19 / (QPochhammer[ x] QPochhammer[ x^4])^7)^2, {x, 0, n}]; (* Michael Somos, Jun 09 2015 *)
PROG
(PARI) {a(n) = my(A); if( n<0, 0, A = x * O(x^n); polcoeff( ( eta(x^2 + A)^19 / (eta(x + A) * eta(x^4 + A) )^7 )^2, n))};
CROSSREFS
KEYWORD
sign
AUTHOR
Michael Somos, Mar 16 2012
STATUS
approved