The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A342016 Difference between the arithmetic derivative of A276086(n) and A276086(n) itself, which is the prime product form of primorial base expansion of n. 4
-1, -1, -2, -1, -3, 3, -4, -3, -7, 1, -6, 33, -15, -5, -20, 35, 15, 255, -50, 25, -25, 325, 300, 1725, -125, 375, 250, 2375, 2625, 10875, -6, -5, -11, -1, -12, 39, -23, -11, -34, 37, 3, 321, -80, 15, -65, 395, 330, 2235, -225, 425, 200, 3025, 3225, 14325, -250, 3875, 3625, 20375, 24000, 87375, -35, -21, -56, 35, -21 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = A168036(A276086(n)) = A327860(n) - A276086(n).
For all n >= 0, gcd(a(n), A276086(n)) = gcd(a(n), A327860(n)) = A328572(n).
PROG
(PARI)
A003415(n) = if(n<=1, 0, my(f=factor(n)); n*sum(i=1, #f~, f[i, 2]/f[i, 1]));
A276086(n) = { my(m=1, p=2); while(n, m *= (p^(n%p)); n = n\p; p = nextprime(1+p)); (m); };
A342016(n) = (A327860(n) - A276086(n));
CROSSREFS
Sequence in context: A173989 A093068 A097357 * A360923 A123621 A370592
KEYWORD
sign,look
AUTHOR
Antti Karttunen, Mar 04 2021
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 May 21 00:14 EDT 2024. Contains 372720 sequences. (Running on oeis4.)