OFFSET
1,5
FORMULA
T(n, n-1) = A330808(n). - Jon E. Schoenfield, Jan 11 2020
T(n,k) <= A050205(n,k) for 1 <= k <= n-1. - Pontus von Brömssen, May 11 2026
EXAMPLE
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
...
T(17,4) = 3 because 4/17 can be written as a sum of 3 (but no fewer) unit fractions, e.g. 4/17 = 1/5 + 1/30 + 1/510. This is the first case where the number of terms is less than the number of terms in the greedy representation (A050205(17,4) = 4).
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Franklin T. Adams-Watters, Aug 31 2004
STATUS
approved
