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”).

A176939
Primes of the form 23^n + 10^n.
0
2, 289841, 6132620415680998648961
OFFSET
1,1
COMMENTS
No further terms for n <= 3500. - Vincenzo Librandi, Jun 05 2014
MATHEMATICA
Select[Table[23^n + 10^n, {n, 0, 100}], PrimeQ] (* Vincenzo Librandi, Jun 05 2014 *)
PROG
(Magma) [a: n in [0..1000] | IsPrime(a) where a is 23^n+10^n];
CROSSREFS
Sequence in context: A202867 A058435 A151606 * A070694 A322095 A158346
KEYWORD
nonn,bref
AUTHOR
Vincenzo Librandi, Apr 29 2010
STATUS
approved