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!)
A359425 Dirichlet convolution of the arithmetic derivative with the primorial base exp-function. 5
0, 2, 2, 11, 2, 19, 2, 45, 18, 35, 2, 85, 2, 31, 40, 151, 2, 125, 2, 195, 36, 119, 2, 313, 38, 83, 120, 215, 2, 418, 2, 649, 124, 491, 52, 628, 2, 295, 88, 1057, 2, 1046, 2, 1629, 414, 2303, 2, 1777, 38, 1541, 496, 2241, 2, 4424, 140, 6421, 300, 11315, 2, 2048, 2, 83, 1002, 2013, 104, 1864, 2, 2073 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = Sum_{d|n} A003415(n/d) * A276086(d).
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); };
A359425(n) = sumdiv(n, d, A003415(n/d)*A276086(d));
CROSSREFS
Cf. also A347389, A347959.
Sequence in context: A027623 A037234 A141651 * A213990 A275429 A222878
KEYWORD
nonn,base,look
AUTHOR
Antti Karttunen, Jan 02 2023
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 August 16 10:47 EDT 2024. Contains 375174 sequences. (Running on oeis4.)