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!)
A373378 a(n) = gcd(A003415(n), A059975(n)), where A003415 is the arithmetic derivative and A059975 is fully additive with a(p) = p-1. 4
0, 1, 1, 2, 1, 1, 1, 3, 2, 1, 1, 4, 1, 1, 2, 4, 1, 1, 1, 6, 2, 1, 1, 1, 2, 1, 3, 8, 1, 1, 1, 5, 2, 1, 2, 6, 1, 1, 2, 1, 1, 1, 1, 12, 1, 1, 1, 2, 2, 9, 2, 14, 1, 1, 2, 1, 2, 1, 1, 4, 1, 1, 1, 6, 2, 1, 1, 18, 2, 1, 1, 1, 1, 1, 5, 20, 2, 1, 1, 8, 4, 1, 1, 2, 2, 1, 2, 1, 1, 3, 2, 24, 2, 1, 2, 1, 1, 1, 1, 10, 1, 1, 1, 1, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
FORMULA
For n >= 1, a(n) is a multiple of A373377(n).
PROG
(PARI)
A003415(n) = if(n<=1, 0, my(f=factor(n)); n*sum(i=1, #f~, f[i, 2]/f[i, 1]));
A059975(n) = {my(f = factor(n)); sum(i = 1, #f~, f[i, 2]*(f[i, 1] - 1)); };
A373378(n) = gcd(A003415(n), A059975(n));
CROSSREFS
Cf. A368998 (positions of even terms), A368999 (of odd terms).
Sequence in context: A331023 A284345 A347463 * A337619 A183214 A346009
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jun 05 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 June 30 09:10 EDT 2024. Contains 373863 sequences. (Running on oeis4.)