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.

A077508 Largest n-digit prime beginning with n.

Original entry on oeis.org

29, 397, 4999, 59999, 699967, 7999993, 89999999, 999999937, 1099999997, 11999999983, 129999999949, 1399999999949, 14999999999981, 159999999999997, 1699999999999967, 17999999999999939, 189999999999999941
Offset: 2

Views

Author

Amarnath Murthy, Nov 08 2002

Keywords

Crossrefs

Programs

  • Mathematica
    Table[NextPrime[FromDigits[PadRight[{n+1},n-(IntegerLength[n]-1),0]],-1],{n,2,20}] (* Harvey P. Dale, May 28 2015 *)

Extensions

More terms from Francois Jooste (phukraut(AT)hotmail.com), Dec 23 2002
Corrected and extended by Sascha Kurz, Jan 04 2003