A289746
Coefficients in expansion of -q*E'_14 where E_14 is the Eisenstein Series (A058550).
Original entry on oeis.org
24, 393264, 114791328, 6443237472, 146484375120, 1880970700608, 16277353748544, 105566002741440, 549043363293048, 2400292970716320, 9113996005998048, 30817824417926784, 94497033256783248, 266720718523641984, 700630664636456640
Offset: 1
A282777
Expansion of phi_{16, 1}(x) where phi_{r, s}(x) = Sum_{n, m>0} m^r * n^s * x^{m*n}.
Original entry on oeis.org
0, 1, 65538, 43046724, 4295098372, 152587890630, 2821196197512, 33232930569608, 281483566907400, 1853020317992013, 10000305176108940, 45949729863572172, 184889914172333328, 665416609183179854, 2178019803670969104, 6568408813691796120
Offset: 0
- George E. Andrews and Bruce C. Berndt, Ramanujan's lost notebook, Part III, Springer, New York, 2012. See p. 212.
Cf.
A064987 (phi_{2, 1}),
A281372 (phi_{4, 1}),
A282050 (phi_{6, 1}),
A282060 (phi_{8, 1}),
A282254 (phi_{10, 1}),
A282548 (phi_{12, 1}),
A282597 (phi_{14, 1}), this sequence (phi_{16, 1}).
-
Table[If[n==0, 0, n * DivisorSigma[15, n]], {n, 0, 15}] (* Indranil Ghosh, Mar 11 2017 *)
-
for(n=0, 15, print1(if(n==0, 0, n * sigma(n, 15)), ", ")) \\ Indranil Ghosh, Mar 11 2017
Showing 1-2 of 2 results.
Comments