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!)
A130789 The primes prime(n) sorted according to increasing prime(n)/prime(n+1). 1
3, 7, 2, 5, 13, 23, 19, 31, 11, 47, 113, 17, 53, 37, 61, 43, 89, 73, 83, 139, 29, 199, 67, 211, 181, 79, 41, 293, 131, 317, 241, 97, 151, 103, 157, 109, 167, 283, 173, 523, 59, 127, 337, 71, 233, 467, 1327, 163, 409, 251, 421, 509, 257, 263, 887, 359, 271, 193 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Or: primes sorted according to decreasing ratio A001223(n)/A000040(n). All values are conjectural, derived from the finite list up to prime(200000): large prime gaps at higher indices may still insert numbers above prime(200000) at low positions of the sequence.
Using a table of prime gaps, it is easy to determine that the sequence is correct for all primes < 10^18. - T. D. Noe, Jul 17 2007
LINKS
Eric Weisstein's World of Mathematics, Prime Gaps
Thomas R. Nicely, First occurrence prime gaps [For local copy see A000101]
EXAMPLE
3/5 < 7/11 < 2/3 < 5/7 < 13/17 < 23/29 < 19/23 < 31/37 < 11/13 < ...
Numerators of this chain of inequalities define the sequence.
MATHEMATICA
With[{nn=60}, Take[Transpose[SortBy[Partition[Prime[Range[20*nn]], 2, 1], #[[1]]/ #[[2]]&]][[1]], nn]] (* Harvey P. Dale, Dec 03 2014 *)
CROSSREFS
Sequence in context: A091723 A274509 A016618 * A023529 A142069 A246201
KEYWORD
nonn
AUTHOR
R. J. Mathar, Jul 15 2007
STATUS
approved

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 May 10 23:01 EDT 2024. Contains 372388 sequences. (Running on oeis4.)