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!)
A353496 The arithmetic derivative of the largest proper divisor of n, reduced modulo 4, with a(1) = 0. 2
0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 1, 0, 1, 1, 0, 0, 2, 0, 3, 1, 1, 0, 0, 1, 1, 2, 1, 0, 0, 0, 0, 1, 1, 1, 1, 0, 1, 1, 0, 0, 2, 0, 1, 0, 1, 0, 0, 1, 2, 1, 3, 0, 3, 1, 0, 1, 1, 0, 3, 0, 1, 2, 0, 1, 2, 0, 3, 1, 0, 0, 0, 0, 1, 2, 1, 1, 0, 0, 0, 3, 1, 0, 1, 1, 1, 1, 0, 0, 3, 1, 1, 1, 1, 1, 0, 0, 2, 2, 1, 0, 0, 0, 0, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,18
LINKS
FORMULA
PROG
(PARI)
A003415(n) = if(n<=1, 0, my(f=factor(n)); n*sum(i=1, #f~, f[i, 2]/f[i, 1]));
A032742(n) = if(1==n, n, n/vecmin(factor(n)[, 1]));
A353496(n) = (A003415(A032742(n))%4);
CROSSREFS
Cf. also A353490.
Sequence in context: A209599 A238347 A263322 * A170942 A325660 A342657
KEYWORD
nonn
AUTHOR
Antti Karttunen, Apr 26 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 29 10:04 EDT 2024. Contains 372113 sequences. (Running on oeis4.)