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!)
A351230 Numerator of A003415(n) / A276086(n), where A003415 is the arithmetic derivative and A276086 is the primorial base exp-function. 5
0, 0, 1, 1, 4, 1, 1, 1, 4, 1, 7, 1, 16, 1, 3, 4, 32, 1, 21, 1, 8, 1, 13, 1, 44, 1, 1, 9, 32, 1, 31, 1, 80, 1, 19, 2, 12, 1, 1, 8, 68, 1, 41, 1, 16, 13, 1, 1, 16, 1, 3, 2, 8, 1, 81, 8, 92, 11, 31, 1, 92, 1, 11, 17, 64, 1, 61, 1, 24, 13, 59, 1, 156, 1, 13, 11, 16, 1, 71, 1, 176, 18, 43, 1, 124, 11, 3, 16, 4, 1, 123 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
a(n) = A003415(n) / A327858(n) = A003415(n) / gcd(A003415(n), A276086(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); };
A351230(n) = numerator(A003415(n) / A276086(n));
CROSSREFS
Cf. A351231 (denominators), A351232.
Sequence in context: A273711 A340227 A351942 * A173675 A364360 A085731
KEYWORD
nonn,frac,easy
AUTHOR
Antti Karttunen, Feb 05 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 May 1 10:38 EDT 2024. Contains 372163 sequences. (Running on oeis4.)