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.

A089347 Primes of the form identical digits followed by a 1.

Original entry on oeis.org

11, 31, 41, 61, 71, 331, 661, 881, 991, 2221, 3331, 4441, 6661, 33331, 99991, 333331, 3333331, 9999991, 33333331, 6666666661, 44444444441, 555555555551, 5555555555551, 7777777777771, 222222222222222221, 333333333333333331
Offset: 1

Views

Author

Amarnath Murthy, Nov 05 2003

Keywords

Crossrefs

Programs

  • Mathematica
    Select[ FromDigits /@ Flatten[ Table[ PadLeft[{1}, i, # ] & /@ {1, 2, 3, 4, 5, 6, 7, 8, 9}, {i, 2, 18}], 1], PrimeQ[ # ] &] (* Robert G. Wilson v, Nov 15 2003 *)

Extensions

More terms from Ray Chandler and Robert G. Wilson v, Nov 07 2003