OFFSET
1,1
COMMENTS
The first consecutive terms are 473267, 473268; see A190639. - M. F. Hasler, May 15 2011
LINKS
T. D. Noe, Table of n, a(n) for n = 1..1000
FORMULA
a(n) = n + 100n/log n - O(n/log^2 n). - Charles R Greathouse IV, Sep 08 2017
EXAMPLE
16718 is a term because there is no prime between 1671800 and 1671899.
MATHEMATICA
Flatten[Position[Differences[PrimePi[100*Range[0, 113000]]], 0]]-1 (* Harvey P. Dale, Dec 18 2021 *)
PROG
(PARI) is(n)=nextprime(100*n)>100*n+99 \\ Charles R Greathouse IV, Apr 28 2015
CROSSREFS
KEYWORD
nonn
AUTHOR
Jeff Burch, Oct 02 2010
STATUS
approved