A308578 Maximum number of non-overlapping circles of radius 1/n that can be placed inside a unit square.
0, 1, 1, 4, 5, 9, 10, 16, 20, 25, 30, 36
Offset: 1
Examples
a(6)=9 because 9 circles of radius 1/6 can be placed in a 3 X 3 regular grid inside a unit square.
Links
Formula
a(2k) = A084617(k). - Jon E. Schoenfield, Jun 09 2019
Comments