|
| |
|
|
A050434
|
|
Primes whose next higher prime is 100 greater.
|
|
2
| |
|
|
396733, 838249, 1313467, 1648081, 1655707, 2345989, 2784373, 3254959, 3595489, 4047157, 4359403, 4571107, 4665553, 4783873, 5211109, 5398597, 5528287, 5723899, 6027283, 6242263, 6429223, 6851863, 7259167, 7554367
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
LINKS
| Remi Eismann, Table of n, a(n) for n = 1..10000
Index entries for primes, gaps between
|
|
|
EXAMPLE
| 396733 is included because the next largest prime is 396833.
|
|
|
PROG
| (PARI) g=100; c=o=0; forprime(p=1, default(primelimit), (-o+o=p)==g&write("c:/temp/gaps-100.txt", c++" "p-g)) \\ - M. F. Hasler, Jan 18 2012
|
|
|
CROSSREFS
| Sequence in context: A204628 A171439 A131277 * A015424 A083634 A190837
Adjacent sequences: A050431 A050432 A050433 * A050435 A050436 A050437
|
|
|
KEYWORD
| easy,nonn
|
|
|
AUTHOR
| Harvey P. Dale (hpd1(AT)is2.nyu.edu), Dec 22 1999
|
|
|
EXTENSIONS
| More terms from Frank Ellermann, Jan 18 2002
|
| |
|
|