OFFSET
1,2
LINKS
Michael De Vlieger, Table of n, a(n) for n = 1..10000
EXAMPLE
If k=1 then 112354k = 1123541 (prime).
If k=213 then 112354k = 112354213 (prime).
MATHEMATICA
Select[Range[1050], PrimeQ[112354*10^IntegerLength[#] + #] &] (* Michael De Vlieger, Jan 22 2018 *)
PROG
(Magma) [ n: n in [1..1750] | IsPrime(Seqint(Intseq(n) cat [4, 5, 3, 2, 1, 1])) ]; // Vincenzo Librandi, Feb 02 2011
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Parthasarathy Nambi, Aug 22 2005
EXTENSIONS
More terms from Vincenzo Librandi, Feb 02 2011
STATUS
approved