A069581 Triangle T(m,n) giving number of unit fractions (with odd denominators) needed to represent m/n, rational (n odd), using the greedy algorithm.
2, 2, 3, 4, 4, 3, 4, 3, 4, 2, 1, 2, 3, 2, 3, 4, 6, 3, 2, 3, 4, 5, 4, 5, 6, 2, 3, 10, 3, 4, 3, 4, 3, 6, 9, 6, 2, 1, 2, 1, 2, 3, 2, 3, 2, 3, 4, 3, 4, 2, 5, 4, 5, 2, 3, 4, 7, 6, 5, 4, 5, 10, 5, 6, 6, 3, 2, 5, 4, 3, 4, 5, 4, 7, 6, 3, 4, 5, 6, 7, 6, 2, 1, 2, 3, 4, 1, 2, 3, 2, 3, 4, 5, 2, 3, 4, 3, 4, 5, 6, 6, 5, 4
Offset: 3
Comments
Examples
References