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!)
A058683 McKay-Thompson series of class 44c for Monster. 1
1, 1, 2, 1, 5, 3, 7, 7, 12, 10, 18, 17, 30, 29, 42, 43, 64, 64, 90, 94, 129, 134, 182, 192, 254, 267, 348, 369, 475, 506, 638, 685, 855, 918, 1138, 1226, 1500, 1624, 1964, 2130, 2564, 2781, 3318, 3610, 4283, 4660, 5496, 5983, 7023, 7650, 8925, 9733, 11310, 12330, 14260, 15562, 17932 (list; graph; refs; listen; history; text; internal format)
OFFSET
-1,3
LINKS
D. Ford, J. McKay and S. P. Norton, More on replicable functions, Comm. Algebra 22, No. 13, 5175-5193 (1994).
FORMULA
Expansion of A + 2*q/A, where A = q^(1/2)*eta(q)*eta(q^11)/(eta(q^2)* eta(q^22)), in powers of q. - G. C. Greubel, Jun 27 2018
a(n) ~ exp(2*Pi*sqrt(n/11)) / (2 * 11^(1/4) * n^(3/4)). - Vaclav Kotesovec, Jun 28 2018
EXAMPLE
T44c = 1/q + q + 2*q^3 + q^5 + 5*q^7 + 3*q^9 + 7*q^11 + 7*q^13 + 12*q^15 + ...
MATHEMATICA
eta[q_] := q^(1/24)*QPochhammer[q]; A:= q^(1/2)*(eta[q]*eta[q^11]/( eta[q^2]*eta[q^22])); a:= CoefficientList[Series[A + 2*q/A, {q, 0, 60}], q]; Table[a[[n]], {n, 1, 50}] (* G. C. Greubel, Jun 27 2018 *)
PROG
(PARI) q='q+O('q^50); A = eta(q)*eta(q^11)/(eta(q^2)*eta(q^22)); Vec(A + 2*q/A) \\ G. C. Greubel, Jun 27 2018
CROSSREFS
Sequence in context: A127367 A054084 A296069 * A286295 A026205 A082748
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Nov 27 2000
EXTENSIONS
Terms a(12) onward added by G. C. Greubel, Jun 27 2018
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 March 19 06:05 EDT 2024. Contains 370952 sequences. (Running on oeis4.)