A372501 The 2-Zeckendorf array of the second kind, read by upward antidiagonals.
0, 2, 1, 5, 4, 3, 7, 9, 8, 6, 10, 12, 16, 14, 11, 13, 17, 21, 27, 24, 19, 15, 22, 29, 35, 45, 40, 32, 18, 25, 37, 48, 58, 74, 66, 53, 20, 30, 42, 61, 79, 95, 121, 108, 87, 23, 33, 50, 69, 100, 129, 155, 197, 176, 142, 26, 38, 55, 82, 113, 163, 210, 252, 320, 286, 231
Offset: 1
Examples
Array begins: k=1 2 3 4 5 6 7 +--------------------------------- n=1 | 0 1 3 6 11 19 32 n=2 | 2 4 8 14 24 40 66 n=3 | 5 9 16 27 45 74 121 n=4 | 7 12 21 35 58 95 155 n=5 | 10 17 29 48 79 129 210 n=6 | 13 22 37 61 100 163 265 n=7 | 15 25 42 69 113 184 299 The same in dual Zeckendorf form shows the pattern of digit suffixes, for example column k=3 is all numbers ending 011: k=1 2 3 4 +------------------------------ n=1 | 0 1 11 111 n=2 | 10 101 1011 10111 n=3 | 110 1101 11011 110111 n=4 | 1010 10101 101011 1010111 n=5 | 1110 11101 111011 1110111
Comments