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!)
A204665 Primes p such that q-p = 52, where q is the next prime after p. 5
19609, 25471, 35677, 43801, 48679, 59281, 74959, 103237, 152311, 167809, 188197, 206827, 257731, 315127, 323149, 326257, 326779, 348097, 359929, 363067, 365851, 377911, 381859, 405091, 417037, 428899, 432661, 444349, 459961, 501511, 521929, 528559, 544549, 547171, 554977, 561109, 569269, 582319, 590437, 610339, 622189 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
FORMULA
a(n) >> n log^2 n. - Charles R Greathouse IV, Sep 14 2015
MATHEMATICA
Transpose[Select[Partition[Prime[Range[52000]], 2, 1], Last[#]-First[#] == 52&]][[1]] (* Harvey P. Dale, Jul 18 2014 *)
PROG
(PARI) is(n)=isprime(n) && nextprime(n+1)==n+52 \\ Charles R Greathouse IV, Sep 14 2015
CROSSREFS
Sequence in context: A022234 A082890 A109569 * A031681 A118924 A065304
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 May 1 17:43 EDT 2024. Contains 372175 sequences. (Running on oeis4.)