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.

A133833 Smallest and largest primes with number of decimal digits equal to n-th prime.

Original entry on oeis.org

11, 97, 101, 997, 10007, 99991, 1000003, 9999991, 10000000019, 99999999977, 1000000000039, 9999999999971, 10000000000000061, 99999999999999997, 1000000000000000003, 9999999999999999961
Offset: 1

Views

Author

Parthasarathy Nambi, Jan 06 2008

Keywords

Examples

			11, 97 are respectively the smallest and the largest 2-digit primes.
101, 997 are respectively the smallest and the largest 3-digit primes.
10007, 99991 are respectively the smallest and the largest 5-digit primes.
		

Crossrefs

Programs

  • Mathematica
    Table[{NextPrime[10^(n-1)],NextPrime[10^n,-1]},{n,Prime[Range[8]]}] // Flatten (* Harvey P. Dale, Nov 21 2018 *)

Extensions

More terms from Harvey P. Dale, Nov 21 2018