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

%I #8 Mar 10 2015 11:14:30

%S 29,41,59,101,137,149,179,197,227,239,269,281,311,347,521,599,617,641,

%T 643,739,809,821,827,881,1031,1061,1277,1451,1487,1579,1607,1619,1667,

%U 1697,1787,1871,1877,1997,2027,2081,2087,2111,2237,2267,2293,2381

%N Primes p(k) such that every composite number between p(k) and p(k+1) has exactly three distinct prime factors.

%o (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", ")))

%Y See A075583 for another version.

%K nonn

%O 1,1

%A _Ralf Stephan_, Mar 30 2003

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 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)