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!)
A184984 Primes followed by a gap of 160 = nextprime(p)-p. 1

%I #8 Mar 30 2012 17:23:04

%S 33803689,52939759,65996479,71880637,79817581,80793439,81287677,

%T 84607141,89994097,92593183,92769997,107410441,117025291,118259467,

%U 124984549,132269143,136015309,137648059,139701421,140811193,142800139

%N Primes followed by a gap of 160 = nextprime(p)-p.

%H <a href="/index/Pri#gaps">Index entries for primes, gaps between</a>.

%o (PARI) list_gaps(g=160,f,N=100)={my(p=0); for(c=1, N, while(g+p!=p=nextprime(p+1), ); if(f,write(f".txt",c" ",p-g),print1(", "p-g)))}

%K nonn

%O 1,1

%A _M. F. Hasler_, Jan 19 2012

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 March 28 18:04 EDT 2024. Contains 371254 sequences. (Running on oeis4.)