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 A086690 #29 Jul 06 2024 04:43:51 %S A086690 2,4,11,31,309,1028,12251,43390,564163,28192750,105097565,5586502348, %T A086690 80316571436,305761713237,4461632979717,252252704148404, %U A086690 14458792895301660,55890484045084135,3249254387052557215,48995571600129458363,190499823401327905601 %N A086690 Number of primes < 2^prime(n). %H A086690 Amiram Eldar, <a href="/A086690/b086690.txt">Table of n, a(n) for n = 1..24</a> (terms 1..23 from Gord Palameta) %H A086690 Tomás Oliveira e Silva, <a href="https://sweet.ua.pt/tos/primes.html">Tables of values of pi(x) and of pi2(x)</a>. %F A086690 a(n) = A007053(A000040(n)). %F A086690 a(n) = A000720(A034785(n)). - _Amiram Eldar_, Jul 06 2024 %e A086690 There are 11 primes < 2^prime(3) = 2^5, so a(3) = 11. %t A086690 Table[ PrimePi[ 2^Prime[n]], {n, 1, 14}] %o A086690 (PARI) a(n) = primepi(2^prime(n)); %Y A086690 Cf. A000040, A000720, A007053, A034785. %K A086690 nonn %O A086690 1,1 %A A086690 _Cino Hilliard_, Jul 28 2003 %E A086690 Extended by _Robert G. Wilson v_, Jul 30 2003 %E A086690 Revised by _Max Alekseyev_, Jul 20 2007