OFFSET
1,1
COMMENTS
The next term -- a(8) -- has 73 digits. - Harvey P. Dale, Jun 18 2021
LINKS
Patrick De Geest, PDP Reference Table - 161.
Makoto Kamada, Prime numbers of the form 166...661.
EXAMPLE
11 is also a member in which a string of 0 6's is there between two one's.
MATHEMATICA
Select[Table[10*FromDigits[PadRight[{1}, n, 6]]+1, {n, 60}], PrimeQ] (* Harvey P. Dale, Jun 18 2021 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Feb 28 2002
EXTENSIONS
More terms from Sascha Kurz, Mar 19 2002
Edited by Ray Chandler, Nov 04 2014
STATUS
approved