OFFSET
1,1
LINKS
I. O. Angell and H. J. Godwin, On Truncatable Primes, Math. Comput. 31, 265-267, 1977.
P. De Geest, The list of 4260 left-truncatable primes
Eric Weisstein's World of Mathematics, Prime strings
MATHEMATICA
d[n_]:=IntegerDigits[n]; ltrQ[n_]:=And@@PrimeQ[NestList[FromDigits[Drop[d[#], 1]]&, n, Length[d[n]]-1]]; palQ[n_]:=Reverse[x=d[n]]==x; Select[Prime[Range[540000]], palQ[#]&<rQ[#]&] (* Jayanta Basu, Jun 02 2013 *)
CROSSREFS
KEYWORD
nonn,base,fini,full
AUTHOR
G. L. Honaker, Jr. and Patrick De Geest, Nov 15 1999
STATUS
approved