OFFSET
1,1
COMMENTS
See comment in A175495. - Vladimir Shevelev, May 07 2013
The deficient terms are 2, 3, 4, 8, 10, 14, 15, 16, 32; the first perfect or abundant number not listed is 66 = 2 * 3 * 11; the only term not 7-smooth is 132 = 2^2 * 3 * 11; the largest not divisible by 6 is 140 = 2^2 * 5 * 7. - Peter Munn, Sep 19 2021
The union of this sequence and A276734 has 74 total terms which are all k with floor(sqrt(k)) <= d(k). - Bill McEachen, Apr 07 2023
MATHEMATICA
Select[Range[1300], #<DivisorSigma[0, #]^2&] (* Harvey P. Dale, Apr 11 2014 *)
PROG
(PARI) isok(n) = (n < numdiv(n)^2) \\ Michel Marcus, Jun 07 2013
CROSSREFS
KEYWORD
nonn,fini,full
AUTHOR
EXTENSIONS
Labos Elemer added the last three terms and observes that this sequence is now complete.
STATUS
approved