A093945 Primes of the form 5*10^n - 1.
499, 4999, 49999, 4999999, 499999999999999, 4999999999999999999999999999999999999999999999999999999
Offset: 1
Keywords
Links
Programs
-
Mathematica
Select[Table[FromDigits[PadRight[{4},n,9]],{n,60}],PrimeQ] (* Harvey P. Dale, Feb 20 2016 *)
Comments