This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A096329 #13 Jul 11 2024 01:35:03 %S A096329 8161,733561,174978379,6065997263,679646318387,3851884421117, %T A096329 61935696080369,195412630499981,1402090078377899,15243760266373817, %U A096329 30260601850590289,186278471527230527,534126386413471121,870547653763149821,2166779476441061129,7419756995015118023 %N A096329 Prime(p^10) where p is the n-th prime. %C A096329 a(5)-a(7) from the Nth Prime Page. %H A096329 Andrew Booker, <a href="https://t5k.org/nthprime/index.php#n-th">Nth Prime Page</a>. %F A096329 a(n) ~ 10n^10 log^11 n. - _Charles R Greathouse IV_, Nov 02 2014 %F A096329 a(n) = A000040(A030629(n)). - _Amiram Eldar_, Jul 11 2024 %e A096329 2^10 = 125, prime(1024) = 8161. %t A096329 Table[ Prime[ Prime[n]^10], {n, 7}] (* _Robert G. Wilson v_, Aug 07 2004 *) %o A096329 (PARI) a(n)=prime(prime(n)^10) \\ _Charles R Greathouse IV_, Nov 02 2014 %Y A096329 Cf. A000040, A030629. %K A096329 hard,nonn %O A096329 1,1 %A A096329 _Cino Hilliard_, Aug 02 2004 %E A096329 Edited and extended by _Robert G. Wilson v_, Aug 07 2004 %E A096329 a(8)-a(16) from _Charles R Greathouse IV_, Nov 02 2014