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!)
A134034 Number of primes between n^K and (n+1)^K, where K is 1.647862393566467... and n is an integer greater than 0. 3

%I #8 Mar 15 2023 10:50:05

%S 2,1,1,2,2,1,1,2,2,1,2,2,2,2,1,3,3,1,3,1,2,3,2,4,1,2,4,1,4,3,1,4,1,3,

%T 2,4,3,1,4,3,4,3,3,2,2,3,3,4,3,4,3,4,2,3,4,3,2,5,2,4,4,3,3,4,3,5,3,5,

%U 4,4,1,4,4,4,3,4,6,3,2,2,3,7,3,6,2,5,4,7,2,3,5,5,3,4,3,5,4,3,3,6,5,3,5,6,3

%N Number of primes between n^K and (n+1)^K, where K is 1.647862393566467... and n is an integer greater than 0.

%C K is the smallest number such that there is always at least one prime between n^K and (n+1)^K for any integer n>0.

%C This is not the smallest K. See A143898. [_T. D. Noe_, Sep 04 2008]

%t k=1.647862393566467; Table[Length[Select[Range[Ceiling[n^k],Floor[(n+1)^k]], PrimeQ]], {n,150}] (* _T. D. Noe_, Sep 04 2008 *)

%Y Cf. A014085, A060715.

%K nonn

%O 1,1

%A _Dmitry Kamenetsky_, Jan 11 2008

%E Corrected by _T. D. Noe_, Sep 04 2008

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 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)