Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A111183
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
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
1
2, 3, 5, 15, 47, 19, 339, 80, 168, 128, 185, 196, 103, 275, 1771, 1871, 1028, 498, 3004, 851, 3641, 1087, 11845, 1613, 5402, 2404, 3182, 2889, 5225, 4190, 5461, 10585, 16958, 1280, 22444, 9357, 56241, 30129, 24857, 19006, 34461, 15852, 224417, 15401 (list; graph; listen)
OFFSET

1,1

COMMENT

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.

FORMULA

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

PROGRAM

(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) }

CROSSREFS

Sequence in context: A072246 A024781 A120755 this_sequence A048112 A001042 A045313

Adjacent sequences: A111180 A111181 A111182 this_sequence A111184 A111185 A111186

KEYWORD

easy,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Oct 22 2005

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 15 00:47 EST 2009. Contains 170825 sequences.


AT&T Labs Research