(Translated by https://www.hiragana.jp/)
A155509 - OEIS
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!)
A155509 Larger of emirps (pairs) with digits 1 and 9 only. 3
991, 99119, 191911, 911111, 919111, 999199, 1911911, 1991911, 9111911, 11911111, 19911191, 19919111, 19991911, 99111119, 911111191, 991111111, 991991111, 999199991, 999919919, 1911119911, 1919991191, 1991111911, 1991919191 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
le19[n_]:=Module[{emrps=Select[FromDigits/@Tuples[{1, 9}, n], !PalindromeQ[ #] && AllTrue[ {#, IntegerReverse[#]}, PrimeQ]&]}, If[IntegerReverse[#]>#, IntegerReverse[ #], {}]&/@emrps/.{}->Nothing]; Flatten[Table[le19[x], {x, 10}]] // Sort (* The program uses the AllTrue function from Mathematica version 10 *) (* Harvey P. Dale, Apr 04 2019 *)
CROSSREFS
Sequence in context: A031790 A137703 A255098 * A093177 A161926 A172698
KEYWORD
nonn,base
AUTHOR
Lekraj Beedassy, Jan 23 2009
EXTENSIONS
More terms from Sean A. Irvine, Apr 06 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 September 7 04:49 EDT 2024. Contains 375729 sequences. (Running on oeis4.)