The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A022601 Expansion of Product_{m>=1} (1+q^m)^(-6). 5
1, -6, 15, -26, 51, -102, 172, -276, 453, -728, 1128, -1698, 2539, -3780, 5505, -7882, 11238, -15918, 22259, -30810, 42438, -58110, 78909, -106392, 142770, -190698, 253179, -334266, 439581, -575784, 750613, -974316, 1260336, -1624702, 2086530, -2670162 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
McKay-Thompson series of class 8F for the Monster group.
Ramanujan theta functions: f(q) (see A121373), phi(q) (A000122), psi(q) (A010054), chi(q) (A000700).
LINKS
J. H. Conway and S. P. Norton, Monstrous Moonshine, Bull. Lond. Math. Soc. 11 (1979) 308-339.
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.
Eric Weisstein's World of Mathematics, Ramanujan Theta Functions
FORMULA
Expansion of chi(-x)^6 in powers of x where chi() is a Ramanujan theta function. - Michael Somos, Jul 01 2014
Expansion of q^(1/4) * 2 * k'(q) / k(q)^(1/2) in powers of q where k() is the elliptic modulus. - Michael Somos, Jul 01 2014
Expansion of q^(1/4) * (eta(q) / eta(q^2))^6 in powers of q. - Michael Somos, Jul 01 2014
Euler transform of period 2 sequence [ -6, 0, ...]. - Michael Somos, Jul 01 2014
Given g.f. A(x), then B(q) = A(q^4) / q satisfies 0 = f(B(q), B(q^3)) where f(u, v) = (u - v^3) * (u^3 - v) - 3*u*v * (21 + 6*u*v). - Michael Somos, Jul 01 2014
G.f. is a period 1 Fourier series which satisfies f(-1 / (32 t)) = 8 g(t) where q = exp(2 Pi i t) and g() is the g.f. for A022571. - Michael Somos, Jul 01 2014
Convolution inverse of A022571. Convolution sixth power of A081362. - Michael Somos, Jul 01 2014
a(n) = (-1)^n * A112150(n) = A058088(2*n) = A112145(2*n). - Michael Somos, Jul 01 2014
a(n) ~ (-1)^n * exp(Pi*sqrt(n)) / (2^(3/2) * n^(3/4)). - Vaclav Kotesovec, Aug 27 2015
a(0) = 1, a(n) = -(6/n)*Sum_{k=1..n} A000593(k)*a(n-k) for n > 0. - Seiichi Manyama, Apr 05 2017
G.f.: exp(-6*Sum_{k>=1} (-1)^(k+1)*x^k/(k*(1 - x^k))). - Ilya Gutkovskiy, Feb 06 2018
EXAMPLE
G.f. = 1 - 6*x + 15*x^2 - 26*x^3 + 51*x^4 - 102*x^5 + 172*x^6 - 276*x^7 + ...
T8F = 1/q - 6*q^3 + 15*q^7 - 26*q^11 + 51*q^15 - 102*q^19 + 172*q^23 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ QPochhammer[ x, x^2]^6, {x, 0, n}]; (* Michael Somos, Jul 01 2014 *)
nmax = 50; CoefficientList[Series[Product[1/(1 + x^k)^6, {k, 1, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Aug 27 2015 *)
PROG
(PARI) {a(n) = local(A); if( n<0, 0, A = x * O(x^n); polcoeff( (eta(x + A) / eta(x^2 + A))^6, n))}; /* Michael Somos, Jul 01 2014 */
CROSSREFS
Column k=6 of A286352.
Sequence in context: A008440 A340962 A284629 * A112150 A240948 A072257
KEYWORD
sign
AUTHOR
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 13 16:16 EDT 2024. Contains 372522 sequences. (Running on oeis4.)