login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A080918 Number of integer solutions to the equation 2x^2+y^2+32z^2=n. 1
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, 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, 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 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

G.f.: theta_3(q)theta_3(q^2)theta_3(q^32).

PROG

(PARI) {a(n)=local(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))}

CROSSREFS

a(2n-1)=A072069(n).

Sequence in context: A082564 A133692 A139093 * A033758 A033750 A033746

Adjacent sequences:  A080915 A080916 A080917 * A080919 A080920 A080921

KEYWORD

nonn

AUTHOR

Michael Somos, Feb 23 2003

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 09:54 EST 2012. Contains 205614 sequences.