login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A228034
Primes of the form 9^n + 2.
11
3, 11, 83, 6563, 59051, 4782971, 282429536483, 2541865828331, 150094635296999123, 57264168970223481226273458862846808078011946891, 30432527221704537086371993251530170531786747066637051
OFFSET
1,1
LINKS
Darij Grinberg, Introduction to Modern Algebra (UMN Spring 2019 Math 4281 Notes), University of Minnesota (2019).
MATHEMATICA
Select[Table[9^n + 2, {n, 0, 300}], PrimeQ]
PROG
(Magma) [a: n in [0..300] | IsPrime(a) where a is 9^n+2];
CROSSREFS
Cf. A004051 (primes of the form 2^a+3^b), A057735 (primes of the form 3^n+2), A090649 (associated n), A104070 (primes of the form 2^n+9), A159352 (primes of the form 10^n+3), A176495 (primes of the form 27^n+2), A182330 (primes of the form 5^n+2).
Sequence in context: A062580 A335968 A097495 * A157980 A092148 A297485
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Aug 11 2013
STATUS
approved