A166091 Square array A(row>=0, col>=0) = (A166092(row,col)-3)/4, listed antidiagonally as A(0,0), A(0,1), A(1,0), A(0,2), A(1,1), A(2,0), ...
0, 1, 2, 3, 79, 4, 5, 151, 8, 103, 7, 175, 14, 409, 22, 9, 223, 15, 589, 43, 10, 11, 265, 25, 998, 143, 31, 12, 13, 275, 32, 1297, 157, 73, 20, 16, 17, 283, 62, 1364, 182, 158, 55, 28, 6, 19, 361, 69, 1891, 293, 164, 183, 34, 26, 52, 21, 373, 74, 1952, 397, 401
Offset: 0
Examples
The top left corner of the array: 0, 1, 3, 5, 7, 9, ... 2, 79, 151, 175, 223, 265, ... 4, 8, 14, 15, 25, 32, ... 103, 409, 589, 998, 1297, 1364, ... 22, 43, 143, 157, 182, 293, ...
Links
- A. Karttunen, Table of n, a(n) for n = 0..10010
Comments