OFFSET
1,4
COMMENTS
Linear polycubes have two end points with one neighbor, the remaining cubes all have two neighbors.
Midpoint-free means that no three cubes are in positions (x,y,z), (x+dx,y+dx,z+dz), and (x+2*dx,y+2*dx,z+2*dz).
EXAMPLE
The polycubes for n <= 6 are:
n=1:
0,0,0
n=2:
0,0,0; 0,0,1
n=3:
0,0,0; 0,0,1; 0,1,0
n=4:
0,0,0; 0,0,1; 0,1,0; 1,0,1
0,0,0; 0,0,1; 0,1,1; 0,1,2
n=5:
0,0,0; 0,0,1; 0,1,0; 1,0,1; 1,0,2
0,0,0; 0,0,1; 0,1,0; 1,0,1; 1,1,0
0,0,0; 0,0,1; 0,1,1; 1,1,1; 1,1,2
n=6:
0,0,0; 0,0,1; 0,1,0; 1,0,1; 1,0,2; 1,1,0
0,0,0; 0,0,1; 0,1,0; 1,0,1; 1,0,2; 1,1,2
0,0,0; 0,0,1; 0,1,0; 1,0,1; 1,1,1; 1,1,2
0,0,0; 0,0,1; 0,1,1; 0,1,2; 1,1,2; 1,1,3
0,0,0; 0,0,1; 0,1,1; 0,1,2; 1,1,2; 1,2,2
0,0,0; 0,0,1; 0,1,1; 1,1,1; 1,1,2; 1,2,2
0,0,0; 0,0,1; 0,1,1; 1,1,1; 1,2,1; 1,2,2
CROSSREFS
KEYWORD
nonn
AUTHOR
Joerg Arndt, Dec 09 2023
STATUS
approved