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.

A106097 Primes with maximal digit = 5.

Original entry on oeis.org

5, 53, 151, 251, 353, 503, 521, 523, 541, 1051, 1151, 1153, 1451, 1453, 1511, 1523, 1531, 1543, 1553, 2053, 2153, 2251, 2351, 2503, 2521, 2531, 2543, 2551, 3251, 3253, 3511, 3533, 3541
Offset: 1

Views

Author

Zak Seidov, May 07 2005

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Prime[Range[500]], Max[IntegerDigits[ # ]]==5&]