A181021 Maximum number of 1s in an nX(n+2) binary matrix with no three 1s adjacent in a line along a row, column or diagonally.
2, 6, 9, 13, 20, 26, 33, 42, 52, 62
Offset: 1
Examples
Some solutions for 6X8 ..0..1..1..0..1..0..1..1....0..1..1..0..1..0..1..1....0..1..1..0..1..0..1..1 ..1..0..0..1..1..0..0..1....1..1..0..1..1..0..0..1....1..1..0..1..0..1..1..0 ..0..1..0..1..0..1..1..0....0..0..0..1..0..1..1..0....0..0..0..1..0..0..0..1 ..1..1..0..0..0..0..0..1....1..1..0..0..0..0..0..1....0..1..1..0..1..0..1..0 ..1..0..1..1..0..1..1..0....1..0..1..1..0..1..1..0....1..0..0..1..1..0..1..1 ..0..1..1..0..1..0..1..1....0..1..1..0..1..0..1..1....1..1..0..1..0..1..0..1
Crossrefs
Superdiagonal 2 of A181019.