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!)
A112195 McKay-Thompson series of class 54d for the Monster group. 1
1, 1, -1, 1, 0, 0, 1, 1, 0, 2, 1, -1, 2, 1, -1, 2, 1, -1, 4, 3, -2, 4, 2, -1, 5, 3, -2, 7, 4, -3, 8, 4, -3, 9, 5, -3, 13, 8, -6, 14, 7, -5, 16, 10, -6, 21, 12, -9, 24, 13, -9, 27, 15, -10, 35, 21, -15, 39, 20, -14, 45, 26, -17, 55, 31, -22, 62, 34, -23, 70, 39, -26, 86, 50, -35, 96, 51, -35, 109, 62, -41, 130 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,10
LINKS
D. Ford, J. McKay and S. P. Norton, More on replicable functions, Comm. Algebra 22, No. 13, 5175-5193 (1994).
FORMULA
Expansion of sqrt(T27d) in powers of q, where T27d = A058604. - G. C. Greubel, Jul 01 2018
EXAMPLE
T54d = 1/q + q^5 - q^11 + q^17 + q^35 + q^41 + 2*q^53 + q^59 - q^65 + ...
MATHEMATICA
eta[q_] := q^(1/24)*QPochhammer[q]; nmax := 100; A:= q*(eta[q^3]/ eta[q^9])^4; T9b := (A + 9*q^2/A); T27d := (6*q + T9b + O[q]^nmax)^(1/3); a:= CoefficientList[Series[(T27d + O[q]^nmax)^(1/2), {q, 0, 60}], q]; Table[a[[n]], {n, 1, 50}] (* G. C. Greubel, Jul 01 2018 *)
PROG
(PARI) q='q+O('q^80); A = (eta(q^3)/eta(q^9))^4; T9b = A + 9*q^2/A; T27d = (6*q + T9b)^(1/3); Vec(sqrt(T27d)) \\ G. C. Greubel, Jul 01 2018
CROSSREFS
Sequence in context: A152828 A233285 A233284 * A103956 A103957 A232550
KEYWORD
sign
AUTHOR
Michael Somos, Aug 28 2005
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 01:57 EDT 2024. Contains 370952 sequences. (Running on oeis4.)