A383331 Number of pairs of nonnegative integers, not both equal to 0, with a shortest vectorial addition chain of length n.
2, 3, 7, 16, 37, 91, 229, 585, 1528, 4034, 10862
Offset: 0
This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
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).
Comments