A288425 Minimal number of vertices that must be selected from an n X n square grid so that any square of 4 vertices, regardless of orientation, will include at least one selected vertex.
0, 1, 3, 6, 10, 15, 22, 30, 39, 50
Offset: 1
Examples
For n = 3, an extra selection is required compared to A152125 (which considers only squares with sides parallel to the grid), because of the angled square consisting of the midpoints of the edges. One solution (with selected points shown as X) is: X X . . X . . . .
Crossrefs
Formula
a(n) = n^2 - A240443(n).
Extensions
a(10) derived from A240443(10) by Hugo van der Sanden, Nov 04 2021
Comments