OFFSET
0,2
COMMENTS
LINKS
Seiichi Manyama, Table of n, a(n) for n = 0..10000
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/2) * (eta(q^2)^4 / (eta(q) * eta(q^4)))^4 in powers of q.
Euler transform of period 4 sequence [ 4, -12, 4, -8, ...].
a(n) = b(2*n + 1) where b() is multiplicative with b(2^e) = 0^e, b(p^e) = b(p)*b(p^(e-1)) - p^3*b(p^(e-2)).
G.f. is a period 1 Fourier series which satisfies f(-1 / (16 t)) = 256 (t/i)^4 f(t) where q = exp(2 Pi i t).
G.f.: (Product_{k>0} (1 + x^k) * (1 - x^(2*k))^2 / (1 + x^(2*k)))^4.
a(n) = (-1)^n * A030211(n).
Convolution square is A216711. - Michael Somos, Jun 10 2015
EXAMPLE
G.f. = 1 + 4*x - 2*x^2 - 24*x^3 - 11*x^4 + 44*x^5 + 22*x^6 - 8*x^7 + ...
G.f. = q + 4*q^3 - 2*q^5 - 24*q^7 - 11*q^9 + 44*q^11 + 22*q^13 - 8*q^15 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ (EllipticTheta[ 4, 0, x^2] EllipticTheta[ 2, 0, x^(1/2)] / (2 x^(1/8)))^4, {x, 0, n}]; (* Michael Somos, Jun 10 2015 *)
PROG
(PARI) {a(n) = my(A); if( n<0, 0, A = x * O(x^n); polcoeff( ( eta(x^2 + A)^4 / (eta(x + A) * eta(x^4 + A)) )^4, n))};
(Magma) A := Basis( CuspForms( Gamma0(16), 4), 115); A[1] + 4*A[3]; /* Michael Somos, Jun 10 2015 */
CROSSREFS
KEYWORD
sign
AUTHOR
Michael Somos, Oct 26 2007
STATUS
approved