|
| |
|
|
A106248
|
|
McKay-Thompson series of class 5B for the Monster group with a(0) = -6.
|
|
0
|
|
|
|
1, -6, 9, 10, -30, 6, -25, 96, 60, -250, 45, -150, 544, 360, -1230, 184, -675, 2310, 1410, -4830, 750, -2450, 8196, 4920, -16180, 2376, -7875, 25644, 15000, -48720, 7126, -22800, 73221, 42310, -134760, 19284, -61400, 194334, 110610, -349000, 49563, -155250, 486370
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
|
OFFSET
|
-1,2
|
|
|
LINKS
|
Table of n, a(n) for n=-1..41.
|
|
|
FORMULA
|
Expansion of (eta(q) / eta(q^5))^6 in powers of q.
G.f. A(x) satisfies 0 = f(A(x), A(x^2)) where f(u, v) = u^3 + v^3- 125*u*v - 12*u*v*(u + v) -(u*v)^2.
a(n) = A007252(n) unless n=0.
|
|
|
EXAMPLE
|
1/q - 6 + 9*q + 10*q^2 - 30*q^3 + 6*q^4 - 25*q^5 + 96*q^6 + ...
|
|
|
PROG
|
(PARI) {a(n) = local(A); if( n<-1, 0, n++; A = x * O(x^n); polcoeff( (eta(x + A) / eta(x^5 + A))^6, n))}
(PARI) {a(n) = local(A, k); if( n<-1, 0, k = (sqrtint(40*n + 48) + 7)\10; A = x * (sum(i=-k, k, (-1)^i * x^((5*i^2 + 3*i)/2), x^2 * O(x^n)) / sum(i=-k, k, (-1)^i * x^((5*i^2 + i)/2), x^2 * O(x^n)))^5; polcoeff( 1 / A - 11 - A, n))}
|
|
|
CROSSREFS
|
Cf. A007252.
Cf. A045483. [From R. J. Mathar, Dec 13 2008]
Sequence in context: A029843 A209941 A000729 * A132725 A133451 A121899
Adjacent sequences: A106245 A106246 A106247 * A106249 A106250 A106251
|
|
|
KEYWORD
|
sign
|
|
|
AUTHOR
|
Michael Somos, Apr 26 2005
|
|
|
STATUS
|
approved
|
| |
|
|