OFFSET
1,3
COMMENTS
Rotations and reflections are identified.
Avoiding connected squares is the same as avoiding neighbors at [0,0,+-2], [0,+-2,0], and [+-2,0,0].
Allowing connected squares gives A038171.
EXAMPLE
The animals for n <= 5 are:
n=1:
0,0,0
n=2:
0,0,0; 1,1,1
n=3:
0,0,0; 0,2,2; 1,1,1
0,0,0; 1,1,1; 2,2,2
n=4:
0,0,0; 0,2,2; 1,1,1; 1,3,3
0,0,0; 0,2,2; 1,1,1; 2,0,2
0,0,0; 1,1,1; 1,3,3; 2,2,2
0,0,0; 1,1,1; 2,2,2; 3,3,3
0,0,1; 1,1,0; 1,3,2; 2,2,1
n=5:
0,0,0; 0,2,2; 0,4,4; 1,1,1; 1,3,3
0,0,0; 0,2,2; 1,1,1; 1,3,3; 2,0,2
0,0,0; 0,2,2; 1,1,1; 1,3,3; 2,2,4
0,0,0; 0,2,2; 1,1,1; 1,3,3; 2,4,4
0,0,0; 0,2,2; 1,1,1; 2,0,2; 2,2,0
0,0,0; 0,2,4; 1,1,1; 1,3,3; 2,2,2
0,0,0; 0,4,4; 1,1,1; 1,3,3; 2,2,2
0,0,0; 1,1,1; 1,3,3; 2,2,2; 3,1,3
0,0,0; 1,1,1; 2,2,2; 2,4,4; 3,3,3
0,0,0; 1,1,1; 2,2,2; 3,3,3; 4,4,4
0,0,1; 0,2,3; 1,1,0; 1,3,2; 2,2,1
0,0,1; 0,2,3; 1,1,2; 1,3,0; 2,2,1
0,0,1; 0,4,1; 1,1,0; 1,3,2; 2,2,1
0,0,1; 1,1,0; 2,2,1; 2,4,3; 3,3,2
0,0,1; 1,1,0; 2,2,1; 3,3,2; 4,4,1
CROSSREFS
KEYWORD
nonn,hard,more
AUTHOR
Joerg Arndt and Márk Péter Légrádi, May 22 2023
EXTENSIONS
a(14) and a(15) from Joerg Arndt, Dec 09 2023
STATUS
approved