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!)
A318677 Sum of divisors of n that have an odd number of prime factors (counted with multiplicity). 4
0, 2, 3, 2, 5, 5, 7, 10, 3, 7, 11, 17, 13, 9, 8, 10, 17, 23, 19, 27, 10, 13, 23, 25, 5, 15, 30, 37, 29, 40, 31, 42, 14, 19, 12, 35, 37, 21, 16, 35, 41, 54, 43, 57, 53, 25, 47, 73, 7, 57, 20, 67, 53, 50, 16, 45, 22, 31, 59, 72, 61, 33, 73, 42, 18, 82, 67, 87, 26, 84, 71, 115, 73, 39, 83, 97, 18, 96, 79, 115, 30, 43, 83, 94, 22, 45, 32 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = Sum_{d|n} [A008836(d) < 0]*d.
a(n) = A000203(n) - A318677(n).
For all n >= 1, a(n) >= A318675(n).
MATHEMATICA
Array[DivisorSum[#, # &, OddQ@ PrimeOmega@ # &] &, 87] (* Michael De Vlieger, Sep 04 2018 *)
PROG
(PARI) A318677(n) = sumdiv(n, d, (bigomega(d)%2)*d);
CROSSREFS
Sequence in context: A068319 A133775 A099043 * A239327 A021047 A249492
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)