OFFSET
1,1
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
EXAMPLE
k=29 is in the sequence because 3129k = 312929 is prime.
k=103 is in the sequence because 3129k = 3129103 is prime.
MATHEMATICA
Select[Range[1000], PrimeQ[3129*10^IntegerLength[#]+#]&] (* Harvey P. Dale, Jan 14 2015 *)
PROG
(Magma) [ n: n in [1..1750] | IsPrime(Seqint(Intseq(n) cat [9, 2, 1, 3])) ]; // Vincenzo Librandi, Feb 02 2011
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Parthasarathy Nambi, Jun 25 2005
STATUS
approved