login

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”).

A096329
Prime(p^10) where p is the n-th prime.
0
8161, 733561, 174978379, 6065997263, 679646318387, 3851884421117, 61935696080369, 195412630499981, 1402090078377899, 15243760266373817, 30260601850590289, 186278471527230527, 534126386413471121, 870547653763149821, 2166779476441061129, 7419756995015118023
OFFSET
1,1
COMMENTS
a(5)-a(7) from the Nth Prime Page.
FORMULA
a(n) ~ 10n^10 log^11 n. - Charles R Greathouse IV, Nov 02 2014
a(n) = A000040(A030629(n)). - Amiram Eldar, Jul 11 2024
EXAMPLE
2^10 = 125, prime(1024) = 8161.
MATHEMATICA
Table[ Prime[ Prime[n]^10], {n, 7}] (* Robert G. Wilson v, Aug 07 2004 *)
PROG
(PARI) a(n)=prime(prime(n)^10) \\ Charles R Greathouse IV, Nov 02 2014
CROSSREFS
Sequence in context: A230785 A109145 A226001 * A126823 A205092 A014885
KEYWORD
hard,nonn
AUTHOR
Cino Hilliard, Aug 02 2004
EXTENSIONS
Edited and extended by Robert G. Wilson v, Aug 07 2004
a(8)-a(16) from Charles R Greathouse IV, Nov 02 2014
STATUS
approved