OFFSET
1,2
COMMENTS
See A383333 for details.
T(n,k) is the smallest positive degree of a monomial x_1^e_1*...*x_n^e_n that requires k multiplications, given x_1, ..., x_n.
EXAMPLE
Array begins:
n\k| 0 1 2 3 4 5 6 7 8
---+--------------------------
1 | 1 2 3 5 7 11 19 29 47
2 | 1 2 3 4 6 8 12 20 29
3 | 1 2 3 4 5 7 9 13 20
4 | 1 2 3 4 5 6 8 10 14
5 | 1 2 3 4 5 6 7 9 11
The smallest positive weight of a triple of nonnegative integers with a shortest addition chain of length 8 is T(3,8) = 20. Up to permutations, (3,4,13) is the only such triple, with a shortest addition chain [(1,0,0), (0,1,0), (0,0,1),] (0,0,2), (0,0,4), (0,1,4), (1,1,4), (2,2,8), (3,3,12), (3,3,13), (3,4,13).
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Pontus von Brömssen, Apr 26 2025
STATUS
approved
