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.
%I A320992 #21 Feb 16 2025 08:33:57 %S A320992 1,-2,0,-2,6,-2,4,-6,8,-16,8,-14,26,-26,24,-30,58,-50,60,-78,90,-118, %T A320992 104,-138,192,-224,204,-268,366,-354,412,-474,596,-694,724,-818,1052, %U A320992 -1162,1176,-1470,1756,-1918,2052,-2434,2814,-3168,3396,-3806,4674,-5124,5396 %N A320992 Expansion of (Product_{k>0} theta_4(q^k)/theta_3(q^k))^(1/2), where theta_3() and theta_4() are the Jacobi theta functions. %H A320992 Vaclav Kotesovec, <a href="/A320992/b320992.txt">Table of n, a(n) for n = 0..1000</a> %H A320992 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/JacobiThetaFunctions.html">Jacobi Theta Functions</a> %F A320992 a(n) = (-1)^n * A320078(n). %F A320992 Expansion of Product_{k>0} (eta(q^k)^2*eta(q^(4*k))) / eta(q^(2*k))^3. %F A320992 Expansion of Product_{k>0} theta_4(q^(2*k-1)). %F A320992 a(n) ~ (-1)^n * (log(2))^(1/4) * exp(Pi*sqrt(n*log(2)/2)) / (4*n^(3/4)). - _Vaclav Kotesovec_, Oct 26 2018 %t A320992 nmax = 60; CoefficientList[Series[Product[Sqrt[EllipticTheta[4, 0, x^k] / EllipticTheta[3, 0, x^k]], {k, 1, nmax}], {x, 0, nmax}], x] (* _Vaclav Kotesovec_, Oct 26 2018 *) %Y A320992 Convolution inverse of A320968. %Y A320992 Cf. A000122, A002448, A320078, A320970. %K A320992 sign %O A320992 0,2 %A A320992 _Seiichi Manyama_, Oct 26 2018