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!)
A348304 a(n) = Sum_{d|n} d'', where d'' is the second arithmetic derivative of d (A068346). 1
0, 0, 0, 4, 0, 1, 0, 20, 5, 1, 0, 37, 0, 6, 12, 100, 0, 16, 0, 49, 7, 1, 0, 101, 7, 8, 32, 90, 0, 15, 0, 276, 9, 1, 16, 144, 0, 10, 32, 137, 0, 15, 0, 117, 33, 10, 0, 421, 9, 47, 24, 104, 0, 151, 32, 202, 13, 1, 0, 191, 0, 14, 32, 916, 21, 12, 0, 161, 15, 24, 0, 428, 0, 16, 35 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
Sum of the 2nd arithmetic derivatives of the divisors of n.
LINKS
FORMULA
a(p) = 0 for primes p, since we have 1'' + p'' = 0' + 1' = 0 + 0 = 0.
a(n) = Sum_{d|n} A068346(d). - Antti Karttunen, Dec 07 2021
EXAMPLE
a(8) = 20; a(8) = 1'' + 2'' + 4'' + 8'' = 0 + 0 + 4 + 16 = 20.
PROG
(PARI) ad(n) = vecsum([n/f[1]*f[2]|f<-factor(n+!n)~]); \\ A003415
a(n) = sumdiv(n, d, ad(ad(d))); \\ Michel Marcus, Oct 11 2021
CROSSREFS
Inverse Möbius transform of A068346 (2nd arithmetic derivative).
Sequence in context: A166318 A166317 A068346 * A006838 A061309 A263655
KEYWORD
nonn,look
AUTHOR
Wesley Ivan Hurt, Oct 10 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 May 11 13:00 EDT 2024. Contains 372409 sequences. (Running on oeis4.)