A253570 Maximum number of circles of radius 1 that can be packed into a regular n-gon with side length 2 (conjectured).
0, 1, 1, 1, 3, 4, 5, 7, 8, 9
Offset: 3
Links
- David Consiglio, Jr., Lower and Upper Bounds
- Felix Fröhlich, Illustration of circle arrangements associated with a(3)-a(12)
- E. Specht, The best known packings of equal circles in a circle (complete up to N = 2600), Packomania.
Formula
Upper bound = floor(n/(2*sqrt(3)*tan(Pi/n))).
Comments