|
Search: id:A072071
|
|
|
| A072071 |
|
Number of integer solutions to the equation 4x^2+y^2+32z^2=n. |
|
+0 9
|
|
| 1, 2, 0, 0, 4, 4, 0, 0, 4, 2, 0, 0, 0, 4, 0, 0, 4, 4, 0, 0, 8, 0, 0, 0, 0, 6, 0, 0, 0, 4, 0, 0, 6, 4, 0, 0, 12, 12, 0, 0, 16, 8, 0, 0, 0, 12, 0, 0, 8, 10, 0, 0, 24, 4, 0, 0, 0, 12, 0, 0, 0, 12, 0, 0, 12, 8, 0, 0, 16, 8, 0, 0, 20, 12, 0, 0, 0, 8, 0, 0, 8, 6, 0, 0, 16, 16, 0, 0, 0, 4, 0, 0, 0, 8, 0, 0, 8
(list; graph; listen)
|
|
|
OFFSET
|
0,2
|
|
|
COMMENT
|
Related to primitive congruent numbers A006991.
Assuming the Birch and Swinnerton-Dyer conjecture, the even number 2n is a congruent number if it is square-free and 2 a(n) = A072070(n).
|
|
REFERENCES
|
J. B. Tunnell, A classical Diophantine problem and modular forms of weight 3/2, Invent. Math., 72 (1983), 323-334.
|
|
LINKS
|
T. D. Noe, Table of n, a(n) for n=0..10000
Clay Mathematics Institute, The Birch and Swinnerton-Dyer Conjecture
Department of Pure Maths., Univ. Sheffield, Pythagorean triples and the congruent number problem
Karl Rubin, Elliptic curves and right triangles
|
|
FORMULA
|
G.f.: phi(x)*phi(x^4)*phi(x^32) where phi(x)=1+2x+2x^4+2x^9+... is a Ramanujan theta function.
|
|
EXAMPLE
|
a(4) = 4 because (1,0,0), (-1,0,0), (0,2,0) and (0,-2,0) are solutions.
|
|
MATHEMATICA
|
J12[q_] := Sum[q^n^2, {n, -10, 10}]; CoefficientList[Series[J12[q]J12[q^4]J12[q^32], {q, 0, 100}], q]
|
|
PROGRAM
|
(PARI) a(n)=local(X); if(n<0, 0, X=x+x*O(x^n); polcoeff(eta(X)^-2*eta(X^2)^5*eta(X^4)^-4*eta(X^8)^5*eta(X^16)^-2*eta(X^32)^-2*e\ ta(X^64)^5*eta(X^128)^-2, n))
|
|
CROSSREFS
|
Cf. A006991, A003273, A072068, A072069, A072070.
Sequence in context: A080964 A004531 A134014 this_sequence A045836 A072070 A137828
Adjacent sequences: A072068 A072069 A072070 this_sequence A072072 A072073 A072074
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
T. D. Noe (noe(AT)sspectra.com), Jun 13 2002
|
|
EXTENSIONS
|
More terms from Vladeta Jovovic (vladeta(AT)eunet.rs), Jun 16 2002
|
|
|
Search completed in 0.002 seconds
|