OFFSET
1,1
COMMENTS
Note that because 3405130 = 2*5*167*2039 is also the product of 4 primes, 3405122 is the first m such that numbers m..m+8 are products of the same number k of primes (k=4).
LINKS
Donovan Johnson, Table of n, a(n) for n = 1..10000
EXAMPLE
3405122 = 2*7*29*8387, 3405123 = 3^2*19*19913, 3405124 = 2^2*127*6703, 3405125 = 5^3*27241, 3405126 = 2*3*59*9619, 3405127 = 11*23*43*313, 3405128 = 2^3*425641, 3405129 = 3*7*13*12473 all products of 4 primes.
PROG
(PARI) c=0; p1=0; for(n=2, 10^8, p2=bigomega(n); if(p1==p2, c++; if(c>=7, print1(n-7 ", ")), c=0; p1=p2)) \\ Donovan Johnson, Mar 20 2013
CROSSREFS
KEYWORD
nonn
AUTHOR
Zak Seidov, Nov 05 2006
EXTENSIONS
a(7)-a(22) from Donovan Johnson, Apr 09 2010
STATUS
approved