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!)
A318675 Sum of squarefree divisors of n that have an odd number of prime factors. 3
0, 2, 3, 2, 5, 5, 7, 2, 3, 7, 11, 5, 13, 9, 8, 2, 17, 5, 19, 7, 10, 13, 23, 5, 5, 15, 3, 9, 29, 40, 31, 2, 14, 19, 12, 5, 37, 21, 16, 7, 41, 54, 43, 13, 8, 25, 47, 5, 7, 7, 20, 15, 53, 5, 16, 9, 22, 31, 59, 40, 61, 33, 10, 2, 18, 82, 67, 19, 26, 84, 71, 5, 73, 39, 8, 21, 18, 96, 79, 7, 3, 43, 83, 54, 22, 45, 32, 13, 89, 40, 20, 25, 34, 49, 24, 5 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
For all n >= 1, a(n) <= A318677(n).
a(n) = Sum_{d|n} [A008683(d) < 0]*d.
a(n) = A048250(n) - A318674(n).
MATHEMATICA
Array[DivisorSum[#, # &, MoebiusMu@ # == -1 &] &, 96] (* Michael De Vlieger, Sep 04 2018 *)
PROG
(PARI) A318675(n) = sumdiv(n, d, (-1==moebius(d))*d);
CROSSREFS
Sequence in context: A361630 A323171 A008472 * A123528 A074036 A074251
KEYWORD
nonn
AUTHOR
Antti Karttunen, Sep 04 2018
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 16:23 EDT 2024. Contains 371989 sequences. (Running on oeis4.)