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

A093673
Primes of the form 4*10^k + 3*R_k, where R_k is the repunit (A002275) of length k.
3
43, 433, 43333333333333333, 43333333333333333333333333333333, 43333333333333333333333333333333333333, 43333333333333333333333333333333333333333333333333333333
OFFSET
1,1
MATHEMATICA
Select[Table[FromDigits[PadRight[{4}, n, 3]], {n, 60}], PrimeQ] (* Harvey P. Dale, Dec 18 2022 *)
CROSSREFS
Cf. A002275, A056707 (corresponding k).
Sequence in context: A142913 A228908 A027002 * A244769 A239268 A247966
KEYWORD
nonn
AUTHOR
Rick L. Shepherd, Apr 08 2004
STATUS
approved