A319259 Minimal number of straight lines of a covering tree needed to cover n X n X n points arranged in a 3-D grid.
1, 4, 12, 20
Offset: 1
Examples
For n = 3 the a(3) = 12 represents the minimum line segments to cover a 3 X 3 X 3 points (symmetrical) grid. - _Marco Ripà_, Aug 25 2020
Links
- A. Dumitrescu, C. D. Tóth, Covering Grids by Trees, 26th Canadian Conference on Computational Geometry, 2014.
- Marco Ripà, The rectangular spiral or the n1 X n2 X ... X nk Points Problem, Notes on Number Theory and Discrete Mathematics, 2014, 20(1), 59-71.
- Marco Ripà, Solving the 106 years old 3^k Points Problem with the Clockwise-algorithm, ResearchGate, 2020 (DOI: 10.13140/RG.2.2.34972.92802).
Formula
a(n) = n^2 + n for even n and for n = 3. - Marco Ripà, Aug 25 2020
Extensions
a(3) corrected by Marco Ripà, Aug 25 2020
Comments