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!)
A204812 Primes followed by a gap of 128 = nextprime(p)-p. 3

%I #6 Aug 11 2014 22:45:47

%S 3851459,9810653,11296673,13346903,16771481,22176953,24149813,

%T 29788571,34690163,36617279,37360493,37757639,38606339,38952479,

%U 42560519,43408283,43799813,45763649,46994951,48522209,49222211,51071483,51274253,52154309

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

%H M. F. Hasler, <a href="/A204812/b204812.txt">Table of n, a(n) for n = 1..100</a>

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

%o (PARI) list_gaps(g=128,f,N=100,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 April 25 06:49 EDT 2024. Contains 371964 sequences. (Running on oeis4.)