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!)
A348361 a(n) = Sum_{k=1..n} k^(k'), where ' is the arithmetic derivative. 0
1, 3, 6, 262, 267, 8043, 8050, 68719484786, 68720016227, 68730016227, 68730016238, 184884327625052654, 184884327625052667, 184884348286099451, 184884350848990076, 340282366920938463463559491782617201532, 340282366920938463463559491782617201549, 340282366921167931715454621189757074317 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
a(4) = 262; a(4) = Sum_{k=1..4} k^(k') = 1^(1') + 2^(2') + 3^(3') + 4^(4') = 1^0 + 2^1 + 3^1 + 4^4 = 262.
MAPLE
a:= n-> add(k^(k*add(i[2]/i[1], i=ifactors(k)[2])), k=1..n):
seq(a(n), n=1..18); # Alois P. Heinz, Oct 14 2021
MATHEMATICA
Accumulate@ Array[#^If[# < 2, 0, # Total[#2/#1 & @@@ FactorInteger[#]]] &, 18] (* Michael De Vlieger, Oct 14 2021 *)
CROSSREFS
Sequence in context: A163423 A291126 A083149 * A290368 A068375 A126297
KEYWORD
nonn
AUTHOR
Wesley Ivan Hurt, Oct 14 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 May 21 01:24 EDT 2024. Contains 372720 sequences. (Running on oeis4.)