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!)
A373146 a(n) = A276085(n) - A003415(n), where A003415 is the arithmetic derivative and A276085 is the primorial base log-function. 3
0, 0, 1, -2, 5, -2, 29, -9, -2, 0, 209, -12, 2309, 22, 0, -28, 30029, -16, 510509, -16, 22, 198, 9699689, -39, 2, 2296, -21, 0, 223092869, -22, 6469693229, -75, 198, 30012, 24, -54, 200560490129, 510490, 2296, -59, 7420738134809, -8, 304250263527209, 164, -29, 9699666, 13082761331670029, -106, 46, -32, 30012, 2256 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
PROG
(PARI)
A003415(n) = if(n<=1, 0, my(f=factor(n)); n*sum(i=1, #f~, f[i, 2]/f[i, 1]));
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)); };
A373146(n) = (A276085(n) - A003415(n));
CROSSREFS
Cf. A003415, A276085, A369650 (positions of 0's), A373145.
Sequence in context: A319201 A019295 A364820 * A328264 A170908 A229029
KEYWORD
sign
AUTHOR
Antti Karttunen, May 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 June 30 09:10 EDT 2024. Contains 373863 sequences. (Running on oeis4.)