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!)
A348280 a(n) = Sum_{d|n} n^(d'). 0
1, 3, 4, 261, 6, 7789, 8, 68719480841, 531451, 10000021, 12, 184884258895306009, 14, 20661046813, 2562890656, 340282366920938463463374888906744987665, 18, 229468251895129407175774597, 20, 16777216000000000000001280160041, 16679880978244 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(p) = p + 1 for primes p, since we have a(p) = p^(1') + p^(p') = p^0 + p^1 = p + 1.
EXAMPLE
a(4) = 261; a(4) = 4^(1') + 4^(2') + 4^(4') = 4^0 + 4^1 + 4^4 = 1 + 4 + 256 = 261.
PROG
(PARI) ad(n) = vecsum([n/f[1]*f[2]|f<-factor(n+!n)~]); \\ A003415
a(n) = sumdiv(n, d, n^ad(d)); \\ Michel Marcus, Oct 10 2021
CROSSREFS
Cf. A003415 (arithmetic derivative).
Sequence in context: A042711 A195566 A348278 * A304150 A305505 A069970
KEYWORD
nonn
AUTHOR
Wesley Ivan Hurt, Oct 09 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 April 19 05:02 EDT 2024. Contains 371782 sequences. (Running on oeis4.)