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
33803689, 52939759, 65996479, 71880637, 79817581, 80793439, 81287677, 84607141, 89994097, 92593183, 92769997, 107410441, 117025291, 118259467, 124984549, 132269143, 136015309, 137648059, 139701421, 140811193, 142800139 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(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)))}
CROSSREFS
Sequence in context: A281959 A194553 A246108 * A143511 A178106 A205943
KEYWORD
nonn
AUTHOR
M. F. Hasler, Jan 19 2012
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 September 16 11:18 EDT 2024. Contains 375965 sequences. (Running on oeis4.)