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 A317643 #5 Feb 16 2025 08:33:56 %S A317643 1,0,0,2,2,0,0,4,0,0,0,0,2,0,0,0,6,0,0,4,0,0,0,0,0,0,0,2,4,0,0,4,0,0, %T A317643 0,0,2,0,0,4,0,0,0,4,0,0,0,0,6,0,0,0,4,0,0,0,0,0,0,0,0,0,0,4,6,0,0,4, %U A317643 0,0,0,0,0,0,0,2,4,0,0,4,0,0,0,0,4,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,2 %N A317643 Expansion of theta_3(q^3)*theta_3(q^4), where theta_3() is the Jacobi theta function. %C A317643 Number of integer solutions to the equation 3*x^2 + 4*y^2 = n. %H A317643 N. J. A. Sloane et al., <a href="https://oeis.org/wiki/Binary_Quadratic_Forms_and_OEIS">Binary Quadratic Forms and OEIS</a> (Index to related sequences, programs, references) %H A317643 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/JacobiThetaFunctions.html">Jacobi Theta Functions</a> %F A317643 G.f.: Product_{k>=1} (1 + x^(6*k-3))^2*(1 - x^(6*k))*(1 + x^(8*k-4))^2*(1 - x^(8*k)). %e A317643 G.f. = 1 + 2*q^3 + 2*q^4 + 4*q^7 + 2*q^12 + 6*q^16 + 4*q^19 + 2*q^27 + 4*q^28 + ... %t A317643 nmax = 100; CoefficientList[Series[EllipticTheta[3, 0, q^3] EllipticTheta[3, 0, q^4], {q, 0, nmax}], q] %t A317643 nmax = 100; CoefficientList[Series[QPochhammer[-q^3, -q^3] QPochhammer[-q^4, -q^4]/(QPochhammer[q^3, -q^3] QPochhammer[q^4, -q^4]), {q, 0, nmax}], q] %Y A317643 Cf. A000049, A020677, A068229, A108563, A192323. %K A317643 nonn %O A317643 0,4 %A A317643 _Ilya Gutkovskiy_, Aug 02 2018