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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A007244 McKay-Thompson series of class 3B for the Monster group.
(Formerly M5310)
3
1, 0, 54, -76, -243, 1188, -1384, -2916, 11934, -11580, -21870, 79704, -71022, -123444, 421308, -352544, -581013, 1885572, -1510236, -2388204, 7469928, -5777672, -8852004, 26869968, -20218587, -30177684, 89408826 (list; graph; refs; listen; history; internal format)
OFFSET

-1,3

REFERENCES

J. H. Conway and S. P. Norton, Monstrous Moonshine, Bull. Lond. Math. Soc. 11 (1979) 308-339.

N. D. Elkies, Elliptic and modular curves..., in AMS/IP Studies in Advanced Math., 7 (1998), 21-76, esp. p. 38.

D. Ford, J. McKay and S. P. Norton, More on replicable functions, Commun. Algebra 22, No. 13, 5175-5193 (1994).

J. McKay and H. Strauss, The q-series of monstrous moonshine and the decomposition of the head characters. Comm. Algebra 18 (1990), no. 1, 253-278.

N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

LINKS

Index entries for McKay-Thompson series for Monster simple group

FORMULA

12 + (eta(q)/eta(q^3))^12.

EXAMPLE

T3B = 1/q + 54*q - 76*q^2 - 243*q^3 + 1188*q^4 - 1384*q^5 - 2916*q^6 + ...

MATHEMATICA

a[ n_] :=  With[{m = n + 1}, SeriesCoefficient[ 12 q + (Product[ 1 - q^k, {k, m}] / Product[ 1 - q^k, {k, 3, m, 3}])^12, {q, 0, m}]] (* Michael Somos, Nov 08 2011 *)

PROG

(PARI) {a(n) = local(A); if( n<-1, 0, n++; A = x * O(x^n); polcoeff( 12*x + (eta(x + A) / eta(x^3 + A))^12, n))} /* Michael Somos, Nov 08 2011 */

CROSSREFS

Essentially same as A030182, A045481.

Cf. A030182.

Sequence in context: A157934 A005129 A039532 * A114817 A045005 A043185

Adjacent sequences:  A007241 A007242 A007243 * A007245 A007246 A007247

KEYWORD

sign,easy,nice

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 17 02:08 EST 2012. Contains 205978 sequences.