OFFSET
1,1
EXAMPLE
a(3) = 29 as the concatenation of 29,23 and 19, i.e. 292319, is a prime.
MATHEMATICA
bcpQ[n_]:=PrimeQ[FromDigits[Flatten[IntegerDigits/@Reverse[n]]]]; With[{prs = Prime[ Range[10000]]}, Table[Select[Partition[prs, n, 1], bcpQ, 1][[1, -1]], {n, 60}]] (* Harvey P. Dale, Aug 12 2013 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy and Meenakshi Srikanth (menakan_s(AT)yahoo.com), May 02 2003
EXTENSIONS
More terms from David Wasserman, Nov 15 2004
STATUS
approved