A157035 Largest prime with 2^n digits.
7, 97, 9973, 99999989, 9999999999999937, 99999999999999999999999999999979, 9999999999999999999999999999999999999999999999999999999999999949
Offset: 0
Programs
-
Mathematica
NextPrime[10^2^Range[0,6],-1] (* Harvey P. Dale, Dec 28 2023 *)