OFFSET
1,1
COMMENTS
The unitary version of A070222.
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000
EXAMPLE
12 is in the sequence since its sum of unitary divisors, 1 + 3 + 4 + 12 = 20, is divisible by its sum of distinct prime divisors, 2 + 3 = 5.
MATHEMATICA
aQ[n_] := Divisible[Times @@ (1 + Power @@@ (f = FactorInteger[n])), Total[First /@ f]]; Select[Range[2, 400], aQ]
CROSSREFS
KEYWORD
nonn
AUTHOR
Amiram Eldar, Nov 19 2019
STATUS
approved