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!)
A259695 a(n) = Sum_{k=1..n-1} k^7 * sigma(k) * sigma(n-k). 8
0, 1, 387, 9904, 142475, 850500, 5287786, 19400960, 68736681, 210682950, 565317445, 1328193216, 3163440917, 6945663368, 13045807350, 26914795520, 48673795956, 89900901837, 149363037975, 262436871200, 409003474320, 711715515852, 1035199173422, 1683466675200 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
This was formerly A001480.
LINKS
J. Touchard, On prime numbers and perfect numbers, Scripta Math., 129 (1953), 35-39. [Annotated scanned copy]
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(7);
MATHEMATICA
Table[Sum[k^7 DivisorSigma[1, k]DivisorSigma[1, n-k], {k, n-1}], {n, 30}] (* Harvey P. Dale, Dec 14 2015 *)
PROG
(PARI) a(n) = sum(k=1, n-1, k^7*sigma(k)*sigma(n-k)) \\ Colin Barker, Jul 16 2015
CROSSREFS
Sequence in context: A273383 A038659 A232777 * A223193 A284147 A234178
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 28 02:08 EDT 2024. Contains 372020 sequences. (Running on oeis4.)