A114412 Records in semiprime gaps ordered by merit.
2, 3, 4, 6, 11, 19, 24, 28, 30, 32, 38, 47, 54, 70, 74, 107, 110, 112, 120, 126, 146
Offset: 1
Examples
Records defined in terms of A065516 and A001358: . n A065516(n) A065516(n)/log_10(A001358(n)) = ========== ============================== 1 2 2 / log_10(4) = 3.32192809... 2 3 3 / log_10(6) = 3.85529162... 3 1 1 / log_10(9) = 1.04795163... 4 4 4 / log_10(10) = 4.00000000 5 1 1 / log_10(14) = 0.87250286... 6 6 6 / log_10(15) = 5.10164492... 7 1 1 / log_10(21) = 0.75630419... 8 3 3 / log_10(22) = 2.23476557... 9 1 1 / log_10(25) = 0.71533827...
Links
- Eric Weisstein's World of Mathematics, Semiprime.
- Eric Weisstein's World of Mathematics, Prime Gaps.
Crossrefs
Programs
-
Mathematica
sp = 4; m0 = 0; l = {}; lim = 1000000; For[i = 5, i <= lim, i++, If[PrimeOmega[i] == 2, m = (i - sp)/Log[sp]; If[m > m0, m0 = m; AppendTo[l, i - sp]]; sp = i] ]; l (* Robert Price, Oct 29 2018 *)
Formula
Extensions
Corrected and extended by Charles R Greathouse IV, Oct 05 2006
a(16)-a(21) from Donovan Johnson, Feb 17 2010
Comments