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.

A317641 Expansion of theta_3(q)*theta_3(q^10), where theta_3() is the Jacobi theta function.

This page as a plain text file.
%I A317641 #8 Feb 16 2025 08:33:56
%S A317641 1,2,0,0,2,0,0,0,0,2,2,4,0,0,4,0,2,0,0,4,0,0,0,0,0,2,4,0,0,0,0,0,0,0,
%T A317641 0,4,2,0,0,0,2,4,0,0,4,0,4,0,0,6,0,0,0,0,0,0,4,0,0,4,0,0,0,0,2,4,0,0,
%U A317641 0,0,0,0,0,0,4,0,4,0,0,0,0,2,0,0,0,0,0,0,0,4,2,8,0,0,4,0,0,0,0,4,2
%N A317641 Expansion of theta_3(q)*theta_3(q^10), where theta_3() is the Jacobi theta function.
%C A317641 Number of integer solutions to the equation x^2 + 10*y^2 = n.
%H A317641 Seiichi Manyama, <a href="/A317641/b317641.txt">Table of n, a(n) for n = 0..10000</a>
%H A317641 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 A317641 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/JacobiThetaFunctions.html">Jacobi Theta Functions</a>
%F A317641 G.f.: Product_{k>=1} (1 + x^(2*k-1))^2*(1 - x^(2*k))*(1 + x^(20*k-10))^2*(1 - x^(20*k)).
%e A317641 G.f. = 1 + 2*q + 2*q^4 + 2*q^9 + 2*q^10 + 4*q^11 + 4*q^14 + 2*q^16 + 4*q^19 + ...
%t A317641 nmax = 100; CoefficientList[Series[EllipticTheta[3, 0, q] EllipticTheta[3, 0, q^10], {q, 0, nmax}], q]
%t A317641 nmax = 100; CoefficientList[Series[QPochhammer[-q, -q] QPochhammer[-q^10, -q^10]/(QPochhammer[q, -q] QPochhammer[q^10, -q^10]), {q, 0, nmax}], q]
%Y A317641 Cf. A000024, A020673, A033201, A033723, A216577, A216579, A258034.
%K A317641 nonn
%O A317641 0,2
%A A317641 _Ilya Gutkovskiy_, Aug 02 2018