OFFSET
1,2
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
EXAMPLE
If n=139 then 666n = 666139 (prime).
MATHEMATICA
Select[Range[800], PrimeQ[666*10^IntegerLength[#]+#]&] (* Harvey P. Dale, Oct 04 2019 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Parthasarathy Nambi, Sep 12 2005
EXTENSIONS
More terms from Vincenzo Librandi, Mar 27 2010
STATUS
approved