This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A046931 #22 Dec 01 2020 03:28:25 %S A046931 3,5,7,29,23,53,89,223,113,331,631,211,1381,1129,1637,4759,2579,3433, %T A046931 4297,1327,2179,2503,7993,5623,9587,17257,15859,14107,19609,34981, %U A046931 36433,33247,24281,35617,43331,19661,134513,31397,137029 %N A046931 Prime islands: for n >= 2, a(n) = least prime whose adjacent primes are exactly 2n apart; a(1) = 3 by convention. %C A046931 For n > 1: (n) = A000040(A261525(n)+1) for n > 1. - _Reinhard Zumkeller_, Aug 23 2015 %H A046931 T. D. Noe, <a href="/A046931/b046931.txt">Table of n, a(n) for n=1..100</a> %H A046931 Abhimanyu Kumar and Anuraag Saxena, <a href="https://arxiv.org/abs/2011.14210">Insulated primes</a>, arXiv:2011.14210 [math.NT], 2020. Mentions this sequence. %e A046931 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. %t A046931 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 *) %Y A046931 Related sequences: A023186-A023188, A046929-A046931, A051650, A051652, A051697-A051702, A051728-A051730. %Y A046931 Another version: see A098968 and A098969. %Y A046931 Cf. A031131. - _Zak Seidov_, Jan 25 2015 %Y A046931 Cf. A261525, A000040. %K A046931 nonn,nice %O A046931 1,1 %A A046931 _Marc LeBrun_ and _David W. Wilson_ %E A046931 Typo in example fixed by _Zak Seidov_, Jan 25 2015