11, 3, 12, 13, 91, 27, 96, 107, 3, 108, 109, 731, 219, 768, 859, 27, 864, 875, 3, 876, 877, 5851, 1755, 6144, 6875, 219, 6912, 7003, 27, 7008, 7019, 3, 7020, 7021, 46811, 14043, 49152, 55003, 1755, 55296, 56027, 219, 56064, 56155, 27, 56160, 56171, 3, 56172, 56173, 374491, 112347, 393216, 440027, 14043, 442368
Offset: 1
For m = 1, the Jacobi 4 X 4 matrix has as rows
1, 1, 0, 0
1, 1, 1, 0
0, 1, 1, 1
0, 0, 1, 1
Its inverse has the rows
1, 0, 1, 1
0, 0, 1, 1
1, 1, 0, 0
1, 1, 0, 1
Representing these rows as binary numbers in base 10 the first three terms of the sequence are: 11, 3, 12, 13.
The next numbers in the sequence occur for m = 2, given a sequence of six numbers. The Jacobi 7 X 7 matrix has as its rows:
1, 1, 0, 0, 0, 0, 0
1, 1, 1, 0, 0, 0, 0
0, 1, 1, 1, 0, 0, 0
0, 0, 1, 1, 1, 0, 0
0, 0, 0, 1, 1, 1, 0
0, 0, 0, 0, 1, 1, 1
0, 0, 0, 0, 0, 1, 1
Its inverse has as rows:
1, 0, 1, 1, 0, 1, 1
0, 0, 1, 1, 0, 1, 1
1, 1, 0, 0, 0, 0, 0
1, 1, 0, 1, 0, 1, 1
0, 0, 0, 0, 0, 1, 1
1, 1, 0, 1, 1, 0, 0
1, 1, 0, 1, 1, 0, 1
These 7 latter rows from binary to base 10 give the next 7 terms of the sequence: 91, 27, 96, 107, 3, 108, 109.
Triangle T(n,k) begins:
11, 3, 12, 13;
91, 27, 96, 107, 3, 108, 109;
731, 219, 768, 859, 27, 864, 875, 3, 876, 877;
5851, 1755, 6144, 6875, 219, 6912, 7003, 27, 7008, 7019, 3, 7020, 7021;
...
Comments