A296653 a(n) is the smallest k > 15 such that the density of semiprimes in 1..k is 1/n.
18, 26432, 3066830, 348933114, 44690978122, 6553736049264
Offset: 3
Examples
For k > 15, the ratio (number of semiprimes in 1..k)/k first decreases to -- 1/3 at k = 18 (the 6th semiprime), so a(3) = 18; 1/4 at k = 26432 (the 6608th semiprime), so a(4) = 26432.
Formula
a(n) = exp(n log n + n log log n + O(n)). - Charles R Greathouse IV, Dec 14 2022
Extensions
a(7)-a(8) from Giovanni Resta, Aug 18 2018
Comments