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!)
A180496 Largest palindromic prime < n-th-semiprime. 0

%I #7 Jun 12 2014 20:15:08

%S 3,5,7,7,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,

%T 11,11,11,11,11,11,11,11,11,11,101,101,101,101,101,101,101,101,101,

%U 131,131,131,131,131,131,131,151,151,151,151,151,151,151,151,181,181,181

%N Largest palindromic prime < n-th-semiprime.

%t With[{nn=150},Module[{palpr=Reverse[Select[Prime[Range[nn]],IntegerDigits[ #] == Reverse[ IntegerDigits[#]]&]],semis = Select[Range[2nn],PrimeOmega[ #] == 2&]},Flatten[Table[Select[palpr,#<semis[[n]]&,1],{n,Length[ semis]}]]]] (* _Harvey P. Dale_, Jun 12 2014 *)

%K base,easy,nonn

%O 1,1

%A _Giovanni Teofilatto_, Sep 08 2010

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 05:19 EDT 2024. Contains 371782 sequences. (Running on oeis4.)