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!)
A369052 a(n) = n - n'*2, where n' is the arithmetic derivative of n, A003415. 1
0, 1, 0, 1, -4, 3, -4, 5, -16, -3, -4, 9, -20, 11, -4, -1, -48, 15, -24, 17, -28, 1, -4, 21, -64, 5, -4, -27, -36, 27, -32, 29, -128, 5, -4, 11, -84, 35, -4, 7, -96, 39, -40, 41, -52, -33, -4, 45, -176, 21, -40, 11, -60, 51, -108, 23, -128, 13, -4, 57, -124, 59, -4, -39, -320, 29, -56, 65, -76, 17, -48, 69, -240, 71 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
a(n) = n - 2*A003415(n).
a(n) = -(A003415(n)+A168036(n)).
PROG
(PARI)
A003415(n) = if(n<=1, 0, my(f=factor(n)); n*sum(i=1, #f~, f[i, 2]/f[i, 1]));
A369052(n) = (n-2*A003415(n));
CROSSREFS
Cf. A003415.
Sequence in context: A132293 A205398 A135103 * A282822 A193694 A354471
KEYWORD
sign
AUTHOR
Antti Karttunen, Jan 17 2024
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 3 02:00 EDT 2024. Contains 372203 sequences. (Running on oeis4.)