|
EXAMPLE
|
First 16 elements of first 16 rows of the square array are
1,0,0,1,0,0,0,0,1,0,0,0,0,0,0,1,...
2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,...
2,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,...
2,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,...
2,0,0,2,0,0,0,0,0,0,0,0,0,0,0,2,...
2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,...
2,0,0,2,0,0,0,0,2,0,0,0,0,0,0,0,...
2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,...
2,0,0,2,0,0,0,0,0,0,0,0,0,0,0,2,...
2,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,...
2,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,...
2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,...
2,0,0,2,0,0,0,0,2,0,0,0,0,0,0,2,...
2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,...
2,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,...
2,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,...
...
For n = 3 the sum of the third antidiagonal is 2+0+0 = d(3) = A000005(3) = 2.
For n = 16 the sum of the 16th antidiagonal is 2+0+0+2+0+0+0+0+0+0+0+0+0+0+0+1 = d(16) = A000005(16) = 5.
|