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.

A036958 Primes containing only digits from the set (0,1,2,3,4,5).

Original entry on oeis.org

2, 3, 5, 11, 13, 23, 31, 41, 43, 53, 101, 103, 113, 131, 151, 211, 223, 233, 241, 251, 311, 313, 331, 353, 401, 421, 431, 433, 443, 503, 521, 523, 541, 1013, 1021, 1031, 1033, 1051, 1103, 1123, 1151, 1153, 1201, 1213, 1223, 1231, 1301, 1303, 1321
Offset: 1

Views

Author

Patrick De Geest, Jan 04 1999

Keywords

Crossrefs

Subsequence of A036960.

Programs

  • Mathematica
    Select[Prime[Range[220]],Max[IntegerDigits[#]]<6&] (* Harvey P. Dale, Sep 23 2011 *)

Extensions

Offset 1 from Michel Marcus, Oct 10 2019