A121069 Conjectured sequence for jumping champions greater than 1 (most common prime gaps up to x, for some x).
2, 4, 6, 30, 210, 2310, 30030, 510510, 9699690, 223092870, 6469693230, 200560490130, 7420738134810, 304250263527210, 13082761331670030, 614889782588491410, 32589158477190044730, 1922760350154212639070
Offset: 1
Links
- R. P. Brent, The First Occurrence of Large Gaps Between Successive Primes
- R. P. Brent, The distribution of small gaps between successive primes
- R. P. Brent, The first occurrence of certain large prime gaps
- C. K. Caldwell, The Prime Glossary, gaps between primes
- C. K. Caldwell, The Prime Glossary, Jumping champion
- S. Funkhouser, D. A. Goldston, D. Sengupta, and J. Sengupta, Prime Difference Champions, arXiv:1612.02938 [math.NT], 2016.
- D. A. Goldston and A. H. Ledoan, Jumping champions and gaps between consecutive primes, Oct 15, 2009. [From _Jonathan Vos Post_, Oct 17 2009]
- A. M. Odlyzko, M. Rubinstein, and M. Wolf, Jumping Champions
- A. M. Odlyzko, M. Rubinstein, and M. Wolf, Jumping Champions
- A. M. Odlyzko, M. Rubinstein, and M. Wolf, CHANCE News 10.02, 10. Jumping champions in the world of primes
- A. M. Odlyzko, M. Rubinstein, and M. Wolf, Jumping Champions, Experiment. Math. 8(2): 107-118 (1999).
- Tomás Oliveira e Silva, Gaps between consecutive primes
- Ian Stewart, Jumping Champions, Scientific American, Vol. 283, No. 6 (2000), pp. 106-107; Wayback Machine link.
- Eric Weisstein's World of Mathematics, Jumping Champion
Crossrefs
Programs
-
Mathematica
2,4,Table[Product[Prime[k],{k,1,n-1}],{n,3,30}]
-
PARI
print1("2, 4");t=2;forprime(p=3,97,print1(", ",t*=p)) \\ Charles R Greathouse IV, Jun 11 2011
Formula
Consists of 4 and the primorials (A002110).
a(1) = 2, a(2) = 4, a(3) = 6, a(n+1)/a(n) = Prime[n] for n>2.
Extensions
Corrected and extended by Alexander Adamchuk, Aug 11 2006
Definition corrected and clarified by Jonathan Sondow, Aug 16 2011
Comments