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 A062517 #26 Dec 13 2024 06:29:39 %S A062517 0,11,42,119,273,540,954,1573,2456,3624,5181,7177,9666,12797,16514, %T A062517 21098,26454,32836,40134,48760,58508,69714,82277,96723,112702,130639, %U A062517 150488,172617,197039,223915,253318,285540,320450,358839,400159,445011,493504 %N A062517 Number of primes between n^5 and (n+1)^5. %H A062517 Amiram Eldar, <a href="/A062517/b062517.txt">Table of n, a(n) for n = 0..4000</a> (terms 0..83 from Harry J. Smith) %e A062517 a(1) = 11 the number of primes between 1 = 1^5 and 32 = 2^5. %t A062517 Table[PrimePi[(w+1)^5]-PrimePi[w^5], {w, 0, 50}] %o A062517 (PARI) a(n) = { primepi((n + 1)^5) - primepi((n)^5) } \\ _Harry J. Smith_, Aug 08 2009 %Y A062517 Cf. A014085, A060199, A061235. %K A062517 nonn %O A062517 0,2 %A A062517 _Labos Elemer_, Jul 10 2001 %E A062517 Edited for consistency by _Peter Munn_, Apr 30 2017