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!)
A117101 Numbers n such that nextprime(5*n)>5*nextprime(n) and n is composite (if p is prime then nextprime(p)=p). 0

%I #3 Jun 29 2008 03:00:00

%S 18,28,40,60,72,78,82,96,102,105,106,155,156,166,178,180,192,222,226,

%T 228,250,262,266,267,268,270,280,282,292

%N Numbers n such that nextprime(5*n)>5*nextprime(n) and n is composite (if p is prime then nextprime(p)=p).

%o (PARI) for(i=1,300,if(nextprime(5*i)>nextprime(5)*nextprime(i) && !isprime(i),print1(i,",")))

%K easy,nonn

%O 1,1

%A Mohammed Bouayoun (mohammed.bouayoun(AT)sanef.com), Apr 18 2006

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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)