A111879 Numerators of array which counts positive rational numbers (not including natural numbers).
1, 1, 1, 2, 3, 1, 1, 2, 3, 4, 5, 1, 3, 5, 1, 2, 4, 5, 7, 1, 3, 7, 1, 2, 3, 4, 5, 6, 7, 8, 9, 1, 5, 7, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 1, 3, 5, 9, 11, 1, 2, 4, 7, 8, 11, 13, 1, 3, 5, 7, 9, 11, 13, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 1, 5, 7, 11, 13, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12
Offset: 3
Examples
Triangle begins: [1], [1], [1, 2, 3], [1], [1, 2, 3, 4, 5], [1, 3, 5], [1, 2, 4, 5, 7], [1, 3, 7], ... The corresponding ratios are: [1/2], [1/3], [1/4, 2/3, 3/2], [1/5], [1/6, 2/5, 3/4, 4/3, 5/2], [1/7, 3/5, 5/3], [1/8, 2/7, 4/5, 5/4, 7/2], [1/9, 3/7, 7/3], ...
References
- P. Dienes, The Taylor Series, Dover 1957, p. 8, eq.(1).
Links
- Wolfdieter Lang, Array of ratios and more.
Crossrefs
Formula
a(n, k) = numerator(r(n, k)), n>=3, k=1..phi(n)-1, with phi(n) = A000010(n) (Euler's totient function) and the ratios r(n, k) defined for row n above.
Comments