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

A176931
Primes of the form 3^n + 10^4.
1
10009, 10243, 10729, 16561, 29683, 43056721, 387430489, 12157665459056938801, 984770902183611242881, 523347633027360537213521521, 57264168970223481226273458862846808078011956889
OFFSET
1,1
LINKS
MATHEMATICA
Select[Table[3^n + 10000, {n, 0, 300}], PrimeQ] (* Vincenzo Librandi Jan 02 2014 *)
PROG
(Magma) [a: n in [0..250] | IsPrime(a) where a is 3^n+10000];
CROSSREFS
Sequence in context: A101442 A173029 A256838 * A023335 A096211 A190149
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Apr 29 2010
STATUS
approved