login
A093944
Primes of the form 9*10^k + 7*R_k, where R_k is the repunit (A002275) of length k.
1
97, 977, 97777, 97777777777777777777, 97777777777777777777777777777, 97777777777777777777777777777777777777777777777777777777777777777777777777
OFFSET
1,1
COMMENTS
The next term has 204 digits. - Harvey P. Dale, May 22 2014
MATHEMATICA
Select[Table[FromDigits[PadRight[{9}, n, 7]], {n, 250}], PrimeQ] (* Harvey P. Dale, May 22 2014 *)
CROSSREFS
Cf. A002275, A056727 (corresponding k).
Sequence in context: A262925 A093297 A068852 * A127748 A127828 A186075
KEYWORD
nonn
AUTHOR
Rick L. Shepherd, Apr 17 2004
STATUS
approved