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.

A080918 Number of integer solutions to the equation 2x^2+y^2+32z^2=n.

This page as a plain text file.
%I A080918 #15 Sep 30 2018 06:27:14
%S A080918 1,2,2,4,2,0,4,0,2,6,0,4,4,0,0,0,2,4,6,4,0,0,4,0,4,2,0,8,0,0,0,0,4,12,
%T A080918 8,8,10,0,12,0,4,16,0,12,12,0,0,0,8,10,14,16,0,0,16,0,8,12,0,20,0,0,0,
%U A080918 0,6,16,16,4,16,0,8,0,6,12,0,12,12,0,0,0,8,14,8,20,0,0,20,0,4,20,0,8,0
%N A080918 Number of integer solutions to the equation 2x^2+y^2+32z^2=n.
%H A080918 Seiichi Manyama, <a href="/A080918/b080918.txt">Table of n, a(n) for n = 0..10000</a>
%H A080918 J. B. Tunnell, <a href="http://dx.doi.org/10.1007/BF01389327">A classical Diophantine problem and modular forms of weight 3/2</a>, Invent. Math., 72 (1983), 323-334.
%F A080918 G.f.: theta_3(q) * theta_3(q^2) * theta_3(q^32).
%o A080918 (PARI) {a(n)=my(A); if(n<0, 0, A=x*O(x^n); polcoeff( eta(x^2+A)^3*eta(x^4+A)^3*eta(x^64+A)^5/ (eta(x+A)*eta(x^8+A)*eta(x^32+A)*eta(x^128+A))^2, n))}
%Y A080918 a(2n-1)=A072069(n).
%Y A080918 Cf. A000122 (theta_3(q)), A080917.
%K A080918 nonn
%O A080918 0,2
%A A080918 _Michael Somos_, Feb 23 2003