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
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