login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A187196 McKay-Thompson series of class 12E for the Monster group with a(0) = -2. 4
1, -2, -1, 0, 7, 0, -9, 0, 10, 0, -23, 0, 38, 0, -47, 0, 75, 0, -112, 0, 148, 0, -217, 0, 293, 0, -385, 0, 553, 0, -728, 0, 928, 0, -1272, 0, 1670, 0, -2111, 0, 2765, 0, -3566, 0, 4504, 0, -5784, 0, 7300, 0, -9123, 0, 11592, 0, -14458, 0, 17838, 0, -22342, 0, 27668, 0, -33884 (list; graph; refs; listen; history; text; internal format)
OFFSET
-1,2
COMMENTS
Ramanujan theta functions: f(q) (see A121373), phi(q) (A000122), psi(q) (A010054), chi(q) (A000700).
LINKS
D. Ford, J. McKay and S. P. Norton, More on replicable functions, Comm. Algebra 22, No. 13, 5175-5193 (1994).
Eric Weisstein's World of Mathematics, Ramanujan Theta Functions
FORMULA
Expansion of (1/q) * (chi(-q) * chi(-q^2) * chi(-q^3) * chi(-q^6))^2 in powers of q where chi() is a Ramanujan theta function.
Expansion of (eta(q) * eta(q^3) / (eta(q^4) * eta(q^12)))^2 in powers of q.
Euler transform of period 12 sequence [ -2, -2, -4, 0, -2, -4, -2, 0, -4, -2, -2, 0, ...].
G.f. is a period 1 Fourier series which satisfies f(-1 / (12 t)) = 16 g(t) where q = exp(2 Pi i t) and g() is the g.f. for A123647.
Convolution square of A058574. a(2*n) = 0 unless n=0. a(2*n - 1) = A058483(n).
Convolution inverse of A123647. - Michael Somos, Sep 02 2015
G.f. A(x) satisfies 0 = f(A(x), A(x^2)) where f(u, v) = v^2 - u * (u + 4) * (v + 4). - Michael Somos, Sep 02 2015
EXAMPLE
G.f. = 1/q - 2 - q + 7*q^3 - 9*q^5 + 10*q^7 - 23*q^9 + 38*q^11 - 47*q^13 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ (1/q) (QPochhammer[ q] QPochhammer[ q^3] / (QPochhammer[ q^4] QPochhammer[ q^12]))^2, {q, 0, n}]; (* Michael Somos, Sep 02 2015 *)
PROG
(PARI) {a(n) = my(A); if( n<-1, 0, n++; A = x * O(x^n); polcoeff( (eta(x + A) * eta(x^3 + A) / (eta(x^4 + A) * eta(x^12 + A)))^2, n))};
CROSSREFS
Sequence in context: A358188 A117651 A268728 * A187197 A174869 A330862
KEYWORD
sign
AUTHOR
Michael Somos, Mar 06 2011
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 16:52 EDT 2024. Contains 371794 sequences. (Running on oeis4.)