A237285 Lexicographically earliest sequence of primes such that a(n)*n / sum(i=1..n, a(n) ) is strictly increasing.
2, 3, 5, 7, 11, 17, 23, 29, 37, 47, 59, 71, 89, 107, 127, 149, 173, 199, 227, 257, 293, 331, 373, 419, 467, 521, 577, 641, 709, 787, 859, 937, 1019, 1103, 1193, 1289, 1399, 1511, 1621, 1741, 1867, 1997, 2129, 2267, 2411, 2579, 2741, 2909, 3079, 3257, 3449
Offset: 1
Keywords
Examples
For n=6: prime a(6) = 17 > a(5) = 11 is the smallest prime such that (6*17 / 45) > (5*11 / 28); a(6) is not 13 because (6*13 / (45-4)) < (5*11 / 28).
Crossrefs
Cf. A000040 (primes).
Comments