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.

A106101 Primes with minimal digit = 1.

Original entry on oeis.org

11, 13, 17, 19, 31, 41, 61, 71, 113, 127, 131, 137, 139, 149, 151, 157, 163, 167, 173, 179, 181, 191, 193, 197, 199, 211, 241, 251, 271, 281, 311, 313, 317, 331, 419, 421, 431, 461, 491, 521, 541, 571, 613, 617, 619, 631, 641, 661, 691, 719, 751, 761, 811
Offset: 1

Views

Author

Zak Seidov, May 07 2005

Keywords

Comments

Subsequence of A038618. - Michel Marcus, Oct 23 2013

Crossrefs

Cf. A038618.

Programs

  • Mathematica
    Select[Prime[Range[200]], Min[IntegerDigits[ # ]]==1&]