OFFSET
1,2
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
EXAMPLE
a(1)=1 because 4*1-1=3 and 4*1+3=7 are prime.
MATHEMATICA
Select[Range[1100], AllTrue[4#+{3, -1}, PrimeQ]&] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Jan 28 2021 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Juri-Stepan Gerasimov, Mar 13 2010
EXTENSIONS
Corrected by Charles R Greathouse IV, Mar 18 2010
498, 708 removed, 770 and 791 inserted.... - R. J. Mathar, Mar 29 2010
STATUS
approved