A195798 Number of triangular n X n X n 0..1 arrays with all rows and diagonals having the same length having the same sum, with corners zero.
1, 1, 2, 8, 16, 64, 1184, 5300, 130324, 14748808, 421963232, 54990266540
Offset: 1
Examples
Some solutions for n=5 ......0..........0..........0..........0..........0..........0..........0 .....0.0........0.0........0.0........0.1........0.1........0.1........0.1 ....0.1.0......1.0.1......1.1.1......0.0.0......0.1.0......1.0.1......1.1.1 ...0.1.1.0....0.0.0.0....0.1.1.0....1.0.0.0....1.1.1.0....1.0.0.0....1.1.1.0 ..0.0.0.0.0..0.0.1.0.0..0.0.1.0.0..0.0.0.1.0..0.0.0.1.0..0.0.1.1.0..0.0.1.1.0
Comments