OFFSET
0,2
COMMENTS
Simon Colton conjectures that the number of refactorables less than x is at least x/(2 log(x)).
LINKS
S. Colton, Refactorable Numbers - A Machine Invention, J. Integer Sequences, Vol. 2, 1999, #2.
MATHEMATICA
c = 0; k = 1; Do[ While[k <= 10^n, If[ Mod[k, DivisorSigma[0, k]] == 0, c++ ]; k++ ]; Print[c], {n, 0, 8}]
CROSSREFS
KEYWORD
more,nonn
AUTHOR
Robert G. Wilson v, Nov 01 2005
EXTENSIONS
a(9)-a(11) from Donovan Johnson, Sep 19 2009
STATUS
approved