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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A134786 McKay-Thompson series of class 4A for the Monster group with a(0) = 4. 7
1, 4, 276, 2048, 11202, 49152, 184024, 614400, 1881471, 5373952, 14478180, 37122048, 91231550, 216072192, 495248952, 1102430208, 2390434947, 5061476352, 10487167336, 21301241856, 42481784514, 83300614144, 160791890304 (list; graph; refs; listen; history; internal format)
OFFSET

-1,2

REFERENCES

M. Koike, Matheiu group M24 and modular forms, Nagoya Math. J., 99 (1985), 147-157. MR0805086 (87e:11060)

LINKS

Index entries for McKay-Thompson series for Monster simple group

FORMULA

Associated with permutations in Mathieu group M24 of shape (4)^4(2)^2(1)^4.

G.f. is Fourier series of a level 4 modular function. f(-1/ (4 t)) = f(t) where q = exp(2 pi i t).

EXAMPLE

1/q + 4 + 276*q + 2048*q^2 + 11202*q^3 + 49152*q^4 + 184024*q^5 + ...

PROG

(PARI) {a(n) = local(A); if( n<-1, 0, A = x^2 * O(x^n); A = ( eta(x + A) / eta(x^4 + A) )^8 / x; polcoeff( 12 + A + 256 / A, n))}

CROSSREFS

A107080(n) = a(n) unless n=0. Convolution with A030212 is A037219.

Cf. A097340. [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Dec 13 2008]

A134786, A045479, A007191, A097340, A035099, A007246, A107080 are all essentially the same sequence.

Sequence in context: A108134 A000320 A101758 * A190635 A202031 A074309

Adjacent sequences:  A134783 A134784 A134785 * A134787 A134788 A134789

KEYWORD

nonn

AUTHOR

Michael Somos, Nov 22 2007

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 19:37 EST 2012. Contains 205663 sequences.