login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A088270 Palindromic primes that yield a prime when sandwiched between two 3's. (Prefixing and suffixing a -three' on both sides yields another pal prime). 3

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

%S 5,7,101,151,353,727,757,929,10301,10601,12721,15551,16061,16661,

%T 18181,19391,19891,30403,30703,31013,31513,35353,36263,36563,38083,

%U 39293,72227,73237,76367,77377,77477,78487,79397,79997,93139,94649,94849

%N Palindromic primes that yield a prime when sandwiched between two 3's. (Prefixing and suffixing a -three' on both sides yields another pal prime).

%e 757 is a member as 37573 is also a prime.

%t 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 *)

%Y Cf. A088269, A088271, A088272.

%K base,nonn

%O 1,1

%A _Amarnath Murthy_, Sep 28 2003

%E More terms from _David Wasserman_, Jul 28 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 17:51 EDT 2024. Contains 371797 sequences. (Running on oeis4.)