M. Michael Somos, <a href="/A010815/a010815.txt">Introduction to Ramanujan theta functions</a>
M. Michael Somos, <a href="/A010815/a010815.txt">Introduction to Ramanujan theta functions</a>
M. Somos, <a href="http://somos.crg4.comA010815/multiqa010815.htmltxt
proposed
approved
editing
proposed
G. C. Greubel, <a href="/A132977/b132977.txt">Table of n, a(n) for n = 0..1000</a>
approved
editing
editing
approved
Ramanujan theta functions: f(q) := Prod_{k>=1} (1-(-q)^k) (see A121373), phi(q) := theta_3(q) := Sum_{k=-oo..oo} q^(k^2) (A000122), psi(q) := Sum_{k=0..oo} q^(k*(k+1)/2) (A010054), chi(q) := Prod_{k>=0} (1+q^(2k+1)) (A000700).
Ramanujan theta functions: f(q) (see A121373), phi(q) (A000122), psi(q) (A010054), chi(q) (A000700).
M. Somos, <a href="http://cis.csuohio.edu/~somos.crg4.com/multiq.pdfhtml
a(n) = A132975(3*n + 1).
q G.f. = 1 + 2*q^4 x + 5*qx^7 2 + 12*qx^10 3 + 26*qx^13 4 + 50*qx^16 5 + 92*qx^6 + 168*x^19 7 + ...
G.f. = q + 2*q^4 + 5*q^7 + 12*q^10 + 26*q^13 + 50*q^16 + 92*q^19 + ...
a[ n_] := SeriesCoefficient[(QPochhammer[ x^6]^4 / (QPochhammer[ x] QPochhammer[ x^3] QPochhammer[ x^4] QPochhammer[ x^12]))^2, {x, 0, n}]; (* Michael Somos, Oct 31 2015 *)
(PARI) {a(n) = localmy(A); if( n<0, 0, A = x * O(x^n); polcoeff( ( eta(x^6 + A)^4 / (eta(x + A) / * eta(x^3 + A) / * eta(x^4 + A) / * eta(x^12 + A)))^2, n))};
approved
editing
editing
approved
a(n) ~ exp(2*Pi*sqrt(n/3)) / (2 * 3^(9/4) * n^(3/4)). - Vaclav Kotesovec, Sep 08 2015
nmax = 40; CoefficientList[Series[Product[((1-x^(6*k))^4 / ( (1-x^k) * (1-x^(3*k)) * (1-x^(4*k)) * (1-x^(12*k)) ))^2, {k, 1, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Sep 08 2015 *)
approved
editing