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!)
A058688 McKay-Thompson series of class 46A for the Monster group. 3
1, 0, 0, -1, 1, -1, 1, -1, 2, -2, 2, -2, 3, -3, 3, -4, 5, -5, 5, -6, 7, -8, 8, -10, 12, -12, 13, -15, 17, -18, 19, -22, 25, -27, 28, -32, 36, -38, 41, -46, 51, -54, 58, -64, 71, -76, 81, -89, 99, -105, 112, -123, 134, -143, 153, -167, 182, -194, 207, -225, 244, -260, 277, -301, 325, -346, 369, -398, 429, -458 (list; graph; refs; listen; history; text; internal format)
OFFSET
-1,9
COMMENTS
Also McKay-Thompson series of class 46B for the Monster group.
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, Commun. Algebra 22, No. 13, 5175-5193 (1994).
Eric Weisstein's World of Mathematics, Ramanujan Theta Functions
FORMULA
Expansion of 1 + (1/q) * chi(-q) * chi(-q^23) in powers of q where chi() is a Ramanujan theta function. - Michael Somos, Jun 07 2006
G.f.: 1 + (1/x) * Product_{k>0} 1 / ((1 + x^k) * (1 + x^(23*k))).
G.f. A(x) satisfies 0 = f(A(x), A(x^2)) where f(u, v) = v^2 - v + 2 - 2*u + u^2 - v*u^2. - Michael Somos, Feb 14 2007
a(n) = A132322(n) unless n=0.
a(n) ~ -(-1)^n * exp(2*Pi*sqrt(n/23)) / (2 * 23^(1/4) * n^(3/4)). - Vaclav Kotesovec, Jun 06 2018
Expansion of 1 + eta(q)*eta(q^23)/(eta(q^2)*eta(q^46)) in powers of q. - G. C. Greubel, Jun 16 2018
EXAMPLE
T46A = 1/q - q^2 + q^3 - q^4 + q^5 - q^6 + 2*q^7 - 2*q^8 + 2*q^9 + ...
MATHEMATICA
QP = QPochhammer; s = q + QP[q]*(QP[q^23]/(QP[q^2]*QP[q^46])) + O[q]^70; CoefficientList[s, q] (* Jean-François Alcover, Nov 13 2015, adapted from PARI *)
eta[q_]:= q^(1/24)*QPochhammer[q]; a:= CoefficientList[Series[q*(1+eta[q] *eta[q^23]/(eta[q^2]*eta[q^46])), {q, 0, 60}], q]; Table[a[[n]], {n, 1, 50}] (* G. C. Greubel, Jun 16 2018 *)
PROG
(PARI) {a(n) = local(A); if( n<-1, 0, n++; A = x * O(x^n); polcoeff( x + eta(x + A) * eta(x^23 + A) / (eta(x^2 + A) * eta(x^46 + A)), n))} /* Michael Somos, Feb 14 2007 */
CROSSREFS
Cf. A132322.
Sequence in context: A081362 A112216 A225956 * A132322 A018118 A029084
KEYWORD
sign
AUTHOR
N. J. A. Sloane, Nov 27 2000
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 16 10:45 EDT 2024. Contains 371709 sequences. (Running on oeis4.)