OFFSET
1,1
LINKS
Roger B. Eggleton and James A. MacDougall, Consecutive integers with equally many principal divisors, Math. Mag. 81 (2008), 235-248. [T. D. Noe, Oct 13 2008]
Every chain of 30030 consecutive numbers has exactly one number divisible by 30030 = 2 * 3 * 5 * 7 * 11 * 13 hence is divisible by more than five distinct primes. Therefore the sequence is finite. - David A. Corneth, Jul 19 2023
MATHEMATICA
k=1; Do[While[Union[Table[Length[FactorInteger[i]], {i, k, k+n-1}]]!={5}, k++ ]; Print[k], {n, 1, 8}]
CROSSREFS
KEYWORD
nonn,fini,more
AUTHOR
Labos Elemer, Sep 26 2003
EXTENSIONS
More terms from Don Reble, Sep 29 2003
a(7)-a(10) from Donovan Johnson, Mar 06 2008
a(11)-a(12) from Donovan Johnson, Jan 15 2009
STATUS
approved