login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A080899 Primes p(k) such that every composite number between p(k) and p(k+1) has exactly three distinct prime factors. 1
29, 41, 59, 101, 137, 149, 179, 197, 227, 239, 269, 281, 311, 347, 521, 599, 617, 641, 643, 739, 809, 821, 827, 881, 1031, 1061, 1277, 1451, 1487, 1579, 1607, 1619, 1667, 1697, 1787, 1871, 1877, 1997, 2027, 2081, 2087, 2111, 2237, 2267, 2293, 2381 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(PARI) forprime(p=3, 3000, f=0; for(k=p+1, nextprime(p+1)-1, if(omega(k)!=3, f=1; break)); if(!f, print1(p", ")))
CROSSREFS
See A075583 for another version.
Sequence in context: A035789 A343478 A343479 * A216815 A157141 A107218
KEYWORD
nonn
AUTHOR
Ralf Stephan, Mar 30 2003
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 10:38 EDT 2024. Contains 371791 sequences. (Running on oeis4.)