A341875
Coefficients of the series whose 24th power equals E_2(x)*E_4(x)/E_6(x), where E_2(x), E_4(x) and E_6(x) are the Eisenstein series A006352, A004009 and A013973.
Original entry on oeis.org
1, 30, 5310, 2453220, 910100190, 409796742600, 181276113779460, 84362079365838960, 39636500385830239350, 18986938020443181757410, 9186944625290601368703000, 4491611148118819794144792660, 2212757749022582852433835771860, 1097546094982154634980848454416920
Offset: 0
Cf.
A006352 (E_2),
A004009 (E_4),
A008410 (E_8),
A013973,
A013974 (E_10).
A108091 (E_8)^(1/16),
A110150 ((E_10)^(1/4)),
A289392 ((E_2)^(1/4)),
A341871 -
A341874,
A377973,
A377974,
A377975,
A377976,
A377977.
-
E(2,x) := 1 - 24*add(k*x^k/(1-x^k), k = 1..20):
E(4,x) := 1 + 240*add(k^3*x^k/(1-x^k), k = 1..20):
E(6,x) := 1 - 504*add(k^5*x^k/(1-x^k), k = 1..20):
with(gfun): series((E(2,x)*E(4,x)/E(6,x))^(1/24), x, 20):
seriestolist(%);
A377973
Expansion of the 96th root of the series 2*E_2(x) - E_2(x)^2, where E_2 is the Eisenstein series of weight 2.
Original entry on oeis.org
1, 0, -6, -36, -1812, -20748, -773340, -12237456, -386587650, -7368446268, -211914644940, -4517757977820, -123221458979940, -2814502962357420, -74551748141034552, -1778129476480366320, -46377354051910716180, -1137191336376638407704, -29438532048777299115090, -735051729258136807204140
Offset: 0
-
with(numtheory):
E := proc (k) local n, t1; t1 := 1 - 2*k*add(sigma[k-1](n)*q^n, n = 1..30)/bernoulli(k); series(t1, q, 30) end:
seq(coeftayl((2*E(2) - E(2)^2)^(1/96), q = 0, n),n = 0..20);
-
terms = 20; E2[x_] = 1 - 24*Sum[k*x^k/(1 - x^k), {k, 1, terms}]; CoefficientList[Series[(2*E2[x] - E2[x]^2)^(1/96), {x, 0, terms}], x] (* Vaclav Kotesovec, Aug 03 2025 *)
A377974
Expansion of the 1920th root of the series 2*E_4(x) - E_8(x), where E_4 and E_8 are the Eisenstein series of weight 4 and weight 8.
Original entry on oeis.org
1, 0, -30, -540, -867660, -31107300, -33668157900, -1795572812400, -1477793386682970, -103845834995498100, -69550699526934273180, -6017200267937951322660, -3426636160378174348594500, -349303370036461528632524580, -174458882971934188146144343320, -20314204536496741742949242177040
Offset: 0
-
with(numtheory):
E := proc (k) local n, t1; t1 := 1 - 2*k*add(sigma[k-1](n)*q^n, n = 1..30)/bernoulli(k); series(t1, q, 30) end:
seq(coeftayl((2*E(4) - E(8))^(1/1920), q = 0, n),n = 0..20);
-
terms = 20; E4[x_] = 1 + 240*Sum[k^3*x^k/(1 - x^k), {k, 1, terms}]; E8[x_] = 1 + 480*Sum[k^7*x^k/(1 - x^k), {k, 1, terms}]; CoefficientList[Series[(2*E4[x] - E8[x])^(1/1920), {x, 0, terms}], x] (* Vaclav Kotesovec, Aug 03 2025 *)
A377975
Expansion of the 6048th root of the series 2*E_6(x) - E_6(x)^2, where E_6 is the Eisenstein series of weight 6.
Original entry on oeis.org
1, 0, -42, -2772, -5399688, -704781084, -943173698460, -180121119486672, -188146584694894350, -46293152603021155692, -40574254265781269371884, -11963000065787771567311500, -9221266403646163252100062068, -3107813621461888912485774582588, -2176998806586925223600540321844120
Offset: 0
-
with(numtheory):
E := proc (k) local n, t1; t1 := 1 - 2*k*add(sigma[k-1](n)*q^n, n = 1..30)/bernoulli(k); series(t1, q, 30) end:
seq(coeftayl((2*E(6) - E(6)^2)^(1/6048), q = 0, n),n = 0..20);
-
terms = 20; E6[x_] = 1 - 504*Sum[k^5*x^k/(1 - x^k), {k, 1, terms}]; CoefficientList[Series[(2*E6[x] - E6[x]^2)^(1/6048), {x, 0, terms}], x] (* Vaclav Kotesovec, Aug 03 2025 *)
Showing 1-4 of 4 results.
Comments