A088282 Palindromic primes in which a single digit is sandwiched between strings of 3's.
313, 353, 373, 383, 33533, 3331333, 3337333, 333333313333333, 333333373333333, 333333383333333, 33333333333733333333333, 333333333333373333333333333, 33333333333333333533333333333333333, 33333333333333333733333333333333333
Offset: 1
Links
- Harvey P. Dale, Table of n, a(n) for n = 1..35
Programs
-
Mathematica
Select[FromDigits/@Flatten[Table[Join[PadRight[{},k,3],{n},PadRight[ {},k,3]],{n,0,9},{k,20}],1],PrimeQ]//Sort (* Harvey P. Dale, Mar 22 2020 *)
Extensions
More terms from David Wasserman, Aug 03 2005
Comments