The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A294773 a(n) = Sum_{d|n} d^(d+n+1). 3
1, 33, 2188, 262273, 48828126, 13060753578, 4747561509944, 2251799880796161, 1350851717674586413, 1000000000152587898818, 895430243255237372246532, 953962166441299506564257602, 1192533292512492016559195008118 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
a[n_] := DivisorSum[n, #^(# + n + 1) &]; Array[a, 13] (* Amiram Eldar, Oct 04 2023 *)
PROG
(PARI) {a(n) = sumdiv(n, d, d^(d+n+1))}
CROSSREFS
Sequence in context: A099370 A267672 A283533 * A294611 A294954 A372903
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Nov 08 2017
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 May 31 22:12 EDT 2024. Contains 373007 sequences. (Running on oeis4.)