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.

A090154 Primes of the form identical digits preceded by a 6.

Original entry on oeis.org

61, 67, 677, 67777, 611111, 61111111, 67777777777, 67777777777777, 61111111111111111111111111, 67777777777777777777777777, 61111111111111111111111111111111
Offset: 1

Views

Author

Robert G. Wilson v, Nov 22 2003

Keywords

Programs

  • Mathematica
    Select[ FromDigits /@ Flatten[ Table[ PadRight[{6}, i, # ] & /@ {1, 2, 3, 4, 5, 6, 7, 8, 9}, {i, 2, 100}], 1], PrimeQ[ # ] &]