OFFSET
1,4
COMMENTS
For 1 <= n <= 26, a(n) is the number of free polycubes with n cells and no 3 collinear cell centers, i.e., pairs of cell centers determine n*(n-1)/2 distinct lines. No such polycube exists for n > 26.
For 27 <= n <= 31, a(n) is the number of free polycubes with 3 cell centers on a line but no other collinearities, i.e., pairs of cell centers determine n*(n-1)/2-2 distinct lines. No such polycube exists for n > 31.
The unique free polycube with 26 cells and no 3 collinear cells (see linked illustration): {(0,1,2), (0,1,3), (0,2,1), (0,2,2), (1,0,3), (1,1,3), (1,1,4), (1,2,1), (1,2,4), (1,3,1), (1,3,2), (1,4,2), (2,0,2), (2,0,3), (2,1,0), (2,1,1), (2,2,4), (2,2,5), (2,3,3), (2,3,4), (3,0,2), (3,1,1), (3,1,2), (3,2,3), (3,3,3), (4,2,3)}.
LINKS
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Pontus von Brömssen, Mar 04 2026
STATUS
approved
