cp's OEIS Frontend

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.

A119777 (16^n)-th prime.

This page as a plain text file.
%I A119777 #14 Jul 18 2025 04:05:37
%S A119777 2,53,1619,38873,821641,16290047,310248241,5750079047,104484802057,
%T A119777 1870358526653,33089240375501,579863159340527,10082409897709157,
%U A119777 174160587542317721,2991614170035124397,51140670371058101123,870566678511500413493,14764978793012287880219
%N A119777 (16^n)-th prime.
%H A119777 Amiram Eldar, <a href="/A119777/b119777.txt">Table of n, a(n) for n = 0..19</a>
%H A119777 Andrew Booker, <a href="https://t5k.org/nthprime/">The Nth Prime Page</a>.
%F A119777 a(n) = A033844(4*n) = A119772(2*n). - _Amiram Eldar_, Jul 18 2025
%t A119777 a[n_] := Prime[16^n]; Array[a, 12, 0] (* _Amiram Eldar_, Jul 18 2025 *)
%o A119777 (PARI) a(n)=prime(16^n) \\ _Charles R Greathouse IV_, Nov 02 2014
%Y A119777 Cf. A033844, A119772, A119773, A119778, A119779.
%K A119777 nonn,hard
%O A119777 0,1
%A A119777 Jim Snow (jsnow(AT)mitre.org), Jun 22 2006
%E A119777 a(10)-a(14) from _Charles R Greathouse IV_, Nov 02 2014
%E A119777 a(15)-a(17) from _Amiram Eldar_, Jul 18 2025