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!)
A322979 a(n) = Sum A009191(d) over the divisors d of n, where A009191(x) = gcd(x, A000005(x)), and A000005(x) gives the number of divisors of x. 6
1, 3, 2, 4, 2, 6, 2, 8, 5, 6, 2, 13, 2, 6, 4, 9, 2, 15, 2, 9, 4, 6, 2, 25, 3, 6, 6, 9, 2, 12, 2, 11, 4, 6, 4, 31, 2, 6, 4, 21, 2, 12, 2, 9, 10, 6, 2, 28, 3, 9, 4, 9, 2, 18, 4, 21, 4, 6, 2, 33, 2, 6, 10, 12, 4, 12, 2, 9, 4, 12, 2, 55, 2, 6, 8, 9, 4, 12, 2, 32, 7, 6, 2, 33, 4, 6, 4, 21, 2, 30, 4, 9, 4, 6, 4, 42, 2, 9, 10, 13, 2, 12, 2, 21, 8 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Inverse Möbius transform of A009191.
LINKS
FORMULA
a(n) = Sum_{d|n} A009191(d).
PROG
(PARI)
A009191(n) = gcd(n, numdiv(n));
A322979(n) = sumdiv(n, d, A009191(d));
CROSSREFS
Cf. A009191.
Sequence in context: A157220 A304182 A256284 * A106288 A013633 A334662
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jan 05 2019
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 25 12:28 EDT 2024. Contains 371969 sequences. (Running on oeis4.)