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!)
A204805 Primes followed by a gap of 170 = nextprime(p)-p. 1
27915737, 65069327, 80935103, 84549821, 98253527, 99099773, 105886883, 110597483, 117317297, 124956059, 130389293, 134944361, 139040903, 140217647, 140566253, 153207191, 156479129, 162973457, 182754569, 189599393, 190864901 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Transpose[Select[Partition[Prime[Range[11000000]], 2, 1], #[[2]]-#[[1]] == 170&]][[1]] (* Harvey P. Dale, Apr 25 2012 *)
PROG
(PARI) list_gaps(g=170, 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: A018187 A275612 A275613 * A216903 A114681 A214134
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 April 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)