A181022 Maximum number of 1s in an nX(n+3) binary matrix with no three 1s adjacent in a line along a row, column or diagonally.
3, 8, 10, 16, 24, 29, 37, 48, 56
Offset: 1
Examples
Some solutions for 6X9 ..0..1..1..0..1..0..1..0..1....0..1..1..0..1..0..1..1..0 ..1..1..0..0..1..1..0..1..1....1..0..1..1..0..1..1..0..1 ..0..0..1..1..0..1..0..1..0....1..1..0..0..0..0..0..1..1 ..1..0..0..0..1..0..0..0..1....0..0..0..0..1..1..0..0..0 ..0..1..1..0..1..0..1..1..0....1..0..1..1..0..1..0..1..1 ..1..1..0..1..0..1..0..1..1....1..1..0..1..1..0..0..1..1
Crossrefs
Superdiagonal 3 of A181019.