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!)
A369651 The second arithmetic derivative of primorial numbers. 4
0, 0, 1, 1, 32, 1, 1, 37712, 381596, 9835475, 36880858, 5221912091, 149759057759, 186024798, 456607833524310, 655374897748042, 32188411533060, 3002590335363139484, 1, 1, 1489192548103758778136571, 905624730150525686386253700, 1, 110832638787270947169636975150, 331748330219014906068858, 349669183443106226663011852002384 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
See comments in A024451.
LINKS
FORMULA
a(n) = A003415(A024451(n)) = A068346(A002110(n)).
PROG
(PARI)
A002110(n) = prod(i=1, n, prime(i));
A003415(n) = if(n<=1, 0, my(f=factor(n)); n*sum(i=1, #f~, f[i, 2]/f[i, 1]));
CROSSREFS
Cf. A002110, A003415, A024451, A068346, A109628 (positions of 1's).
Cf. also A368702.
Sequence in context: A354946 A351000 A174923 * A351809 A176341 A134203
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jan 31 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 14:21 EDT 2024. Contains 373264 sequences. (Running on oeis4.)