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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A046113 Coefficients in expansion of theta_3(q) * theta_3(q^6) in powers of q. 1
1, 2, 0, 0, 2, 0, 2, 4, 0, 2, 4, 0, 0, 0, 0, 4, 2, 0, 0, 0, 0, 0, 4, 0, 2, 6, 0, 0, 4, 0, 0, 4, 0, 4, 0, 0, 2, 0, 0, 0, 4, 0, 4, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 2, 8, 0, 0, 4, 0, 4, 0, 0, 4, 2, 0, 0, 0, 0, 0, 8, 0, 0, 4, 0, 0, 0, 0, 0, 4, 0, 2, 0, 0, 0, 0, 0, 4, 4, 0, 4, 0, 0 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Number of representations of n as a sum of six times a square and a square. - Ralf Stephan, May 14 2007

a(n) < 2 if and only if n is in A002480. a(n) > 0 if and only if n is in A002481. - Michael Somos Mar 01 2011

REFERENCES

J. H. Conway and N. J. A. Sloane, "Sphere Packings, Lattices and Groups", Springer-Verlag, p 102 eq 9.

LINKS

A. Berkovich and H. Yesilyurt, Ramanujan's identities and representation of integers by certain binary and quaternary quadratic forms

FORMULA

G.f.: Sum_{ i, j = -inf .. inf } q^(i^2 + 6*j^2).

a(n) = A000377(n) + A115660(n). - Michael Somos Mar 01 2011

EXAMPLE

1 + 2*x + 2*x^4 + 2*x^6 + 4*x^7 + 2*x^9 + 4*x^10 + 4*x^15 + 2*x^16 + ...

PROG

(PARI) {a(n) = if( n<0, 0, polcoeff( 1 + 2 * x * Ser( qfrep([ 1, 0; 0, 6], n)), n))} /* Michael Somos Mar 01 2011 */

CROSSREFS

Cf. A000377, A002480, A002481, A115660.

Sequence in context: A110036 A086937 A095759 * A143068 A028959 A079181

Adjacent sequences:  A046110 A046111 A046112 * A046114 A046115 A046116

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), May 18 2002

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 17 19:13 EST 2012. Contains 206085 sequences.