OFFSET
1,1
COMMENTS
This sequence is related to A113150; for instance, a(14) = 838562 = A113150(1) + 1, since 838561 is prime. - Michel Marcus, Oct 23 2014
EXAMPLE
a(1)=153221 because 153221 is a product of 2 primes (17*9013) and
153222 is a product of 3 primes (2 * 3 * 25537) and
153223 is a product of 4 primes (7 * 7 * 53 * 59) and
153224 is a product of 5 primes (2 * 2 * 2 * 107 * 179) and
153225 is a product of 6 primes (3 * 3 * 3 * 5 * 5 * 227).
PROG
(PARI) isok(n) = bigomega(n)==2 && bigomega(n+1)==3 && bigomega(n+2)==4 && bigomega(n+3)==5 && bigomega(n+4)==6; \\ Michel Marcus, Oct 23 2014
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Gil Broussard, Oct 09 2014
STATUS
approved