cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A248594 Semiprimes whose next four consecutive integers have exactly three, four, five, and six prime factors, respectively (allowing multiplicity of factors).

This page as a plain text file.
%I A248594 #11 Nov 02 2014 18:17:41
%S A248594 153221,196621,222422,230261,288437,307373,340421,400082,657302,
%T A248594 660713,706073,723461,777773,838562,843521,954581,961621,988601,
%U A248594 1009985,1031846,1034933,1190822,1215821,1246802,1384621,1409873,1612321,1723082,1737122,1886441
%N A248594 Semiprimes whose next four consecutive integers have exactly three, four, five, and six prime factors, respectively (allowing multiplicity of factors).
%C A248594 This sequence is related to A113150; for instance, a(14) = 838562 = A113150(1) + 1, since 838561 is prime. - _Michel Marcus_, Oct 23 2014
%e A248594 a(1)=153221 because 153221 is a product of 2 primes (17*9013) and
%e A248594 153222 is a product of 3 primes (2 * 3 * 25537) and
%e A248594 153223 is a product of 4 primes (7 * 7 * 53 * 59) and
%e A248594 153224 is a product of 5 primes (2 * 2 * 2 * 107 * 179) and
%e A248594 153225 is a product of 6 primes (3 * 3 * 3 * 5 * 5 * 227).
%o A248594 (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
%Y A248594 Cf. A001358, A113150.
%K A248594 nonn,easy
%O A248594 1,1
%A A248594 _Gil Broussard_, Oct 09 2014