OFFSET
1,2
LINKS
Ivan Neretin, Table of n, a(n) for n = 1..8000
EXAMPLE
15 does not qualify because it has 4 divisors and the 4 smallest numbers with 4 divisors are 6, 8, 10 and 14.
MATHEMATICA
ds[n_] := ds[n] = DivisorSigma[0, n]; fQ[n_] := Block[{d = ds@n}, MemberQ[ Select[ Range@n, Take[ DivisorSigma[0, # ] == d &], d], n]]; Select[ Range@ 299, fQ@# &] (* Robert G. Wilson v, Sep 09 2008 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
J. Lowell, Sep 04 2008
EXTENSIONS
More terms from Robert G. Wilson v, Sep 09 2008
STATUS
approved