OFFSET
1,2
EXAMPLE
If t=10, then 10*t + 7 = 107 (prime).
If t=220, then 10*t + 7 = 2207 (prime).
If t=450, then 10*t + 7 = 4507 (prime).
MATHEMATICA
Select[10 Range[0, 500], PrimeQ[10#+7]&] (* Harvey P. Dale, Dec 09 2010 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Parthasarathy Nambi, Mar 01 2005
EXTENSIONS
More terms from Harvey P. Dale, Dec 09 2010
a(1)=0 inserted by Georg Fischer, Jan 03 2021
STATUS
approved