OFFSET
1,1
COMMENTS
On a suggestion of Manuel Valdivia.
Is 8415 the only odd term in this sequence?
8415 is the only odd term < 10^11. - Donovan Johnson, Apr 26 2012
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000
MATHEMATICA
spdQ[n_]:=Total[Select[Most[Divisors[n]], #>Sqrt[Sqrt[n]]&]]==n; Select[Range[3000], spdQ] (* Harvey P. Dale, Aug 17 2012 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Claudio Meller, Apr 23 2012
STATUS
approved