OFFSET
1,1
COMMENTS
The next term is too large to include (see A062577).
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..6
MATHEMATICA
Select[11^Range[3000]-10^Range[3000], PrimeQ]
PROG
(Magma) [ a: n in [0..300] | IsPrime(a) where a is 11^n-10^n ]
CROSSREFS
KEYWORD
nonn,bref
AUTHOR
Vincenzo Librandi, Nov 21 2011
STATUS
approved