OFFSET
1,1
COMMENTS
The next term is too large to display here.
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..6
MATHEMATICA
Select[Table[10^n-2^n-1, {n, 0, 100}], PrimeQ] (* Vincenzo Librandi, Jul 26 2012 *)
PROG
(Magma) /* The code gives only the terms up to a(5): */ [a: n in [0..200] | IsPrime(a) where a is 10^n-2^n-1]; // Vincenzo Librandi, Jul 26 2012
CROSSREFS
KEYWORD
nonn,hard
AUTHOR
Vincenzo Librandi, Feb 26 2010
STATUS
approved