OFFSET
1,1
COMMENTS
The "gap" is defined as the number of integers between two primes. If the two primes are p1 and p2, then the size of the gap is p2-p1-1.
For at least n<=100, the gap is minimal and is 3*(2n+1).
LINKS
Robert Price, Table of n, a(n) for n = 1..100
EXAMPLE
For n=2, the required gap is a composite number with 5 (2n+1) as a factor. The size of all gaps are odd, so gaps of 15, 25, 35, etc. are required. The prime 1831 and its next prime of 1847 produces a gap of 15. 1831 is the smallest prime with this property.
CROSSREFS
KEYWORD
nonn
AUTHOR
Robert Price, Mar 21 2013
STATUS
approved