A097847 Triangle read by rows: T(n,k) = minimal number of terms needed to write k/n (for 1 <= k <= n) as a sum of unit fractions.
1, 1, 1, 1, 2, 1, 1, 1, 2, 1, 1, 2, 2, 3, 1, 1, 1, 1, 2, 2, 1, 1, 2, 3, 2, 3, 3, 1, 1, 1, 2, 1, 2, 2, 3, 1, 1, 2, 1, 2, 2, 2, 3, 3, 1, 1, 1, 2, 2, 1, 2, 2, 3, 3, 1, 1, 2, 2, 2, 3, 2, 3, 4, 4, 4, 1, 1, 1, 1, 1, 2, 1, 2, 2, 2, 2, 3, 1, 1, 2, 3, 3, 3, 3, 2, 3, 3, 3, 3, 4, 1, 1, 1, 2, 2, 2, 3, 1, 2
Offset: 1
Examples
Triangle begins: 1 1 1 1 2 1 1 1 2 1 1 2 2 3 1 1 1 1 2 2 1 1 2 3 2 3 3 1 1 1 2 1 2 2 3 1 1 2 1 2 2 2 3 3 1 1 1 2 2 1 2 2 3 3 1 1 2 2 2 3 2 3 4 4 4 1
Formula
T(n, n-1) = A330808(n). - Jon E. Schoenfield, Jan 11 2020