OFFSET
1,2
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..71
EXAMPLE
9 is in the sequence since usigma(9) = 10 and sigma(10) = 18 = 2 * 9 is divisible by 9.
MATHEMATICA
usigma[1]=1; usigma[n_] := Times @@ (1 + Power @@@ FactorInteger[n]); Select[ Range[10^4], Divisible[DivisorSigma[1, usigma[#]], #] & ] (* Amiram Eldar, Jul 02 2019 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Yasutoshi Kohmoto, Jun 05 2003
EXTENSIONS
More terms from Amiram Eldar, Jul 02 2019
STATUS
approved