The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A211075 Primes p followed by prime gap of length log(p/log(p)^2)^2. 1
3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97, 103, 109, 113, 127, 131, 139, 151, 157, 163, 167, 173, 181, 193, 199, 211, 233, 241, 251, 257, 263, 271, 283, 293, 317, 331, 337, 353, 359, 367, 373, 383, 389, 401, 409 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Primes followed by unusually long prime gaps.
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..4139
MATHEMATICA
Select[Prime[Range[200]], NextPrime[#] - # > Log[#/Log[#]^2]^2 &] (* Alonso del Arte, Jun 02 2013 *)
PROG
(PARI) G=1; p=3; forprime(q=5, 1e7, if(q-p>=G, G=log(p/log(p)^2)^2; if(q-p>=G, print1(p", "))); p=q)
CROSSREFS
Sequence in context: A176997 A240699 A065380 * A038134 A215697 A322184
KEYWORD
nonn
AUTHOR
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 20 23:09 EDT 2024. Contains 372720 sequences. (Running on oeis4.)