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

A090155
Primes of the form identical digits preceded by a 7.
3
7, 71, 73, 79, 733, 7333, 79999, 733333, 799999, 71111111, 799999999, 79999999999, 79999999999999999999999999, 79999999999999999999999999999999999999999999999999
OFFSET
1,1
LINKS
MATHEMATICA
Select[ FromDigits /@ Flatten[ Table[ PadRight[{7}, i, # ] & /@ {1, 2, 3, 4, 5, 6, 7, 8, 9}, {i, 2, 50}], 1], PrimeQ[ # ] &]
Select[FromDigits/@Flatten[Table[PadRight[{7}, i, #]&/@{1, 3, 7, 9}, {i, 50}], 1], PrimeQ[#]&]//Union (* Harvey P. Dale, Nov 22 2024 *)
CROSSREFS
Subsequence of A030096 and of A030291. Apart from the first term, a subsequence of A235154.
Sequence in context: A200929 A111462 A045713 * A326740 A107163 A179784
KEYWORD
nonn,base
AUTHOR
Robert G. Wilson v, Nov 22 2003
STATUS
approved