%I #12 Feb 07 2023 02:39:53
%S 1,1,0,1,1,1,2,2,2,3,3,3,5,5,5,7,8,8,11,12,12,16,17,18,23,25,26,32,35,
%T 37,45,49,52,62,67,72,85,92,98,114,124,133,153,166,178,203,220,236,
%U 268,290,311,350,379,407,456,493,529,589,636,683,758,818,877
%N Expansion of chi(x) / chi(-x^6) in powers of x where chi() is a Ramanujan theta function.
%C Ramanujan theta functions: f(q) (see A121373), phi(q) (A000122), psi(q) (A010054), chi(q) (A000700).
%C Convolution square is A328790.
%C G.f. is a period 1 Fourier series which satisfies f(-1 / (1728 t)) = 2^(-1/2) g(t) where q = exp(2 Pi i t) and g() is g.f. for A328880.
%H Cristina Ballantine and Mircea Merca, <a href="https://arxiv.org/abs/2302.01253">6-regular partitions: new combinatorial properties, congruences, and linear inequalities</a>, arXiv:2302.01253 [math.NT], 2023.
%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/RamanujanThetaFunctions.html">Ramanujan Theta Functions</a>
%F Expansion of q^(-5/24) * (eta(q^2)^2 * eta(q^12)) / (eta(q) * eta(q^4) * eta(q^6)) in power of q.
%F Euler transform of period 12 sequence [1, -1, 1, 0, 1, 0, 1, 0, 1, -1, 1, 0, ...].
%F G.f.: Product_{k>=1} (1 + x^(6*k))/(1 + (-x)^k) = Product_{k>=1} (1 + x^(2*k-1)) * (1 + x^(6*k)).
%F A261736(n) = (-1)^n * a(n).
%F a(n) ~ exp(sqrt(2*n)*Pi/3) / (2^(7/4)*sqrt(3)*n^(3/4)). - _Vaclav Kotesovec_, Oct 31 2019
%e G.f. = 1 + x + x^3 + x^4 + x^5 + 2*x^6 + 2*x^7 + 2*x^8 + 3*x^9 + ...
%e G.f. = q^5 + q^29 + q^77 + q^101 + q^125 + 2*q^149 + 2*q^173 + ...
%t a[ n_] := SeriesCoefficient[ QPochhammer[ -x, x^2] QPochhammer[ -x^6, x^6], {x, 0, n}];
%o (PARI) {a(n) = my(A); if( n < 0, 0, A = x * O(x^n); polcoeff( (eta(x^2 + A)^2 * eta(x^12 + A)) / (eta(x + A) * eta(x^4 + A) * eta(x^6 + A)), n))};
%Y Cf. A261736, A328790, A328800.
%K nonn
%O 0,7
%A _Michael Somos_, Oct 27 2019