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.

A090149 Primes of the form identical digits preceded by a 1.

Original entry on oeis.org

11, 13, 17, 19, 199, 1777, 1999, 199999, 19999999, 1777777777, 17777777777777, 1333333333333333, 1111111111111111111, 11111111111111111111111, 199999999999999999999999999, 1999999999999999999999999999
Offset: 1

Views

Author

Robert G. Wilson v, Nov 22 2003

Keywords

Programs

  • Mathematica
    Select[FromDigits/@Flatten[Table[PadRight[{1},i,#]&/@{1,3,7,9},{i,2,40}],1],PrimeQ[#]&]

Extensions

Mathematica program modified by Harvey P. Dale, Jan 24 2019