OFFSET
1,1
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
K. Soundararajan, Small gaps between prime numbers: the work of Goldston-Pintz-Yildirim, Bull. Amer. Math. Soc., 44 (2007), 1-18.
FORMULA
a(n) = n log n + O(n log^2 n). - Charles R Greathouse IV, May 05 2017
MATHEMATICA
Prime[#]&/@Flatten[Position[Differences[Prime[Range[600]]], _?(#>14&)]] (* Harvey P. Dale, Dec 10 2023 *)
PROG
(PARI) is(n)=isprime(n) && nextprime(n+2)-n > 15 \\ Charles R Greathouse IV, May 05 2017
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Dec 19 2006
STATUS
approved