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”).

A093176
Primes of the form 70*R_k + 1, where R_k is the repunit (A002275) of length k.
8
71, 7777777777771, 77777777777777777771, 77777777777777777777771, 7777777777777777777777777777771, 7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777771
OFFSET
1,1
COMMENTS
Primes of the form (7*10^k - 61)/9. - Vincenzo Librandi, Nov 16 2010
The next term (a(7)) has 241 digits. - Harvey P. Dale, Jul 01 2022
FORMULA
a(n) = (70*10^A056688(n) - 61)/9 = (7*10^A099419(n) - 61)/9.
MATHEMATICA
Select[Table[FromDigits[PadLeft[{1}, n, 7]], {n, 100}], PrimeQ] (* Harvey P. Dale, Jul 01 2022 *)
CROSSREFS
Cf. A002275, A056688 (corresponding k), A099419.
Sequence in context: A350005 A230378 A352732 * A332841 A057384 A240254
KEYWORD
nonn
AUTHOR
Rick L. Shepherd, Mar 27 2004
EXTENSIONS
Edited by Ray Chandler, Mar 06 2012
STATUS
approved