login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A096329 Prime(p^10) where p is the n-th prime. 0

%I #9 Apr 03 2023 10:36:10

%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

%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

%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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 05:37 EDT 2024. Contains 371906 sequences. (Running on oeis4.)