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!)
A259693 a(n) = Sum_{k=1..n-1} k^5*sigma(k)*sigma(n-k). 8
0, 1, 99, 1264, 10475, 44820, 185626, 546560, 1454841, 3640950, 7868245, 16042176, 31040789, 59796968, 97525350, 177090560, 276689076, 467100189, 681356055, 1096023200, 1533162960, 2426544252, 3205401854, 4885539840, 6250705625, 9431254430, 11831779350 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
This was formerly A001478.
LINKS
J. Touchard, On prime numbers and perfect numbers, Scripta Math., 129 (1953), 35-39. [Annotated scanned copy]
FORMULA
From Ridouane Oudra, Dec 08 2023: (Start)
a(n) = (n^5/24 - n^6/12)*sigma_1(n) + (5*n^5/112)*sigma_3(n) - (691*n/254016)*sigma_5(n) - (65*n/254016)*sigma_11(n) + (691*n/1008)*A279889(n).
a(n) = (n^5/24 - n^6/12)*sigma_1(n) + (5*n^5/112 - 691*n/604800)*sigma_3(n) - (691*n/302400)*sigma_7(n) + (13*n/28800)*sigma_11(n) - (691*n/1260)*A279964(n).
a(n) = (-3455*n/3193344 + n^5/24 - n^6/12)*sigma_1(n) + (5*n^5/112)*sigma_3(n) + (-3455*n/290304 + 691*n^2/48384)*sigma_9(n) - (325*n/76032)*sigma_11(n) + (3455*n/12096)*f(n), where f(n) = Sum_{k=1..n-1} sigma_1(k)*sigma_9(n-k). (End)
MAPLE
S:=(n, e)->add(k^e*sigma(k)*sigma(n-k), k=1..n-1); f:=e->[seq(S(n, e), n=1..30)]; f(5);
MATHEMATICA
S[n_, e_] := Sum[k^e * DivisorSigma[1, k] * DivisorSigma[1, n - k], {k, 1, n - 1}]
f[e_] := Table[S[n, e], {n, 1, 27}]; f[5] (* James C. McMahon, Dec 19 2023 *)
PROG
(PARI) a(n) = sum(k=1, n-1, k^5*sigma(k)*sigma(n-k)) \\ Colin Barker, Jul 16 2015
CROSSREFS
Sequence in context: A338258 A201044 A196577 * A196785 A196808 A305721
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Jul 03 2015
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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)