cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A320070 Expansion of 1/(theta_3(q) * theta_3(q^2) * theta_3(q^3)), where theta_3() is the Jacobi theta function.

This page as a plain text file.
%I A320070 #15 Oct 30 2018 03:35:50
%S A320070 1,-2,2,-6,14,-20,32,-60,98,-150,232,-360,558,-828,1196,-1776,2614,
%T A320070 -3700,5238,-7480,10516,-14592,20180,-27832,38216,-51970,70184,-94842,
%U A320070 127612,-170140,226164,-300324,396754,-521520,683484,-893432,1164330,-1511188,1954756,-2524188
%N A320070 Expansion of 1/(theta_3(q) * theta_3(q^2) * theta_3(q^3)), where theta_3() is the Jacobi theta function.
%H A320070 Seiichi Manyama, <a href="/A320070/b320070.txt">Table of n, a(n) for n = 0..10000</a>
%F A320070 Convolution inverse of A029594.
%F A320070 a(n) ~ (-1)^n * exp(2*Pi*sqrt(n/3)) / (4*sqrt(6)*n^(3/2)). - _Vaclav Kotesovec_, Oct 05 2018
%t A320070 CoefficientList[Series[1/Product[EllipticTheta[3, 0, q^k], {k, 1, 3}], {q, 0, 80}], q] (* _G. C. Greubel_, Oct 29 2018 *)
%o A320070 (PARI) q='q+O('q^80); Vec(1/prod(k=1,3, eta(q^(2*k))^5/(eta(q^k)* eta(q^(4*k)))^2 )) \\ _G. C. Greubel_, Oct 29 2018
%Y A320070 Cf. A000122, A029594, A320068.
%K A320070 sign
%O A320070 0,2
%A A320070 _Seiichi Manyama_, Oct 05 2018