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

A176929
Primes of the form 3^n + 100.
2
101, 103, 109, 127, 181, 829, 2287, 6661, 59149, 387420589, 282429536581, 2541865828429, 58149737003040059690390269, 1144561273430837494885949696527
OFFSET
1,1
LINKS
MATHEMATICA
Select[Table[3^n + 100, {n, 0, 300}], PrimeQ] (* Vincenzo Librandi Jan 02 2014 *)
PROG
(Magma) [a: n in [0..250] | IsPrime(a) where a is 3^n+100];
CROSSREFS
Cf. A219618 (associated n).
Sequence in context: A201965 A318157 A117837 * A330563 A060400 A128717
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Apr 29 2010
STATUS
approved