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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A105094 Expansion of 8*eta(2*tau)^8/eta(tau)^16. 0
8, 128, 1152, 7680, 42112, 200448, 855552, 3345408, 12166272, 41609856, 134973184, 418023936, 1242729984, 3561814784, 9877810176, 26587137024, 69636039808, 177877244160, 443991342720, 1084762764800, 2598075516672 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

LINKS

Borcherds, Richard E., Automorphic forms with singularities on Grassmannians, Invent. Math. 132 (1998), 491-562.

MAPLE

gf:=8*product((1-q^(2*n))^8, n=1..100)/product((1-q^n)^16, n=1..100): s:=series(gf, q, 100): for k from 0 to 40 do printf(`%d, `, coeff(s, q, k)) od: - James A. Sellers (sellersj(AT)math.psu.edu), Apr 09 2005

PROG

(PARI) {a(n)=local(A); if(n<0, 0, A=x*O(x^n); polcoeff( 8*eta(x^2+A)^8/eta(x+A)^16, n))} /* Michael Somos Apr 9 2005 */

CROSSREFS

Sequence in context: A204194 A093586 A061549 * A036294 A133680 A013777

Adjacent sequences:  A105091 A105092 A105093 * A105095 A105096 A105097

KEYWORD

nonn,easy

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Apr 07 2005

EXTENSIONS

More terms from Michael Somos Apr 07 2005

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 00:09 EST 2012. Contains 205978 sequences.