|
|
A199820
|
|
Primes of the form 11^n - 10^n.
|
|
2
|
|
|
|
OFFSET
|
1,1
|
|
COMMENTS
|
The next term is too large to include (see A062577).
|
|
LINKS
|
|
|
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
|
|
|
STATUS
|
approved
|
|
|
|