OFFSET
1,1
COMMENTS
Up to the end of the b-file, there are only 4 pairs of twin primes in the sequence, with lesser twin primes 3, 5, 71 and 4675264379508167. - Editors, Feb 20 2018
LINKS
Michael De Vlieger, Table of n, a(n) for n = 1..399
MATHEMATICA
t = {3}; Do[k = 1; While[p = k*t[[-1]] + 2; ! PrimeQ[p], k++]; AppendTo[t, p], {25}]; t (* T. D. Noe, Jul 26 2012 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Robin Garcia, Jul 25 2012
STATUS
approved