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!)
A161970 McKay-Thompson series of class 28C for the Monster group with a(0) = -1. 3
1, -1, -1, 0, 1, 0, -1, 0, 3, 0, -2, 0, 2, 0, -5, 0, 6, 0, -7, 0, 7, 0, -9, 0, 12, 0, -13, 0, 16, 0, -20, 0, 25, 0, -27, 0, 31, 0, -38, 0, 44, 0, -51, 0, 58, 0, -69, 0, 80, 0, -92, 0, 102, 0, -118, 0, 141, 0, -157, 0, 177, 0, -203, 0, 234, 0, -261, 0, 292, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
-1,9
COMMENTS
Ramanujan theta functions: f(q) (see A121373), phi(q) (A000122), psi(q) (A010054), chi(q) (A000700).
LINKS
Eric Weisstein's World of Mathematics, Ramanujan Theta Functions
FORMULA
Expansion of q^(-1) * chi(-q) * chi(-q^2) * chi(-q^7) * chi(-q^14) in powers of q where chi() is a Ramanujan theta function.
Expansion of eta(q) * eta(q^7) / (eta(q^4) * eta(q^28)) in powers of q.
Euler transform of period 28 sequence [ -1, -1, -1, 0, -1, -1, -2, 0, -1, -1, -1, 0, -1, -2, -1, 0, -1, -1, -1, 0, -2, -1, -1, 0, -1, -1, -1, 0, ...].
G.f. A(x) satisfies 0 = f(A(x), A(x^2)) where f(u, v) = u * (u + 2) * (v + 2) - v^2.
G.f. A(x) satisfies 0 = f(A(x), A(x^3)) where f(u, v) = (u - v)^4 - u * v * (u + 2) * (v + 2) * (4 + u + v + u*v).
G.f. is a period 1 Fourier series which satisfies f(-1 / (28 t)) = 4 g(t) where q = exp(2 Pi i t) and g() is the g.f. of A123648.
a(n) = A230446(n) unless n=0. a(n) = -(-1)^n * A230446(n). a(2*n) = 0 unless n=0. a(2*n - 1) = A058608(n).
Convolution inverse is A123648.
EXAMPLE
G.f. = 1/q - 1 - q + q^3 - q^5 + 3*q^7 - 2*q^9 + 2*q^11 - 5*q^13 + 6*q^15 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ 1/q QPochhammer[ q] QPochhammer[ q^7] / (QPochhammer[ q^4] QPochhammer[ q^28]), {q, 0, n}]; (* Michael Somos, Oct 18 2013 *)
a[ n_] := SeriesCoefficient[ 1/q QPochhammer[ q, q^2] QPochhammer[ q^2, q^4] QPochhammer[ q^7, q^14] QPochhammer[ q^14, q^28], {q, 0, n}]; (* Michael Somos, Sep 06 2015 *)
PROG
(PARI) {a(n) = my(A); if( n<-1, 0, n++; A = x*O(x^n); polcoeff( eta(x + A) * eta(x^7 + A) / (eta(x^4 + A) * eta(x^28 + A)), n))};
CROSSREFS
Sequence in context: A190544 A172293 A353461 * A230446 A260737 A059339
KEYWORD
sign
AUTHOR
Michael Somos, Jun 22 2009
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 May 8 12:18 EDT 2024. Contains 372333 sequences. (Running on oeis4.)