OFFSET
1,1
COMMENTS
Are 12, 442 and 163332 the only even terms?
Are there any unitary abundant numbers (A034683) in this sequence?
No further even terms up to 10^13. - Giovanni Resta, May 30 2020
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..300
EXAMPLE
MATHEMATICA
usigma[1] = 1; usigma[n_] := Times @@ (1 + Power @@@ FactorInteger[n]); udef[n_] := 2*n - usigma[n]; Select[Range[10^5], udef[#] == udef[# + 2] &]
CROSSREFS
KEYWORD
nonn
AUTHOR
Amiram Eldar, May 28 2020
STATUS
approved