login
Prime(p^10) where p is the n-th prime.
0

%I #13 Jul 11 2024 01:35:03

%S 8161,733561,174978379,6065997263,679646318387,3851884421117,

%T 61935696080369,195412630499981,1402090078377899,15243760266373817,

%U 30260601850590289,186278471527230527,534126386413471121,870547653763149821,2166779476441061129,7419756995015118023

%N Prime(p^10) where p is the n-th prime.

%C a(5)-a(7) from the Nth Prime Page.

%H Andrew Booker, <a href="https://t5k.org/nthprime/index.php#n-th">Nth Prime Page</a>.

%F a(n) ~ 10n^10 log^11 n. - _Charles R Greathouse IV_, Nov 02 2014

%F a(n) = A000040(A030629(n)). - _Amiram Eldar_, Jul 11 2024

%e 2^10 = 125, prime(1024) = 8161.

%t Table[ Prime[ Prime[n]^10], {n, 7}] (* _Robert G. Wilson v_, Aug 07 2004 *)

%o (PARI) a(n)=prime(prime(n)^10) \\ _Charles R Greathouse IV_, Nov 02 2014

%Y Cf. A000040, A030629.

%K hard,nonn

%O 1,1

%A _Cino Hilliard_, Aug 02 2004

%E Edited and extended by _Robert G. Wilson v_, Aug 07 2004

%E a(8)-a(16) from _Charles R Greathouse IV_, Nov 02 2014