login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A088282
Palindromic primes in which a single digit is sandwiched between strings of 3's.
4
313, 353, 373, 383, 33533, 3331333, 3337333, 333333313333333, 333333373333333, 333333383333333, 33333333333733333333333, 333333333333373333333333333, 33333333333333333533333333333333333, 33333333333333333733333333333333333
OFFSET
1,1
COMMENTS
a(36) has 1553 digits and is therefore too large to include in the b-file. - Harvey P. Dale, Mar 22 2020
LINKS
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 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Sep 29 2003
EXTENSIONS
More terms from David Wasserman, Aug 03 2005
STATUS
approved