A378543 Sum of divisors d of n such that n/d has an odd number of prime factors (counted with multiplicity).
0, 1, 1, 2, 1, 5, 1, 5, 3, 7, 1, 11, 1, 9, 8, 10, 1, 16, 1, 15, 10, 13, 1, 25, 5, 15, 10, 19, 1, 32, 1, 21, 14, 19, 12, 35, 1, 21, 16, 35, 1, 42, 1, 27, 25, 25, 1, 51, 7, 36, 20, 31, 1, 50, 16, 45, 22, 31, 1, 72, 1, 33, 31, 42, 18, 62, 1, 39, 26, 60, 1, 80, 1, 39, 41, 43, 18, 72, 1, 71, 30, 43, 1, 94, 22, 45, 32, 65
Offset: 1
Keywords
Links
Programs
-
PARI
A378543(n) = sumdiv(n,d,d*!!(bigomega(n/d)%2));
Comments