|
| |
|
|
A030173
|
|
Differences p(i)-p(j) between primes, sorted in numerical order.
|
|
10
|
|
|
|
1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 20, 21, 22, 24, 26, 27, 28, 29, 30, 32, 34, 35, 36, 38, 39, 40, 41, 42, 44, 45, 46, 48, 50, 51, 52, 54, 56, 57, 58, 59, 60, 62, 64, 65, 66, 68, 69, 70, 71, 72, 74, 76, 77, 78, 80, 81, 82, 84, 86, 87, 88, 90
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
|
OFFSET
|
1,2
|
|
|
COMMENTS
|
For n > 2: A092953(a(n)) > 0. - Reinhard Zumkeller, Nov 10 2012
|
|
|
REFERENCES
|
K. Soundararajan, Small gaps between prime numbers: the work of Goldston-Pintz-Yildirim, Bull. Amer. Math. Soc., 44 (2007), 1-18.
|
|
|
LINKS
|
T. D. Noe, Table of n, a(n) for n = 1..1000
Index entries for primes, gaps between
|
|
|
FORMULA
|
Conjectured to be union of even numbers and the odd primes minus 2.
|
|
|
MATHEMATICA
|
nn = 90; Union[Range[2, nn, 2], Prime[Range[2, PrimePi[nn+2]]] - 2]
|
|
|
PROG
|
(PARI) print1(1); p=3; forprime(q=5, 1e3, forstep(n=p-1, q-3, 2, print1(", "n)); print1(", ", q-2); p=q) \\ conjectural; Charles R Greathouse IV, Jul 02, 2011
|
|
|
CROSSREFS
|
Complement of A007921. Cf. A001223.
Sequence in context: A184520 A047248 A114024 * A048265 A002180 A207333
Adjacent sequences: A030170 A030171 A030172 * A030174 A030175 A030176
|
|
|
KEYWORD
|
nonn,easy,nice,changed
|
|
|
AUTHOR
|
Alexander Grasser [Graesser] (alex(AT)computicket.com)
|
|
|
STATUS
|
approved
|
| |
|
|