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!)
A370131 a(n) = A068346(A276086(n)), where A068346 is the second arithmetic derivative, and A276086 is the primorial base exp-function. 2
0, 0, 0, 1, 5, 10, 0, 1, 12, 1, 16, 44, 7, 39, 16, 42, 608, 391, 55, 135, 365, 455, 1120, 2990, 800, 1100, 1400, 5425, 12575, 21025, 0, 6, 7, 1, 20, 103, 16, 1, 1, 32, 271, 320, 24, 78, 572, 459, 1031, 2887, 635, 1670, 1155, 3335, 19540, 22130, 4225, 7700, 18675, 28100, 68900, 155425, 9, 18, 20, 54, 704, 631, 24, 251 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
a(n) = A068346(A276086(n)) = A003415(A327860(n)).
PROG
(PARI)
A003415(n) = if(n<=1, 0, my(f=factor(n)); n*sum(i=1, #f~, f[i, 2]/f[i, 1]));
A327860(n) = { my(s=0, m=1, p=2, e); while(n, e = (n%p); m *= (p^e); s += (e/p); n = n\p; p = nextprime(1+p)); (s*m); };
CROSSREFS
Cf. A002110 (positions of 0's after the initial zero), A328233 (positions of 1's), A328240 (positions of primes), A369651 (= a(A143293(n-1)), for n >= 1).
Sequence in context: A098135 A112259 A357280 * A258150 A330599 A099731
KEYWORD
nonn
AUTHOR
Antti Karttunen, Feb 10 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 10 05:56 EDT 2024. Contains 373253 sequences. (Running on oeis4.)