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!)
A214035 McKay-Thompson series of class 16C for the Monster group with a(0) = 4. 6
1, 4, 8, 16, 34, 64, 112, 192, 319, 512, 808, 1248, 1886, 2816, 4144, 6016, 8643, 12288, 17296, 24144, 33442, 45952, 62720, 85056, 114620, 153600, 204728, 271456, 358204, 470528, 615344, 801408, 1039621, 1343488, 1729920, 2219808, 2838920, 3619136, 4599664 (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).
A058516, A176143, A214035, A215346 are all essentially the same sequence. - N. J. A. Sloane, Aug 08 2012
REFERENCES
D. Ford, J. McKay and S. P. Norton, More on replicable functions, Commun. Algebra 22, No. 13, 5175-5193 (1994). See Table 4 16C.
LINKS
Eric Weisstein's World of Mathematics, Ramanujan Theta Functions
FORMULA
Expansion of (1/q) * (chi(q)^2 * chi(q^2) * chi(q^4)^2)^2 in powers of q where chi() is a Ramanujan theta function. - Michael Somos, Oct 25 2013
Expansion of (1/q) * phi(q) * phi(q^4) / (phi(-q) * psi(q^8)) in powers of q where phi(), psi() are Ramanujan theta functions.
Expansion of (eta(q^2) * eta(q^8))^6 / (eta(q) * eta(q^4) * eta(q^16))^4 in powers of q.
Euler transform of period 16 sequence [ 4, -2, 4, 2, 4, -2, 4, -4, 4, -2, 4, 2, 4, -2, 4, 0, ...].
G.f. is a period 1 Fourier series which satisfies f(-1 / (16 t)) = f(t) where q = exp(2 Pi i t).
a(n) = A058516(n) = A176143(n) unless n=0. a(n) = -(-1)^n * A215346(n). Convolution square of A058630. Convolution inverse of A215349.
a(n) ~ exp(sqrt(n)*Pi) / (2^(3/2) * n^(3/4)). - Vaclav Kotesovec, Sep 10 2015
EXAMPLE
G.f. = 1/q + 4 + 8*q + 16*q^2 + 34*q^3 + 64*q^4 + 112*q^5 + 192*q^6 + 319*q^7 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ q^-1 QPochhammer[ -q, q^2]^4 QPochhammer[ -q^2, q^4]^2 QPochhammer[ -q^4, q^8]^4, {q, 0, n}] (* Michael Somos, Oct 25 2013 *)
nmax = 50; CoefficientList[Series[Product[((1-x^(2*k)) * (1-x^(8*k)))^6 / ((1-x^k) * (1-x^(4*k)) * (1-x^(16*k)))^4, {k, 1, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Sep 10 2015 *)
PROG
(PARI) {a(n) = local(A); if( n<-1, 0, n++; A = x * O(x^n); polcoeff( ((eta(x^2 + A) * eta(x^8 + A))^3 / (eta(x + A) * eta(x^4 + A) * eta(x^16 + A))^2)^2, n))}
CROSSREFS
Sequence in context: A264166 A330913 A215346 * A040014 A141069 A306621
KEYWORD
nonn
AUTHOR
Michael Somos, Aug 08 2012
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 September 15 07:14 EDT 2024. Contains 375932 sequences. (Running on oeis4.)