A103993 Duplicate of A088269.
3, 5, 131, 383, 797, 11411, 16061, 16361, 19391, 33533, 36263, 73037, 75557, 79397
Offset: 1
This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
191 is a member as 71917 is also a prime.
Select[Prime[Range[110000]],PalindromeQ[#]&&PrimeQ[FromDigits[Join[{7},IntegerDigits[#],{7}]]]&] (* Harvey P. Dale, Dec 19 2024 *)
757 is a member as 37573 is also a prime.
s23Q[n_]:=Module[{idn=IntegerDigits[n]},idn==Reverse[idn]&&PrimeQ[ FromDigits[Join[{3},idn,{3}]]]]; Select[Prime[Range[10000]],s23Q] (* Harvey P. Dale, May 07 2011 *)
373 is a member as 93739 is also a prime.