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!)
A058598 McKay-Thompson series of class 26a for Monster. 1
1, 2, 4, 6, 13, 16, 27, 38, 57, 78, 112, 146, 205, 272, 367, 476, 634, 816, 1059, 1354, 1738, 2196, 2791, 3492, 4387, 5460, 6798, 8396, 10383, 12740, 15645, 19084, 23288, 28262, 34297, 41412, 49985, 60088, 72184, 86404, 103354, 123214, 146779, 174354, 206895, 244900, 289606, 341660, 402685 (list; graph; refs; listen; history; text; internal format)
OFFSET
-1,2
LINKS
D. Ford, J. McKay and S. P. Norton, More on replicable functions, Comm. Algebra 22, No. 13, 5175-5193 (1994).
FORMULA
Expansion of (6 + f)^(1/2), where f = A034318, in powers of q. - G. C. Greubel, Jun 22 2018
a(n) ~ exp(2*Pi*sqrt(2*n/13)) / (2^(3/4) * 13^(1/4) * n^(3/4)). - Vaclav Kotesovec, Jun 28 2018
EXAMPLE
T26a = 1/q + 2*q + 4*q^3 + 6*q^5 + 13*q^7 + 16*q^9 + 27*q^11 + 38*q^13 + ...
MATHEMATICA
eta[q_]:= q^(1/24)*QPochhammer[q]; nmax := 130; A:= (eta[q]/eta[q^13])^2;
f := A + 13/A; a:= CoefficientList[Series[(q*(6 + f) + O[q]^nmax)^(1/2), {q, 0, 60}], q]; Table[a[[n]], {n, 1, 50}] (* G. C. Greubel, Jun 22 2018 *)
CROSSREFS
Sequence in context: A307617 A325278 A110980 * A332241 A319110 A278031
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Nov 27 2000
EXTENSIONS
Terms a(12) onward added by G. C. Greubel, Jun 22 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 April 25 06:49 EDT 2024. Contains 371964 sequences. (Running on oeis4.)