A128828 The number of regular hexagons found by constructing n equally-spaced points on each side of the hexagon and drawing lines parallel to the hexagon side.
1, 2, 15, 28, 65, 120
Offset: 0
Examples
With 1 point (a midpoint on each side), 2 regular hexagons are found. With 3 points on each side, 15 regular hexagons are found in total and so on.
Links
- Noah Priluck, On Counting Regular Polygons Formed by Special Families of Parallel Lines, Geombinatorics Quarterly, Vol XVII (4), 2008, pp. 166-171. (note there is no document to download, see A128127 for pdf file).
Formula
a(n) = (11*n^4 + 78*n^3 + 1413*n^2 - 2322*n + 324)/324 when n = 3k,
(-13*n^4 + 670*n^3 - 3219*n^2 + 9934*n - 6724)/324 when n = 1 + 3k,
(5*n^4-46*n^3 + 1515*n^2 - 6046*n + 7940)/108 when n = 2 + 3k (conjecture).
Extensions
Edited by Michel Marcus, Jul 15 2013
Comments