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.

A144246 Prime numbers of the form 10^k +- 9.

Original entry on oeis.org

19, 109, 991, 1009, 10009, 99991, 9999991, 1000000009, 1000000000000000009, 10000000000000000000009, 999999999999999999999999999999991, 999999999999999999999999999999999999999999991, 1000000000000000000000000000000000000000000009
Offset: 1

Views

Author

Reikku Kulon, Sep 15 2008

Keywords

Comments

This sequence illustrates the base-n representation of numbers having the form n^k +- (n - 1).

Crossrefs

Programs

  • Mathematica
    Select[Sort[Flatten[Table[10^n+{9,-9},{n,50}]]],PrimeQ] (* Harvey P. Dale, Jul 22 2016 *)

Extensions

a(13) from Amiram Eldar, Jul 24 2025