OFFSET
-1,2
COMMENTS
LINKS
G. C. Greubel, Table of n, a(n) for n = -1..1000
Eric Weisstein's World of Mathematics, j-Function
FORMULA
a(n) = (n+1)*A000521(n), n > -1.
a(n) ~ n^(1/4) * exp(4*Pi*sqrt(n)) / sqrt(2). - Vaclav Kotesovec, Mar 06 2018
EXAMPLE
MATHEMATICA
a[n_] := With[{tau = Log[q]/(2 Pi I)}, SeriesCoefficient[Series[1728 *KleinInvariantJ[tau], {q, 0, n}], {q, 0, n}]]; Join[{1}, Table[(n + 1)*a[n], {n, 0, 50}]] (* G. C. Greubel, Feb 25 2017 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Gary W. Adamson & Alexander R. Povolotsky, Jun 13 2009
STATUS
approved