A261819 Encoded symmetrical antidiagonal square binary matrices with either 1 or 2 ones.
1, 6, 16, 40, 384, 576, 4096, 10240, 17408, 393216, 589824, 1081344, 16777216, 41943040, 71303168, 136314880, 6442450944, 9663676416, 17716740096, 34628173824, 1099511627776
Offset: 0
Keywords
Examples
The 3 X 3 matrix 0 0 0 0 1 0 0 0 0 gives 000010000. Writing this as a base 10 number gives a(2)=16. The 4 X 4 matrix 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 gives 0000000110000000. Writing this as a base 10 number gives a(4)=384. The 5 X 5 matrix 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 gives 0000000000010100000000000. Writing this as a base 10 number gives a(7)=10240.
Comments