OFFSET
1,1
COMMENTS
On a suggestion of Manuel Valdivia.
Is 407715 the only odd term in this sequence?
407715 is the only odd term < 10^11. - Donovan Johnson, Apr 25 2012
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000
MATHEMATICA
d3[n_] := Total[Select[Most[Divisors[n]], # > n^(1/3) &]]; Select[Range[2, 2000], # == d3[#] &] (* T. D. Noe, Apr 24 2012 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Claudio Meller, Apr 24 2012
STATUS
approved