# Greetings from The On-Line Encyclopedia of Integer Sequences! http://oeis.org/ Search: id:a105094 Showing 1-1 of 1 %I A105094 #38 Apr 19 2018 03:54:46 %S A105094 8,128,1152,7680,42112,200448,855552,3345408,12166272,41609856, %T A105094 134973184,418023936,1242729984,3561814784,9877810176,26587137024, %U A105094 69636039808,177877244160,443991342720,1084762764800,2598075516672 %N A105094 Expansion of 8 * (eta(q^2) / eta(q)^2)^8 in powers of q. %H A105094 G. C. Greubel, Table of n, a(n) for n = 0..1000 (terms 0..200 from Vincenzo Librandi) %H A105094 Richard E. Borcherds, Automorphic forms with singularities on Grassmannians, arXiv:alg-geom/9609022, 1996-1997; Invent. Math. 132 (1998), 491-562. %F A105094 Expansion of 8 / phi(-q)^8 in powers of q where phi() is a Ramanujan theta function. - _Michael Somos_, Jun 08 2012 %F A105094 a(n) ~ exp(2*Pi*sqrt(2*n)) / (2^(15/4) * n^(11/4)). - _Vaclav Kotesovec_, Nov 14 2015 %e A105094 8 + 128*q + 1152*q^2 + 7680*q^3 + 42112*q^4 + 200448*q^5 + 855552*q^6 + ... %p A105094 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_, Apr 09 2005 %t A105094 QP = QPochhammer; s = 8*(QP[q^2]/QP[q]^2)^8 + O[q]^30; CoefficientList[s, q] (* _Jean-François Alcover_, Nov 14 2015 *) %o A105094 (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 09 2005 */ %K A105094 nonn,easy %O A105094 0,1 %A A105094 _N. J. A. Sloane_, Apr 07 2005 %E A105094 More terms from _Michael Somos_, Apr 07 2005 # Content is available under The OEIS End-User License Agreement: http://oeis.org/LICENSE