OFFSET
1,1
COMMENTS
a(7)=10b, where b is the repunit with 66 digits (shown here), but a(8)=10c, where c is the repunit with 138 digits and is too large to include. - Stefan Steinerberger, Nov 12 2005
MATHEMATICA
Select[Table[FromDigits[PadRight[{1, 0}, n, 1]], {n, 70}], PrimeQ] (* Harvey P. Dale, Oct 04 2015 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Nov 10 2005
EXTENSIONS
More terms from Stefan Steinerberger, Nov 12 2005
STATUS
approved