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!)
A334579 a(n) = Sum_{d|n} gcd(tau(d), sigma(d)). 5
1, 2, 3, 3, 3, 8, 3, 4, 4, 6, 3, 11, 3, 8, 9, 5, 3, 12, 3, 13, 9, 8, 3, 16, 4, 6, 8, 11, 3, 24, 3, 8, 9, 6, 9, 16, 3, 8, 9, 16, 3, 26, 3, 15, 16, 8, 3, 19, 6, 10, 9, 9, 3, 24, 9, 20, 9, 6, 3, 45, 3, 8, 12, 9, 9, 26, 3, 13, 9, 24, 3, 24, 3, 6, 12, 11, 9, 24, 3 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Inverse Möbius transform of A009205. - Antti Karttunen, May 19 2020
LINKS
FORMULA
a(p) = 3 for p = odd primes (A065091).
EXAMPLE
a(6) = gcd(tau(1), sigma(1)) + gcd(tau(2), sigma(2)) + gcd(tau(3), sigma(3)) + gcd(tau(6), sigma(6)) = gcd(1, 1) + gcd(2, 3) + gcd(2, 4) + gcd(4, 12) = 1 + 1 + 2 + 4 = 8.
MATHEMATICA
a[n_] := DivisorSum[n, GCD[DivisorSigma[0, #], DivisorSigma[1, #]] &]; Array[a, 100] (* Amiram Eldar, May 07 2020 *)
PROG
(Magma) [&+[GCD(#Divisors(d), &+Divisors(d)): d in Divisors(n)]: n in [1..100]]
(PARI) a(n) = sumdiv(n, d, gcd(numdiv(d), sigma(d))); \\ Michel Marcus, May 07 2020
CROSSREFS
Cf. A322979 (Sum_{d|n} gcd(d, tau(d))), A334490 (Sum_{d|n} gcd(d, sigma(d))).
Cf. A000005 (tau(n)), A000203 (sigma(n)), A009205 (gcd(tau(n), sigma(n))).
Cf. A334729 (with product, instead of sum).
Sequence in context: A109833 A132005 A088041 * A199457 A361378 A347208
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, May 06 2020
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 19 16:52 EDT 2024. Contains 371794 sequences. (Running on oeis4.)