login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A062517 Number of primes between n^5 and (n+1)^5. 4

%I #15 May 13 2017 16:25:28

%S 0,11,42,119,273,540,954,1573,2456,3624,5181,7177,9666,12797,16514,

%T 21098,26454,32836,40134,48760,58508,69714,82277,96723,112702,130639,

%U 150488,172617,197039,223915,253318,285540,320450,358839,400159,445011,493504

%N Number of primes between n^5 and (n+1)^5.

%H Harry J. Smith, <a href="/A062517/b062517.txt">Table of n, a(n) for n = 0..83</a>

%e a(1)=11 the number of primes between 32=2^5 and 1=1^5.

%t Table[PrimePi[(w+1)^5]-PrimePi[w^5], {w, 0, 50}]

%o (PARI) { default(primelimit, 4294965247); for (n=0, 83, write("b062517.txt", n, " ", primepi((n + 1)^5) - primepi((n)^5)) ) } \\ _Harry J. Smith_, Aug 08 2009

%Y Cf. A014085, A060199, A061235.

%K nonn

%O 0,2

%A _Labos Elemer_, Jul 10 2001

%E Edited for consistency by _Peter Munn_, Apr 30 2017

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)