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!)
A348281 a(n) = Sum_{d|n} d' * mu(d)^2. 0
0, 1, 1, 1, 1, 7, 1, 1, 1, 9, 1, 7, 1, 11, 10, 1, 1, 7, 1, 9, 12, 15, 1, 7, 1, 17, 1, 11, 1, 54, 1, 1, 16, 21, 14, 7, 1, 23, 18, 9, 1, 68, 1, 15, 10, 27, 1, 7, 1, 9, 22, 17, 1, 7, 18, 11, 24, 33, 1, 54, 1, 35, 12, 1, 20, 96, 1, 21, 28, 90, 1, 7, 1, 41, 10, 23, 20, 110, 1, 9, 1, 45 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,6
COMMENTS
Sum of the (arithmetic) derivatives of the squarefree divisors of n.
LINKS
FORMULA
a(p^k) = 1 for primes p and k >= 1. For k = 1, we have 1'*mu(1)^2 + p'*mu(p)^2 = 0*1 + 1*1 = 1. For all k >= 2, mu(p^k)^2 = 0. Therefore, a(p^k) = 0*1 + 1*1 + (0 + ... + 0) [k-1 times] = 1.
EXAMPLE
a(10) = 9; a(10) = 1' + 2' + 5' + 10' = 0 + 1 + 1 + 7 = 9.
PROG
(PARI) ad(n) = vecsum([n/f[1]*f[2]|f<-factor(n+!n)~]); \\ A003415
a(n) = sumdiv(n, d, ad(d)*moebius(d)^2); \\ Michel Marcus, Oct 10 2021
CROSSREFS
Cf. A003415 (arithmetic derivative), A008683 (mu).
Sequence in context: A271498 A365332 A367483 * A317940 A318674 A284118
KEYWORD
nonn
AUTHOR
Wesley Ivan Hurt, Oct 09 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 July 15 03:33 EDT 2024. Contains 374324 sequences. (Running on oeis4.)