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!)
A353493 The arithmetic derivative of n, reduced modulo 4. 8
0, 0, 1, 1, 0, 1, 1, 1, 0, 2, 3, 1, 0, 1, 1, 0, 0, 1, 1, 1, 0, 2, 1, 1, 0, 2, 3, 3, 0, 1, 3, 1, 0, 2, 3, 0, 0, 1, 1, 0, 0, 1, 1, 1, 0, 3, 1, 1, 0, 2, 1, 0, 0, 1, 1, 0, 0, 2, 3, 1, 0, 1, 1, 3, 0, 2, 1, 1, 0, 2, 3, 1, 0, 1, 3, 3, 0, 2, 3, 1, 0, 0, 3, 1, 0, 2, 1, 0, 0, 1, 3, 0, 0, 2, 1, 0, 0, 1, 1, 3, 0, 1, 3, 1, 0, 3 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,10
LINKS
FORMULA
a(n) = A010873(A003415(n)).
For all n, a(4*n) = 0 and a(4*n + 2) is either 1 or 3. [See comments in A235991]
For all n >= 2, a(n) = A010873[(A353496(n)*A353497(n)) + A353490(n)]. (This is essentially Reinhard Zumkeller's May 09 2011 recursive formula of A003415, when reduced modulo 4) - Antti Karttunen, Apr 26 2022
PROG
(PARI)
A003415(n) = if(n<=1, 0, my(f=factor(n)); n*sum(i=1, #f~, f[i, 2]/f[i, 1]));
A353493(n) = (A003415(n)%4);
CROSSREFS
Sequence in context: A072772 A124314 A059087 * A321932 A321933 A030373
KEYWORD
nonn
AUTHOR
Antti Karttunen, Apr 22 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 25 01:06 EDT 2024. Contains 371964 sequences. (Running on oeis4.)