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!)
A347954 Dirichlet convolution of A003602 with A342001. 13
0, 1, 1, 3, 1, 8, 1, 6, 4, 11, 1, 20, 1, 14, 13, 10, 1, 26, 1, 29, 16, 20, 1, 37, 5, 23, 12, 38, 1, 81, 1, 15, 22, 29, 19, 62, 1, 32, 25, 55, 1, 106, 1, 56, 48, 38, 1, 59, 6, 48, 31, 65, 1, 74, 25, 73, 34, 47, 1, 191, 1, 50, 61, 21, 28, 156, 1, 83, 40, 151, 1, 112, 1, 59, 60, 92, 28, 181, 1, 89, 34, 65, 1, 254, 34 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
FORMULA
a(n) = Sum_{d|n} A003602(d) * A342001(n/d).
PROG
(PARI)
A003415(n) = if(n<=1, 0, my(f=factor(n)); n*sum(i=1, #f~, f[i, 2]/f[i, 1]));
A003557(n) = (n/factorback(factorint(n)[, 1]));
A003602(n) = (1+(n>>valuation(n, 2)))/2;
A342001(n) = (A003415(n) / A003557(n));
A347954(n) = sumdiv(n, d, A003602(d)*A342001(n/d));
CROSSREFS
Cf. also A347234, A347955, A347956.
Sequence in context: A091839 A155789 A179393 * A217598 A347235 A347956
KEYWORD
nonn
AUTHOR
Antti Karttunen, Sep 20 2021
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 April 27 21:44 EDT 2024. Contains 372020 sequences. (Running on oeis4.)