OFFSET
0,2
COMMENTS
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 q^(-1/8) * eta(q^2)^19 / (eta(q) * eta(q^4))^7 in powers of q.
Euler transform of period 4 sequence [ 7, -12, 7, -5, ...].
G.f. is a period 1 Fourier series which satisfies f(-1 / (256 t)) = 1024 (t/i)^(5/2) f(t) where q = exp(2 Pi i t).
a(3*n + 2) = 16 * A258770(n).
Convolution square is A209942.
EXAMPLE
G.f. = 1 + 7*x + 16*x^2 + 7*x^3 - 16*x^4 + 17*x^6 - 48*x^7 - 64*x^8 + ...
G.f. = q + 7*q^9 + 16*q^17 + 7*q^25 - 16*q^33 + 17*q^49 - 48*q^57 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[EllipticTheta[ 3, 0, x]^4 QPochhammer[ x] / QPochhammer[ x^2, x^4], {x, 0, n}];
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, n))};
CROSSREFS
KEYWORD
sign
AUTHOR
Michael Somos, Jun 09 2015
STATUS
approved