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.

A069596 Smallest prime in which the n-th significant digit is an 8.

Original entry on oeis.org

83, 809, 8009, 80021, 800011, 8000009, 80000023, 800000011, 8000000011, 80000000021, 800000000047, 8000000000009, 80000000000027, 800000000000017, 8000000000000011, 80000000000000011, 800000000000000119
Offset: 2

Views

Author

Amarnath Murthy, Mar 25 2002

Keywords

Crossrefs

Programs

  • Maple
    seq(nextprime(8*10^j),j=1..32);
  • Mathematica
    NextPrime/@(8 10^Range[20])  (* Harvey P. Dale, Feb 04 2011 *)

Extensions

More terms from Sascha Kurz, Mar 28 2002