A038833 3^n-th prime.
2, 5, 23, 103, 419, 1543, 5519, 19289, 65687, 220861, 733561, 2412779, 7867547, 25485211, 82064027, 262960091, 839001721, 2666790167, 8448283757, 26684834641, 84064182061, 264194301347, 828513359549, 2593131866483, 8101615860589, 25270000074757, 78701296245541, 244766272211729, 760254097357847, 2358539553316997
Offset: 0
Links
- Charles R Greathouse IV, Table of n, a(n) for n = 0..36
Programs
-
Mathematica
Table[Prime[3^n], {n, 0, 23}]
-
PARI
a(n)=prime(3^n) \\ Charles R Greathouse IV, Nov 02 2014
Extensions
a(24)-a(29) from Charles R Greathouse IV, Nov 02 2014