login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A289746
Coefficients in expansion of -q*E'_14 where E_14 is the Eisenstein Series (A058550).
3
24, 393264, 114791328, 6443237472, 146484375120, 1880970700608, 16277353748544, 105566002741440, 549043363293048, 2400292970716320, 9113996005998048, 30817824417926784, 94497033256783248, 266720718523641984, 700630664636456640
OFFSET
1,1
LINKS
FORMULA
a(n) = 24*A282597(n) = 24*n*A013961(n).
MATHEMATICA
Table[24*n*DivisorSigma[13, n], {n, 1, 15}] (* Jean-François Alcover, Feb 27 2018 *)
PROG
(PARI) a(n) = 24*n*sigma(n, 13); \\ Michel Marcus, Feb 27 2018
CROSSREFS
(-1)^(k/2)*q*E'_{k}: A076835 (k=2), A145094 (k=4), A145095 (k=6), A289744 (k=8), A289745 (k=10), this sequence (k=14).
Sequence in context: A364206 A364227 A088020 * A289640 A319977 A362565
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jul 11 2017
STATUS
approved