A282254 Coefficients in q-expansion of (3*E_4^3 + 2*E_6^2 - 5*E_2*E_4*E_6)/1584, where E_2, E_4, E_6 are the Eisenstein series shown in A006352, A004009, A013973, respectively.
0, 1, 1026, 59052, 1050628, 9765630, 60587352, 282475256, 1075843080, 3486961557, 10019536380, 25937424612, 62041684656, 137858491862, 289819612656, 576679982760, 1101663313936, 2015993900466, 3577622557482, 6131066257820, 10260044315640
Offset: 0
Examples
a(6) = 1^10*6^1 + 2^10*3^1 + 3^10*2^1 + 6^10*1^1 = 60587352.
Links
- Seiichi Manyama, Table of n, a(n) for n = 0..1000
- Wikipedia, Congruences for the tau function.
Crossrefs
Programs
-
Mathematica
Table[If[n>0, n * DivisorSigma[9, n], 0], {n, 0, 20}] (* Indranil Ghosh, Mar 12 2017 *)
-
PARI
for(n=0, 20, print1(if(n==0, 0, n * sigma(n, 9)),", ")) \\ Indranil Ghosh, Mar 12 2017
Formula
G.f.: phi_{10, 1}(x) where phi_{r, s}(x) = Sum_{n, m>0} m^r * n^s * x^{m*n}.
If p is a prime, a(p) = p^10 + p = A196292(p).
a(n) = n*A013957(n) for n > 0, where A013957(n) is sigma_9(n), the sum of the 9th powers of the divisors of n. - Seiichi Manyama, Feb 18 2017
Multiplicative with a(p^e) = p^e*(p^(9*(e+1))-1)/(p^9-1). - Jianing Song, Aug 12 2020
From Amiram Eldar, Oct 30 2023: (Start)
Dirichlet g.f.: zeta(s-1)*zeta(s-10).
Sum_{k=1..n} a(k) ~ zeta(10) * n^11 / 11. (End)
Comments