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!)
A111183 First occurrence of prime(x)-Pi(x) such that (Prime(x+1) - Pi(x+1)) - (Prime(x) - Pi(x)) = k, k = 1,2,3,.. 0

%I #3 Oct 01 2013 17:58:20

%S 2,3,5,15,47,19,339,80,168,128,185,196,103,275,1771,1871,1028,498,

%T 3004,851,3641,1087,11845,1613,5402,2404,3182,2889,5225,4190,5461,

%U 10585,16958,1280,22444,9357,56241,30129,24857,19006,34461,15852,224417,15401

%N First occurrence of prime(x)-Pi(x) such that (Prime(x+1) - Pi(x+1)) - (Prime(x) - Pi(x)) = k, k = 1,2,3,..

%C Conjecture: There will always be an x such that a(x+1) - a(x) = k for k=1,2.. However, x becomes large when k > 70.

%F Prime(x) = the x-th prime. Pi(x) = number of primes <= x.

%o (PARI) primexmpix2(n) = \ Get first occurrence { local(x,y,z,c=0); for(k=1,70, for(x=1,n, y=prime(x)-primepi(x); z=prime(x+1)-primepi(x+1); if(z-y == k,print1(y",");c++;;break; ) ) ); print(); print(c) }

%K easy,nonn

%O 1,1

%A _Cino Hilliard_, Oct 22 2005

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 September 14 09:44 EDT 2024. Contains 375921 sequences. (Running on oeis4.)