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

A243438
Primes of the form 3^k + 22.
2
23, 31, 103, 751, 4782991, 282429536503, 50031545098999729, 49269609804781974438694403402127765889
OFFSET
1,1
COMMENTS
Associated k: 0, 2, 4, 6, 14, 24, 35, 79, 178, 186, 230, ...
LINKS
FORMULA
a(n) = 3^A219042(n) + 22. - Elmo R. Oliveira, Nov 12 2023
MATHEMATICA
Select[Table[3^n + 22, {n, 0, 500}], PrimeQ]
PROG
(Magma) [a: n in [0..200] | IsPrime(a) where a is 3^n+22];
CROSSREFS
Cf. A000040, A219042 (corresponding k's).
Cf. Similar sequences listed in A102903.
Sequence in context: A165450 A155074 A105007 * A154291 A109559 A231401
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Jun 05 2014
STATUS
approved