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.

A069595 Smallest prime in which the n-th significant digit is a 6.

Original entry on oeis.org

61, 601, 6007, 60013, 600011, 6000011, 60000011, 600000001, 6000000001, 60000000029, 600000000031, 6000000000023, 60000000000013, 600000000000073, 6000000000000001, 60000000000000037, 600000000000000043
Offset: 2

Views

Author

Amarnath Murthy, Mar 25 2002

Keywords

Crossrefs

Programs

  • Maple
    seq(nextprime(6*10^j),j=1..32);
  • Mathematica
    Table[NextPrime[6 10^i],{i,20}]  (* Harvey P. Dale, Mar 30 2011 *)

Extensions

More terms from Sascha Kurz, Mar 28 2002