A093166 Primes of the form 80*R_k + 3, where R_k is the repunit (A002275) of length k.
3, 83, 883, 88883, 88888883, 888888883, 888888888888883, 888888888888888888888888888888888888888888888888883, 88888888888888888888888888888888888888888888888888888888888888888888883
Offset: 1
Keywords
Links
Programs
-
Mathematica
Select[Table[FromDigits[PadLeft[{3},n,8]],{n,80}],PrimeQ] (* Harvey P. Dale, Sep 21 2013 *)
Comments