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!)
A060769 "Overdue" primes: upper ends of prime gaps that are larger than the prime number theorem predicts. 4
29, 37, 53, 59, 67, 79, 89, 97, 127, 149, 191, 211, 223, 251, 293, 307, 331, 347, 367, 397, 409, 419, 431, 457, 479, 487, 499, 521, 541, 557, 587, 631, 641, 673, 691, 701, 709, 719, 727, 751, 769 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
A prime p belongs to the sequence iff p/log(p) - q/log(q) > 1 where q is the preceding prime.
EXAMPLE
79 is in the sequence because 79/log(79) - 73/log(73) = 1.065... > 1.
PROG
(PARI) { default(realprecision, 100); n=0; s=2/log(2); forprime (p=3, 26203, if ((r=p/log(p)) - s > 1, write("b060769.txt", n++, " ", p); ); s=r; ) } \\ Harry J. Smith, Jul 11 2009
CROSSREFS
Apart from 2 this is the complementary prime set to A060770.
Sequence in context: A177873 A234973 A134100 * A355161 A031925 A325058
KEYWORD
nonn
AUTHOR
Ulrich Schimke (ulrschimke(AT)aol.com)
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 June 2 21:38 EDT 2024. Contains 373051 sequences. (Running on oeis4.)