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!)
A155514 Larger of emirps (pairs) with digits 0 and 1 only. 3
10111001, 111001001, 1010110001, 1011000101, 1101001001, 1111100101, 10100101001, 11000000101, 11010011101, 11100000101, 100111101001, 101010000001, 101010111001, 110000000101, 110011010101, 110101011001 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
emrpQ[n_]:=Module[{idn=IntegerDigits[n], ridn}, ridn=Reverse[idn]; idn!=ridn &&PrimeQ[n]&&PrimeQ[FromDigits[ridn]]]; lrgr[n_]:=If[n<FromDigits[ Reverse[ IntegerDigits[n]]], 0, n]; Select[lrgr/@Union[ Select[ Union[ Flatten[ Table[FromDigits/@Tuples[{1, 0}, n], {n, 12}]]], emrpQ]], #!=0&] (* Harvey P. Dale, Oct 01 2012 *)
CROSSREFS
Sequence in context: A186173 A043644 A262556 * A133595 A108810 A173095
KEYWORD
nonn,base
AUTHOR
Lekraj Beedassy, Jan 23 2009
EXTENSIONS
First missed entry added. Lekraj Beedassy, May 30 2009
More terms from Sean A. Irvine, Mar 04 2010
STATUS
approved

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 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)