The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A279964 a(n) = Sum_{k=1..n-1} sigma_3(k)*sigma_7(n-k). 3
0, 1, 138, 3377, 39890, 297550, 1623980, 7065329, 25808790, 82305816, 234756742, 611706830, 1474831246, 3334313204, 7118797268, 14485772017, 28206850488, 52921773667, 95877425634, 168644231672, 288301373792, 481166453010, 784226941604, 1253068878542, 1962356045590 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
36*tau(n) = 5*sigma_3(n) + 10*sigma_7(n) + 21*sigma_5(n) + 2400*a(n) - 5292*A279889(n).
MATHEMATICA
Table[Sum[DivisorSigma[3, k] * DivisorSigma[7, n - k], {k, 1, n - 1}], {n, 1, 25}] (* Indranil Ghosh, Mar 12 2017 *)
PROG
(PARI) a(n) = sum(k=1, n-1, sigma(k, 3)*sigma(n-k, 7)); \\ Michel Marcus, Dec 24 2016
CROSSREFS
Sequence in context: A317579 A281592 A213963 * A163693 A089518 A223192
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Dec 23 2016
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 12 23:40 EDT 2024. Contains 372497 sequences. (Running on oeis4.)