A119778 (32^n)-th prime.
2, 131, 8161, 386093, 16290047, 645155197, 24563311309, 910399916939, 33089240375501, 1184895616861903, 41935796950796653, 1470194760556507397, 51140670371058101123, 1767268299972575740723, 60730194035557507211347, 2076859014052740233944627
Offset: 0
Links
- Andrew Booker, The Nth Prime Page.
Programs
-
Mathematica
Prime[32^Range[0,10]] (* Harvey P. Dale, Oct 02 2021 *)
-
PARI
a(n)=prime(32^n) \\ Charles R Greathouse IV, Nov 02 2014
Formula
a(n) = A033844(5*n). - Amiram Eldar, Jul 18 2025
Extensions
a(8)-a(11) from Charles R Greathouse IV, Nov 02 2014
a(12)-a(15) from Amiram Eldar, Jul 18 2025