A117583 The number of ratios t/(t-1), where t is a triangular number, which factor into primes less than or equal to prime(n).
0, 1, 3, 7, 9, 16, 22, 29, 35, 39, 50, 57, 68, 84, 100, 112, 127, 151, 167
Offset: 1
Examples
The ratios counted by a(3) are 3/2, 6/5, and 10/9. The ratios counted by a(4) are 3/2, 6/5, 10/9, 15/14, 21/20, 28/27, and 36/35.
Links
- Lucas A. Brown, stormer.py.
- E. F. Ecklund and R. B. Eggleton, Prime factors of consecutive integers, Amer. Math. Monthly, 79 (1972), 1082-1089.
- D. H. Lehmer, On a problem of Størmer, Ill. J. Math., 8 (1964), 57-79.
- Wikipedia, Størmer's theorem
Extensions
a(14)-a(18) by Lucas A. Brown, Oct 04 2022
a(19) from Lucas A. Brown, Oct 16 2022
Comments