login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A093942
Primes of the form 6*10^k + 7*R_k, where R_k is the repunit (A002275) of length k.
0
67, 677, 67777, 67777777777, 67777777777777, 67777777777777777777777777, 67777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
OFFSET
1,1
COMMENTS
The next term is too large to display (see A056718).
The next term has 180 digits. - Harvey P. Dale, Jun 15 2021
MATHEMATICA
Select[Table[FromDigits[PadRight[{6}, n, 7]], {n, 120}], PrimeQ] (* Harvey P. Dale, Jun 15 2021 *)
CROSSREFS
Cf. A056718 (corresponding k).
Sequence in context: A142139 A178004 A106106 * A166802 A212557 A254640
KEYWORD
nonn
AUTHOR
Rick L. Shepherd, Apr 17 2004
STATUS
approved