A273916 The Bingo-4 problem: minimal number of stones that must be placed on an infinite square grid to produce n groups of exactly 4 stones each. Groups consist of adjacent stones in a horizontal, vertical or diagonal line.
0, 4, 7, 9, 11, 12, 12, 14, 15, 16, 16, 18, 19, 20, 22, 24
Offset: 0
Examples
From _M. F. Hasler_, Jul 30 2016: (Start) One can get n=3 groups using a(3) = 9 stones (O) as follows: O O O O The 3 groups are: . O O . (1) the first line, . O . . (2) the second column, O O . . (3) the antidiagonal. See the link for more examples. (End)
Links
- Hong-Chang Wang, Illustration of initial terms.
- Chai Wah Wu, Minimal number of points on a grid forming patterns of blocks, arXiv:1608.07247 [math.CO], 2016.
Crossrefs
See also the 4-trees-in-a-row orchard problem, A006065.
Extensions
Edited by N. J. A. Sloane, Jul 29 2016
Comments