A278425 Largest k such that there are no primes between kn and k(n+1); -1 if no such k exists.
1, 1, 1, 2, 1, 4, 2, 4, 1, 2, 3, 4, 9, 1, 6, 3, 7, 5, 6, 10, 4, 2, 5, 5, 8, 7, 2, 5, 11, 4, 3, 10, 9, 6, 15, 6, 8, 4, 3, 8, 5, 7, 5, 12, 2, 7, 3, 11, 6, 6, 10, 9, 10, 6, 2, 3, 5, 23, 9, 6, 4, 10, 4, 8, 6, 8, 20, 5, 9, 19, 4, 12, 7, 18, 7, 7, 2, 6, 17, 6, 14, 6, 16, 16, 6, 9, 13, 19, 15, 14, 18, 4, 18, 5, 14, 14, 13, 4, 9, 8
Offset: 1
Keywords
Examples
Bertrand's postulate shows that for k>1 there is always a prime between k and 2k. Hence a(1) = 1. In 2006, M. El Bachraoui showed that for k>1 there is always a prime between 2k and 3k. Hence a(2) = 1. In 2011, Andy Loo showed that for k>1 there is always a prime between 3k and 4k. Hence a(3) = 1.
Links
- Wikipedia, Bertrand's Postulate
- M. El Bachraoui, Primes in the interval [2n,3n], International Journal of Contemporary Mathematical Sciences, volume 1, number 13, pages 617-621, 2006.
- Andy Loo, On the primes in the interval [3n,4n], International Journal of Contemporary Mathematical Sciences, volume 6, number 38, pages 1871-1882, 2011.
Crossrefs
Cf. A060715.
Comments