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.

Showing 1-1 of 1 results.

A179032 Emirps whose only prime digits are one or more 2's.

Original entry on oeis.org

1021, 1201, 1229, 1249, 1429, 9029, 9209, 9221, 9241, 9421, 10429, 11621, 12109, 12119, 12149, 12241, 12269, 12289, 12491, 12611, 12619, 12641, 12689, 12809, 12829, 12841, 12919, 14029, 14221, 14621, 14629, 14821, 14929, 16249, 16829
Offset: 1

Views

Author

Lekraj Beedassy, Jun 25 2010

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Prime[Range[2000]],!PalindromeQ[#]&&PrimeQ[IntegerReverse[#]] && Union[ Select[ IntegerDigits[ #],PrimeQ]]=={2}&] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Sep 06 2020 *)

Extensions

Terms confirmed by Ray Chandler, Jul 13 2010
Showing 1-1 of 1 results.