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!)
A308814 a(n) = Sum_{d|n} n^(d-1). 6
1, 3, 10, 69, 626, 7819, 117650, 2097673, 43046803, 1000010011, 25937424602, 743008621405, 23298085122482, 793714780783695, 29192926025441476, 1152921504875286545, 48661191875666868482, 2185911559749718382455, 104127350297911241532842, 5242880000000512000168021 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A308813(n,n).
a(n) = A066108(n)/n.
a(n) ~ n^(n-1). - Vaclav Kotesovec, Jun 05 2021
MATHEMATICA
Table[Total[n^(Divisors[n]-1)], {n, 20}] (* Harvey P. Dale, Aug 08 2019 *)
PROG
(PARI) {a(n) = sumdiv(n, d, n^(d-1))}
CROSSREFS
Sequence in context: A262843 A080526 A359701 * A342629 A232213 A143083
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jun 26 2019
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 19 08:45 EDT 2024. Contains 371782 sequences. (Running on oeis4.)