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!)
A345275 a(n) = Sum_{d|n} (n-d)^sigma(n/d). 0
0, 1, 16, 2195, 4096, 244140908, 1679616, 4747561789943, 549755815184, 150094635297261390, 1000000000000, 144209936106499235037680851362, 1283918464548864, 542800770374370513201577400, 3214199700417740936754083600, 2876265888493261300182938548474503919 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
If p is prime, a(p) = Sum_{d|p} (p-d)^sigma(p/d) = (p-1)^(p+1).
LINKS
EXAMPLE
a(10) = Sum_{d|10} (10-d)^sigma(10/d) = 9^18 + 8^6 + 5^3 + 0^1 = 150094635297261390.
MATHEMATICA
Table[Sum[(n - k)^DivisorSigma[1, n/k] (1 - Ceiling[n/k] + Floor[n/k]), {k, n}], {n, 20}]
CROSSREFS
Cf. A000203 (sigma).
Sequence in context: A101800 A208148 A265593 * A304399 A186857 A196884
KEYWORD
nonn
AUTHOR
Wesley Ivan Hurt, Jun 12 2021
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 August 27 18:55 EDT 2024. Contains 375471 sequences. (Running on oeis4.)