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!)
A204670 Primes p such that q-p = 64, where q is the next prime after p. 7
89689, 107377, 288583, 367957, 381103, 400759, 445363, 623107, 625699, 637003, 710713, 725209, 779413, 801883, 803749, 821677, 832519, 844777, 883807, 912103, 919447, 954763, 981823, 997813, 1003963, 1059349, 1066447, 1070689, 1072039, 1100683, 1148773, 1162129, 1163353, 1251463 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
M. F. Hasler, Table of n, a(n) for n = 1..8823 (all a(n)<10^8).
MATHEMATICA
Transpose[Select[Partition[Prime[Range[100000]], 2, 1], Last[#]-First[#] == 64&]][[1]] (* Harvey P. Dale, Nov 25 2012 *)
PROG
(PARI) c=o=0; forprime(p=1, default(primelimit), (-o+o=p)==64&write("c:/temp/b204670.txt", c++" "p-64)) \\ M. F. Hasler, Jan 18 2012
CROSSREFS
Sequence in context: A205290 A205898 A250452 * A353550 A359291 A236908
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Jan 17 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 23:59 EDT 2024. Contains 371989 sequences. (Running on oeis4.)