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!)
A351047 a(n) = Sum_{k=1..n} n^rad(k). 0
1, 6, 39, 100, 3305, 54726, 958447, 2392776, 5375169, 10011102310, 311270518031, 804967791420, 304805198256481, 11910060539653290, 469042238075266815, 1229501390272865296, 830281003630789139585, 2193053904527215207698, 1983916064827419873906079 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
a(4) = 100; a(4) = Sum_{k=1..4} 4^rad(k) = 4^rad(1) + 4^rad(2) + 4^rad(3) + 4^rad(4) = 4^1 + 4^2 + 4^3 + 4^2 = 100.
MATHEMATICA
a[n_] := Sum[n^Times @@ FactorInteger[k][[;; , 1]], {k, 1, n}]; Array[a, 20] (* Amiram Eldar, Feb 01 2022 *)
CROSSREFS
Cf. A007947 (rad), A176031, A350996.
Sequence in context: A163737 A354728 A220855 * A289162 A164081 A164082
KEYWORD
nonn
AUTHOR
Wesley Ivan Hurt, Jan 30 2022
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 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)