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!)
A204803 Primes followed by a gap of 140 = nextprime(p)-p. 1
7621259, 8917523, 10270451, 14518211, 16525757, 16684331, 23008409, 23995859, 31698521, 32332253, 32379089, 33189557, 33734147, 34189487, 36067223, 36128819, 40454789, 42334769, 44639099, 47084399, 47710997, 48527939, 50339321, 54204053 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Transpose[Select[Partition[Prime[Range[3300000]], 2, 1], #[[2]]-#[[1]] == 140&]][[1]] (* Harvey P. Dale, Jan 14 2016 *)
PROG
(PARI) p=0; g=140; for(c=1, 100, while(g+p!=p=nextprime(p+1), ); print1(", "p-g)) \\
CROSSREFS
Sequence in context: A307476 A237156 A233605 * A187962 A080340 A192105
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 10:01 EDT 2024. Contains 371967 sequences. (Running on oeis4.)