%I #10 Feb 16 2025 08:33:53
%S 1,1,2,0,3,2,4,0,4,4,6,0,5,3,6,0,6,4,4,0,8,4,6,0,9,6,6,0,6,6,12,0,8,4,
%T 12,0,8,7,8,0,9,6,8,0,12,8,6,0,8,6,14,0,12,6,12,0,8,8,12,0,13,6,12,0,
%U 18,10,8,0,8,12,12,0,16,7,14,0,12,8,12,0,16
%N Expansion of f(-x^3)^3 * phi(-x^12) / (f(-x) * chi(-x^4)) in powers of x where phi(), chi(), f() are Ramanujan theta functions.
%C Ramanujan theta functions: f(q) (see A121373), phi(q) (A000122), psi(q) (A010054), chi(q) (A000700).
%H G. C. Greubel, <a href="/A298932/b298932.txt">Table of n, a(n) for n = 0..2500</a>
%H Michael Somos, <a href="/A010815/a010815.txt">Introduction to Ramanujan theta functions</a>
%H Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/RamanujanThetaFunctions.html">Ramanujan Theta Functions</a>
%F Expansion of q^(-1/2) * eta(q^3)^3 * eta(q^8) * eta(q^12)^2 / (eta(q) * eta(q^4) * eta(q^24)) in powers of q.
%F Euler transform of period 24 sequence [1, 1, -2, 2, 1, -2, 1, 1, -2, 1, 1, -3, 1, 1, -2, 1, 1, -2, 1, 2, -2, 1, 1, -3, ...].
%F a(4*n + 3) = 0. a(3*n + 2) = 2 * A213607(n). a(n) = A298931(3*n). a(2*n) = A298933(n).
%e G.f. = 1 + x + 2*x^2 + 3*x^4 + 2*x^5 + 4*x^6 + 4*x^8 + 4*x^9 + ...
%e G.f. = q + q^3 + 2*q^5 + 3*q^9 + 2*q^11 + 4*q^13 + 4*q^17 + 4*q^19 + ...
%t a[ n_] := SeriesCoefficient[ QPochhammer[ x^3]^3 QPochhammer[ -x^4, x^4] EllipticTheta[ 4, 0, x^12] / QPochhammer[ x], {x, 0, n}];
%o (PARI) {a(n) = my(A); if( n<0, 0, A = x * O(x^n); polcoeff( eta(x^3 + A)^3 * eta(x^8 + A) * eta(x^12 + A)^2 / (eta(x + A) * eta(x^4 + A) * eta(x^24 + A)), n))};
%Y Cf. A213607, A298931, A298933.
%K nonn
%O 0,3
%A _Michael Somos_, Jan 29 2018