# Greetings from The On-Line Encyclopedia of Integer Sequences! http://oeis.org/
Search: id:a052023
Showing 1-1 of 1
%I A052023 #28 Feb 16 2025 08:32:41
%S A052023 2,3,5,7,313,353,373,383,797,76367,79397,7693967,799636997
%N A052023 Every suffix of palindromic prime a(n), containing no '0' digit, is prime (left-truncatable palindromic primes).
%H A052023 I. O. Angell and H. J. Godwin, On Truncatable Primes, Math. Comput. 31, 265-267, 1977.
%H A052023 C. K. Caldwell, Left and Right truncatable primes.
%H A052023 P. De Geest, The list of 4260 left-truncatable primes
%H A052023 Eric Weisstein's World of Mathematics, Prime strings
%H A052023 Index entries for sequences related to truncatable primes
%t A052023 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 *)
%Y A052023 Cf. A033664, A024785, A032437, A020994, A024770, A052024, A052025, A050986, A050987.
%K A052023 nonn,base,fini,full
%O A052023 1,1
%A A052023 _G. L. Honaker, Jr._ and _Patrick De Geest_, Nov 15 1999
# Content is available under The OEIS End-User License Agreement: http://oeis.org/LICENSE