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!)
A279926 a(n) = Sum_{k=1..n-1} sigma_3(k)*sigma_9(n-k). 1
0, 1, 522, 24329, 454250, 4905766, 36532244, 207705929, 961214238, 3784166376, 13066960126, 40511160326, 114681233758, 300599979884, 737035375772, 1705830324553, 3751239987240, 7887626314003, 15927815870322, 31031953887704, 58508991327728, 107133058597170 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = (sigma_13(n) - 11*sigma_9(n) + 10*sigma_3(n))/2640.
MATHEMATICA
Table[Sum[If[k == 0, 0, DivisorSigma[3, k]] DivisorSigma[9, n - k], {k, 0, n - 1}], {n, 22}] (* Michael De Vlieger, Dec 23 2016 *)
PROG
(PARI) a(n) = sum(k=1, n-1, sigma(k, 3)*sigma(n-k, 9)) \\ Felix Fröhlich, Dec 23 2016
CROSSREFS
Sequence in context: A004968 A263306 A128809 * A230249 A231284 A145497
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 April 24 10:11 EDT 2024. Contains 371935 sequences. (Running on oeis4.)