A247397 Numbers n such that when n unit-diameter circles are arranged non-overlapping in the plane, and those circles are then enclosed in a rectangle, the area of the rectangle must be at least n.
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13
Offset: 1
Examples
11 unit-diameter circles can be placed in a hexagonal array, with rows of 4, 3 and 4 circles in respective rows, which can be enclosed in a rectangle 4 units wide and (1+sqrt(3)) high, giving an area of 10.93, less than 11 square units. Any fewer circles than this, and also 12 or 13 circles, cannot be enclosed in a rectangle smaller than n square units in area.
Comments