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!)
A374031 a(n) = gcd(A276085(n), A328768(n)), where A276085 is the primorial base log-function, and A328768 is the first primorial based variant of arithmetic derivative. 6
0, 1, 2, 2, 6, 1, 30, 3, 4, 1, 210, 4, 2310, 1, 4, 4, 30030, 1, 510510, 4, 8, 1, 9699690, 1, 12, 1, 6, 4, 223092870, 1, 6469693230, 5, 4, 1, 12, 6, 200560490130, 1, 4, 9, 7420738134810, 1, 304250263527210, 4, 2, 1, 13082761331670030, 2, 60, 1, 4, 4, 614889782588491410, 1, 36, 3, 16, 1, 32589158477190044730, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
PROG
(PARI)
A002110(n) = prod(i=1, n, prime(i));
A276085(n) = { my(f = factor(n)); sum(k=1, #f~, f[k, 2]*A002110(primepi(f[k, 1])-1)); };
A328768(n) = if(n<=1, 0, my(f=factor(n)); n*sum(i=1, #f~, f[i, 2]*A002110(primepi(f[i, 1])-1)/f[i, 1]));
A374031(n) = gcd(A276085(n), A328768(n));
CROSSREFS
Cf. A002110, A276085, A328768, A374042 (positions of multiples of 3).
Sequence in context: A225975 A016529 A077894 * A053214 A077198 A046110
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jun 26 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 August 22 17:15 EDT 2024. Contains 375369 sequences. (Running on oeis4.)