login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A111291 Number of refactorable numbers (A033950) <= 10^n. 0
1, 4, 16, 92, 665, 5257, 44705, 394240, 3558181, 32608999, 302172507, 2823898245 (list; graph; refs; listen; history; internal format)
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

Cf. A033950.

Sequence in context: A139155 A003762 A143501 * A050913 A096243 A131928

Adjacent sequences:  A111288 A111289 A111290 * A111292 A111293 A111294

KEYWORD

more,nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Nov 01 2005

EXTENSIONS

a(9)-a(11) from Donovan Johnson (donovan.johnson(AT)yahoo.com), Sep 19 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 14:50 EST 2012. Contains 206050 sequences.