cp's OEIS Frontend

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.

A088282 Palindromic primes in which a single digit is sandwiched between strings of 3's.

This page as a plain text file.
%I A088282 #11 Mar 22 2020 12:22:02
%S A088282 313,353,373,383,33533,3331333,3337333,333333313333333,
%T A088282 333333373333333,333333383333333,33333333333733333333333,
%U A088282 333333333333373333333333333,33333333333333333533333333333333333,33333333333333333733333333333333333
%N A088282 Palindromic primes in which a single digit is sandwiched between strings of 3's.
%C A088282 a(36) has 1553 digits and is therefore too large to include in the b-file. - _Harvey P. Dale_, Mar 22 2020
%H A088282 Harvey P. Dale, <a href="/A088282/b088282.txt">Table of n, a(n) for n = 1..35</a>
%t A088282 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 *)
%Y A088282 Cf. A088281, A088283, A088284.
%K A088282 base,nonn
%O A088282 1,1
%A A088282 _Amarnath Murthy_, Sep 29 2003
%E A088282 More terms from _David Wasserman_, Aug 03 2005