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”).
%I #18 Jul 22 2022 17:46:13
%S 2,5,23,103,419,1543,5519,19289,65687,220861,733561,2412779,7867547,
%T 25485211,82064027,262960091,839001721,2666790167,8448283757,
%U 26684834641,84064182061,264194301347,828513359549,2593131866483,8101615860589,25270000074757,78701296245541,244766272211729,760254097357847,2358539553316997
%N 3^n-th prime.
%H Charles R Greathouse IV, <a href="/A038833/b038833.txt">Table of n, a(n) for n = 0..36</a>
%t Table[Prime[3^n], {n, 0, 23}]
%o (PARI) a(n)=prime(3^n) \\ _Charles R Greathouse IV_, Nov 02 2014
%Y Cf. A033844, A006988.
%K nonn,hard
%O 0,1
%A _Jeff Burch_
%E a(24)-a(29) from _Charles R Greathouse IV_, Nov 02 2014