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

A055559
Primes of the form 2999...999.
0
2, 29, 2999, 2999999, 29999999, 29999999999999999999, 2999999999999999999999999999, 29999999999999999999999999999999999999999999, 29999999999999999999999999999999999999999999999999999999
OFFSET
1,1
COMMENTS
a(9)=29999999999999999999999999999999999999999999999999999999. - Vincenzo Librandi, Aug 07 2010
The next term (a(10)) has 208 digits, and a(11) has 1312 digits. - Harvey P. Dale, Jan 22 2023
EXAMPLE
3*10^k - 1 is prime for {1,3,6,7,19,27,43,55,207}; k gives the number of 9's in these numbers.
MATHEMATICA
Select[Table[FromDigits[PadRight[{2}, n, 9]], {n, 60}], PrimeQ] (* Harvey P. Dale, Jan 22 2023 *)
CROSSREFS
Cf. A051200.
Sequence in context: A112784 A252042 A295426 * A350858 A345041 A114533
KEYWORD
base,nonn
AUTHOR
Labos Elemer, Jul 10 2000
EXTENSIONS
Erroneous Formula entry removed by Jon E. Schoenfield, Jan 14 2018
Extended by Harvey P. Dale, Jan 22 2023
STATUS
approved