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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A008774 Theta series of (probably nonexistent) exceptionally good 16-dimensional sphere packing. 2
1, 0, 0, 7680, 4320, 276480, 61440, 2903040, 522720, 16896000, 2211840, 68774400, 8960640, 221460480, 23224320, 603325440, 67154400, 1448202240, 135168000, 3154982400, 319809600, 6359654400, 550195200, 12016788480, 1147643520 (list; graph; refs; listen; history; internal format)
OFFSET

0,4

REFERENCES

J. H. Conway and N. J. A. Sloane, "Sphere Packings, Lattices and Groups", Springer-Verlag, p. 190, Equation (47).

FORMULA

Expansion of ( E_4(q) * 2 * (E_4(q^2) - E_4(q^4)) + E_4(q^2) * (32 * E_4(q^4) - 17 * E_4(q^2)) ) / 15 in powers of q. - Michael Somos Nov 29 2007

EXAMPLE

1 + 7680*q^3 + 4320*q^4 + 276480*q^5 + 61440*q^6 + 2903040*q^7 + ...

PROG

(PARI) {a(n) = local(A, A1, A2, A4); if( n<0, 0, A = x * O(x^n); A1 = eta(x + A)^8; A2 = eta(x^2 + A)^8; A4 = eta(x^4 + A)^8; polcoeff( ( A1 * (A2^6 + x^2 * 32 * A2^3 * A4^3 + x^4 * 4096 * A4^6) + x^3 * 3840 * A4^4 * ( A1^2 * A4 + A2^3 ) ) / (A1 * A2^2 * A4^2 ), n))} /* Michael Somos Nov 29 2007 */

CROSSREFS

A008409(n) = a(2*n). 7680 * A135828(n) = a(2*n+3).

Sequence in context: A038011 A205040 A145307 * A076339 A105132 A162141

Adjacent sequences:  A008771 A008772 A008773 * A008775 A008776 A008777

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

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 23:53 EST 2012. Contains 205689 sequences.