| 23, 31, 47, 53, 61, 73, 83, 89, 113, 131, 139, 151, 157, 167, 173, 181, 199, 211, 233, 241, 251, 257, 263, 271, 283, 293, 317, 331, 337, 353, 359, 367, 373, 383, 389, 401, 409, 421, 433, 443, 449, 467, 479, 491, 503, 509, 523, 541, 547, 557, 563, 571, 577, 587, 593, 601
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Is this the same as A083370? If so, A083370 should be edited to give this as the definition.
|
|
REFERENCES
|
K. Soundararajan, Small gaps bewteen prime numbers: the work of Goldston-Pintz-Yildirim, Bull. Amer. Math. Soc., 44 (2007), 1-18.
|
|
LINKS
|
R. Zumkeller, Table of n, a(n) for n = 1..1000
Index entries for primes, gaps between
|
|
MAPLE
|
d:=6; M:=1000; t0:=[]; for n from 1 to M do p:=ithprime(n); if nextprime(p) - p >= d then t0:=[op(t0), p]; fi; od: t0;
|
|
CROSSREFS
|
Complement of A124589.
Cf. A134099 A134100 A134101.
Sequence in context: A023679 A107662 A083370 this_sequence A130796 A031924 A033216
Adjacent sequences: A124579 A124580 A124581 this_sequence A124583 A124584 A124585
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
njas, Dec 19 2006
|
|