login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A176935
Primes of the form 11^n+10^n.
1
2, 2211377674535255285545615254209921
OFFSET
1,1
COMMENTS
No more terms with n < 5000. - Vincenzo Librandi, Jan 03 2014
MATHEMATICA
Select[Table[11^n + 10^n, {n, 0, 1500}], PrimeQ] (* Vincenzo Librandi, Jan 03 2014 *)
PROG
(Magma) [a: n in [0..1500] | IsPrime(a) where a is 11^n+10^n];
CROSSREFS
Sequence in context: A309966 A154424 A100267 * A257228 A065803 A160540
KEYWORD
nonn,bref
AUTHOR
Vincenzo Librandi, Apr 29 2010
STATUS
approved