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.

A106112 Primes with minimal digit > 4.

Original entry on oeis.org

5, 7, 59, 67, 79, 89, 97, 557, 569, 577, 587, 599, 659, 677, 757, 769, 787, 797, 857, 859, 877, 887, 967, 977, 997, 5557, 5569, 5657, 5659, 5669, 5689, 5779, 5857, 5867, 5869, 5879, 5897, 5987, 6569, 6577, 6599, 6659, 6679, 6689, 6779, 6857, 6869, 6899, 6959
Offset: 1

Views

Author

Zak Seidov, May 07 2005

Keywords

Crossrefs

Cf. A036956 (primes with maximal digit <= 4).

Programs

  • Mathematica
    Select[Prime[Range[1000]], Min[IntegerDigits[ # ]]>4&]