cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A062243 McKay-Thompson series of class 24c for the Monster group.

This page as a plain text file.
%I A062243 #29 Feb 16 2025 08:32:44
%S A062243 1,-2,1,0,-2,2,2,-4,3,4,-8,4,5,-14,7,8,-20,12,14,-28,17,20,-44,24,28,
%T A062243 -66,36,40,-90,52,56,-124,71,80,-176,96,109,-244,133,144,-326,182,198,
%U A062243 -432,240,268,-580,316,349,-772,420,456,-1004,552,600,-1300,713,780,-1692,916,1001,-2186,1182
%N A062243 McKay-Thompson series of class 24c for the Monster group.
%C A062243 Expansion of a Hauptmodul for Gamma'_0(12).
%C A062243 Ramanujan theta functions: f(q) (see A121373), phi(q) (A000122), psi(q) (A010054), chi(q) (A000700).
%H A062243 G. C. Greubel, <a href="/A062243/b062243.txt">Table of n, a(n) for n = 0..1000</a>
%H A062243 J. McKay and A. Sebbar, <a href="http://dx.doi.org/10.1007/s002080000116">Fuchsian groups, automorphic functions and Schwarzians</a>, Math. Ann., 318 (2000), 255-275.
%H A062243 Michael Somos, <a href="/A010815/a010815.txt">Introduction to Ramanujan theta functions</a>
%H A062243 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/RamanujanThetaFunctions.html">Ramanujan Theta Functions</a>
%H A062243 <a href="/index/Mat#McKay_Thompson">Index entries for McKay-Thompson series for Monster simple group</a>
%F A062243 Euler transform of period 12 sequence [-2, 0, 0, -2, -2, 0, -2, -2, 0, 0, -2, 0, ...]. - _Michael Somos_, May 14 2004
%F A062243 G.f.: ( Product_{k>0} (1 - x^(4*k)) * (1 - x^(2*k-1)) / (1 - x^(3*k)) )^2.
%F A062243 Given G.f. A(x), then B(q) = A(q^2)^2 / (3*q^2) satisfies 0 = f(B(q), B(q^2)) where f(u, v) = (u + v)^2 * (u^2 + v^2 - u*v) + 3 * (u^3 + v^3) * (1 + u*v) - 9*u*v * (1 + (u*v)^2) - 90*(u*v)^2 - 27*u*v * (u + v) * (1 + u*v). - _Michael Somos_, May 14 2004
%F A062243 Expansion of q^(1/2) * (eta(q) * eta(q^4) * eta(q^6) / (eta(q^2) * eta(q^3) * eta(q^12)))^2 in powers of q.
%F A062243 a(n) = (-1)^n * A058487(n).
%F A062243 Power series expansion of f(-x^2)^2 / f(x, x^5)^2 = psi(-x)^2 / psi(-x^3)^2 in powers of x where f(), psi() are Ramanujan theta functions and f(, ) is Ramanujan's general theta function. - _Michael Somos_, Oct 22 2017
%e A062243 G.f. = 1 - 2*x + x^2 - 2*x^4 + 2*x^5 + 2*x^6 - 4*x^7 + 3*x^8 + 4*x^9 - 8*x^10 + ...
%e A062243 T24c = 1/q - 2*q + q^3 - 2*q^7 + 2*q^9 + 2*q^11 - 4*q^13 + 3*q^15 + 4*x^17 + ...
%t A062243 a[ n_] := SeriesCoefficient[ x^(1/2) EllipticTheta[ 2, Pi/4, x^(1/2)]^2 / EllipticTheta[ 2, Pi/4, x^(3/2)]^2, {x, 0, n}]; (* _Michael Somos_, Oct 22 2017 *)
%o A062243 (PARI) {a(n) = my(A); if( n<0, 0, A = x * O(x^n); polcoeff( (eta(x + A) * eta(x^4 + A) * eta(x^6 + A) / (eta(x^2 + A) * eta(x^3 + A) * eta(x^12 + A)))^2, n))};
%Y A062243 Cf. A058487.
%K A062243 sign
%O A062243 0,2
%A A062243 _N. J. A. Sloane_, Jul 01 2001