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.

A157033 Smallest prime with 2^n digits.

Original entry on oeis.org

2, 11, 1009, 10000019, 1000000000000037, 10000000000000000000000000000033, 1000000000000000000000000000000000000000000000000000000000000121
Offset: 0

Views

Author

Lekraj Beedassy, Feb 22 2009

Keywords

Crossrefs

Programs

  • Mathematica
    f[n_] := NextPrime[10^(2^n - 1)]; Table[f@n, {n, 0, 7}] (* Robert G. Wilson v, Mar 17 2009 *)