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!)
A258565 Arithmetic derivative of powerful numbers, cf. A001694. 1
0, 4, 12, 6, 32, 10, 27, 80, 60, 14, 192, 156, 108, 140, 216, 22, 75, 448, 384, 26, 252, 380, 540, 240, 405, 1024, 912, 34, 756, 147, 38, 700, 960, 1296, 420, 572, 800, 2304, 46, 2112, 500, 1836, 945, 780, 1458, 1792, 2320, 58, 3024, 1860, 62, 1628, 2592 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A003415(A001694(n)).
MATHEMATICA
ader[n_] := Switch[n, 0|1, 0, _, If[PrimeQ[n], 1, Sum[Module[{p, e}, {p, e} = pe; n e/p], {pe, FactorInteger[n]}]]];
ader /@ Join[{1}, Select[Range[1000], AllTrue[FactorInteger[#][[All, 2]], # > 1&]&]] (* Jean-François Alcover, Oct 12 2021 *)
PROG
(Haskell)
a258565 = a003415 . a001694
CROSSREFS
Sequence in context: A336862 A190392 A133517 * A335914 A331054 A361192
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Jun 03 2015
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 13 15:16 EDT 2024. Contains 372520 sequences. (Running on oeis4.)