A284411 Least prime p such that more than half of all integers are divisible by n distinct primes not greater than p.
3, 37, 42719, 5737850066077
Offset: 1
Examples
Exactly half of the integers are divisible by 2, so a(1)>2. Two-thirds of all integers are divisible by 2 or 3, so a(1) = 3.
References
- Jean-Marie De Koninck, Those Fascinating Numbers, American Mathematical Society, 2009, pp. 13, 216 and 368.
Links
- Jean-Marie De Koninck and Gérald Tenenbaum, Sur la loi de répartition du k-ième facteur premier d'un entier, Mathematical Proceedings of the Cambridge Philosophical Society, Vol. 133, No. 2 (2002), pp. 191-204.
- Gérald Tenenbaum, Some of Erdős' unconventional problems in number theory, thirty-four years later, Erdős Centennial, Janos Bolyai Math. Soc., 2013, 651-681. HAL Id: hal-01281530.
Crossrefs
Formula
log(log(a(n))) = n - b + O(1/sqrt(n)), where b = 1/3 + A077761 (De Koninck and Tenenbaum, 2002). - Amiram Eldar, Dec 05 2024
Extensions
Definition edited by N. J. A. Sloane, Apr 01 2017
Comments