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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A013953 Expansion of the modular form of level 4 and weight 1/2. 1
1, 0, 0, 4, -240, 0, 0, 26760, -85995, 0, 0, 1707264, -4096240, 0, 0, 44330496, -91951146, 0, 0, 708938760, -1343913984, 0, 0, 8277534720, -14733025125, 0, 0, 77092288000, -130880766192, 0, 0, 604139268096, -988226335125, 0, 0, 4125992712192, -6548115718144, 0, 0, 25168873498760 (list; graph; refs; listen; history; internal format)
OFFSET

-3,4

REFERENCES

K. Ono, The last words of a genius, Notices Amer. math. Soc., 57 (2010), 1410-1419.

LINKS

R. E. Borcherds, Automorphic forms on O_{s+2,2}(R)^{+} and generalized Kac-Moody algebras, pp. 744-752 of Proc. Intern. Congr. Math., Vol. 2, 1994.

J. H. Bruinier, Infinite products in number theory and geometry.

FORMULA

60*theta_3(z)+KZ(z)*E_6(4z)/del_12(4z) where KZ(z) is the cusp form of weight 13/2 given by the sequence A054891.

Formula and more terms from Kok Seng Chua (chuaks(AT)ihpc.nus.edu.sg), Jan 11 2001

EXAMPLE

1/q^3 + 4 - 240*q + 26760*q^4 - 85995*q^5 + 1707264*q^8 - 4096240*q^9 + ...

PROG

(PARI) {a(n) = local( A, F, t, T, E); if( n<-3, 0, n += 4; A = x * O(x^n); t = sum( k= 1, sqrtint( n), 2 * x^k^2, 1 + A); T = t^20; E = sum( k= 1, n\4, -264 * sigma( k, 9) * x^(4*k), 1 + A); polcoeff( (( E / T )' * T / eta( x^4 + A)^24 + 1056*x^3) * -1/40 * t, n-1))}

CROSSREFS

Cf. A000025, A192732.

Sequence in context: A206352 A024057 A132551 * A051753 A094073 A137342

Adjacent sequences:  A013950 A013951 A013952 * A013954 A013955 A013956

KEYWORD

sign

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 14:07 EST 2012. Contains 205623 sequences.