login
Primes p such that the smallest palindrome beginning with p with odd number of digits is also a palindrome.
0

%I #4 Dec 05 2013 19:56:33

%S 2,3,5,7,13,19,31,37,79,101,103,113,127,131,139,151,163,179,181,191,

%T 193,199,307,313,353,373,383,719,727,757,773,787,797,907,919,929,937,

%U 967,983,1033,1093,1117,1123,1129,1153,1163,1193,1201,1327,1409,1447,1489

%N Primes p such that the smallest palindrome beginning with p with odd number of digits is also a palindrome.

%e 103 is a term as 10301 is also prime. 199 is a member as 19991 is prime having 5 (odd) digits. (though 1991 is the smallest palindrome beginning with 199.)

%K base,nonn

%O 1,1

%A _Amarnath Murthy_, Sep 23 2003

%E More terms from _David Wasserman_, Jul 15 2005