[go: up one dir, main page]

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”).

A279888
a(n) = Sum_{k=1..n-1} sigma_3(k)*sigma_5(n-k).
3
0, 1, 42, 569, 4250, 22006, 88004, 293369, 845358, 2186376, 5145646, 11282966, 23143198, 45179324, 83905292, 150271993, 258816840, 433786483, 704268402, 1119633944, 1733618768, 2640037170, 3931060364, 5777392406, 8325691750, 11873200964, 16643954724, 23133008124
OFFSET
1,3
REFERENCES
J.-P. Serre, A Course in Arithmetic, Springer-Verlag, 1973, Chap. VII, Section 4.
LINKS
FORMULA
a(n) = (11*sigma_9(n)-21*sigma_5(n)+10*sigma_3(n))/5040.
MATHEMATICA
Table[Sum[If[k == 0, 0, DivisorSigma[3, k]] DivisorSigma[5, n - k], {k, 0, n - 1}], {n, 28}] (* Michael De Vlieger, Dec 22 2016 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Dec 22 2016
STATUS
approved