OFFSET
0,2
COMMENTS
Also coefficients in expansion of E_10/E_8. - Seiichi Manyama, Jun 20 2017
LINKS
Seiichi Manyama, Table of n, a(n) for n = 0..422
FORMULA
From Seiichi Manyama, Jun 27 2017: (Start)
Let j_0 = 1 and j_1 = j - 744. Define j_m by j_m = j1 | T_0(m), where T_0(m) = mT_{m, 0} is the normalized m-th weight zero Hecke operator. a(n) = j_n((-1+sqrt(3)*i)/2).
G.f.: Sum_{n >= 0} j_n((-1+sqrt(3)*i)/2)*q^n. (End)
a(n) ~ (-1)^n * 3 * exp(Pi*sqrt(3)*n). - Vaclav Kotesovec, Jun 28 2017
G.f.: -q*j'/j where j is the elliptic modular invariant (A000521). - Seiichi Manyama, Jul 12 2017
EXAMPLE
G.f.: 1 - 744*q + 159768*q^2 - 36866976*q^3 + 8507424792*q^4 - 1963211493744*q^5 + 453039686271072*q^6 + ...
From Seiichi Manyama, Jun 27 2017: (Start)
a(0) = j_0((-1+sqrt(3)*i)/2) = 1,_
a(1) = j_1((-1+sqrt(3)*i)/2) = -744 + 0^1 = -744,
a(2) = j_2((-1+sqrt(3)*i)/2) = 159768 - 1488*0^1 + 0^2 = 159768. (End)
MATHEMATICA
nmax = 20; CoefficientList[Series[(1 - 504*Sum[DivisorSigma[5, k]*x^k, {k, 1, nmax}])/(1 + 240*Sum[DivisorSigma[3, k]*x^k, {k, 1, nmax}]), {x, 0, nmax}], x] (* Vaclav Kotesovec, Jun 28 2017 *)
terms = 13; Ei[n_] = 1-(2n/BernoulliB[n]) Sum[k^(n-1) x^k/(1-x^k), {k, terms}]; CoefficientList[Ei[6]/Ei[4] + O[x]^terms, x] (* Jean-François Alcover, Mar 01 2018 *)
a[ n_] := With[{j = Series[1728 KleinInvariantJ[ Log[ Series[q, {q, 0, n + 1}]]/(2 Pi I)], {q, 0, n}]}, SeriesCoefficient[ -q D[j, q] / j, {q, 0, n}]]; (* Michael Somos, Aug 15 2018 *)
CROSSREFS
KEYWORD
sign
AUTHOR
Seiichi Manyama, Jun 17 2017
STATUS
approved