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.

A128389 Emirps with only composite digits (i.e., 4, 6, 8, 9).

Original entry on oeis.org

94889, 98849, 98999, 99989, 946949, 949649, 9446989, 9464849, 9466949, 9468869, 9468989, 9484649, 9489899, 9494689, 9496649, 9648889, 9666689, 9688649, 9689689, 9699889, 9844699, 9844889, 9846989, 9864889, 9864949, 9866669
Offset: 1

Views

Author

Lekraj Beedassy, Feb 28 2007

Keywords

Comments

Subsequence of A128374.

Crossrefs

Programs

  • Mathematica
    Select[Prime@Range[10^6], # != r[ # ] && PrimeQ[r[ # ]] && Intersection[IntegerDigits[ # ], {0, 1, 2, 3, 5, 7}] == {} &] (* Ray Chandler, Mar 06 2007 *)

Extensions

Extended by Ray Chandler, Mar 06 2007