A093404 Primes of the form 70*R_k + 9, where R_k is the repunit (A002275) of length k.
79, 777777777777777777777777777777777777777777777777777777777777777779, 77777777777777777777777777777777777777777777777777777777777777777777777777777777777779, 777777777777777777777777777777777777777777777777777777777777777777777777777777777777777779
Offset: 1
Keywords
Links
Programs
-
Mathematica
Select[Table[FromDigits[PadLeft[{9},n,7]],{n,100}],PrimeQ] (* Harvey P. Dale, May 09 2012 *)
Comments