OFFSET
-1,2
COMMENTS
Comment from John McKay (mckay(AT)encs.concordia.ca), Jun 09 2009: This is in a paper by Lehmer from about 1945. It is related to the q-coefficients of j'/j. Added Oct 13 2010: Note j'/j = weight 2 on the modular group = E6/E4 = (1-504...)/(1+240...) = -1/1 mod 24 so j'+j == 0 (mod 24) so coefficient of q^n gives n*c(n) + c(n) = (n+1)c(n) == 0 (mod 24).
LINKS
G. C. Greubel, Table of n, a(n) for n = -1..1000
FORMULA
a(n) ~ exp(4*Pi*sqrt(n)) * n^(1/4) / (3 * 2^(7/2)). - Vaclav Kotesovec, Jun 09 2018
MATHEMATICA
a[n_] := With[{tau = Log[q]/(2 Pi I)}, SeriesCoefficient[Series[1728 KleinInvariantJ[tau], {q, 0, n}], {q, 0, n}]]; Table[(n + 1) a[n]/24, {n, -1, 100}] (* G. C. Greubel, Feb 20 2017 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Alexander R. Povolotsky, Jun 09 2009
STATUS
approved