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!)
A370138 Arithmetic derivatives of the sums of three primorials > 1. 3
5, 7, 9, 21, 19, 21, 41, 33, 61, 123, 109, 111, 191, 165, 211, 459, 213, 361, 705, 951, 1361, 1319, 3537, 1173, 2195, 2479, 1481, 2111, 3295, 3421, 2313, 5415, 5885, 5891, 11091, 15019, 16371, 35067, 15033, 25061, 33373, 15123, 26057, 31309, 42955, 16691, 48573, 36329, 45845, 62385, 31167, 72201, 62123, 80969, 141399, 151113 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For n > 20, a(n) > A369979(n).
LINKS
FORMULA
a(n) = A003415(A370137(n)).
PROG
(PARI)
up_to = 15180;
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]));
A370137list(up_to) = { my(v = vector(up_to), i=0); for(x=1, oo, for(y=1, x, for(z=1, y, i++; if(i > up_to, return(v)); v[i] = A002110(x)+A002110(y)+A002110(z)))); (v); };
v370137 = A370137list(up_to);
A370137(n) = v370137[n];
CROSSREFS
Cf. also A024451, A370129.
Sequence in context: A259359 A024571 A186406 * A068332 A276734 A268410
KEYWORD
nonn
AUTHOR
Antti Karttunen, Mar 09 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 May 21 05:27 EDT 2024. Contains 372720 sequences. (Running on oeis4.)