OFFSET
1,1
COMMENTS
LINKS
T. D. Noe, Table of n, a(n) for n=1..100
Abhimanyu Kumar and Anuraag Saxena, Insulated primes, arXiv:2011.14210 [math.NT], 2020. Mentions this sequence.
EXAMPLE
29 is in a sea of 6 composites, namely 24, 25, 26, 27, 28 and 30 and is the smallest such number, so a(4) = 29.
MATHEMATICA
Join[{3}, Transpose[Flatten[Table[Select[Partition[Prime[Range[ 20000]], 3, 1], Last[#]-First[#]==2 n&, 1], {n, 2, 45}], 1]][[2]]] (* Harvey P. Dale, May 22 2012 *)
CROSSREFS
KEYWORD
nonn,nice
AUTHOR
EXTENSIONS
Typo in example fixed by Zak Seidov, Jan 25 2015
STATUS
approved