A346958 a(n) is the minimal number of cubes required to make a void of volume n.
6, 10, 13, 15, 17, 18, 18, 21, 23, 25, 26, 26
Offset: 1
Examples
A cube-shaped void can be made by concealing it with 6 cubes, which is the minimal number to do so. So a(1)=6. A dicube-shaped void can be made by concealing it with 10 cubes, which is the minimal number to do so. So a(2)=10.
Links
- Sean A. Irvine, Java program (github)
Formula
a(n) < A193416(n) for n>2.
Extensions
a(8)-a(12) from Sean A. Irvine, Aug 23 2021
Comments