A350296 Minimum number of 1's in an n X n binary matrix with no zero 2 X 2 submatrix.
0, 1, 3, 7, 13, 20, 28, 40, 52, 66, 82, 99, 117, 140, 164, 189, 215, 243, 273, 304, 336, 376, 414, 454
Offset: 1
Examples
Solutions for a(3)=3, a(4)=7, a(5)=13, a(6)=20: . . x . . . x . . . . x . . . x x x . x . . x x . . x x x . . x x . . x x . . x . x . x . x x . x . x . x . x x . . x x . x . x x . x . . x x x . . . x x x x . x . x x . x
Extensions
a(22)-a(24) computed from A001197, added by Max Alekseyev, Feb 08 2022