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.

A177417 Primes of the form (10^k-57).

Original entry on oeis.org

43, 9999943, 9999999943, 99999999943, 99999999999999943, 9999999999999999943, 999999999999999999999999999999999999943, 9999999999999999999999999999999999999999999999943, 99999999999999999999999999999999999999999999999943, 9999999999999999999999999999999999999999999999999999999999943
Offset: 1

Views

Author

Vincenzo Librandi, Dec 11 2010

Keywords

Crossrefs

Cf. A108493.

Programs

  • Magma
    [a: n in [2..250]|IsPrime(a) where a is 10^n-57];