OFFSET
1,6
COMMENTS
One of 17 different symmetry types comprising A007173 and A027610 and one of 10 for A371351. Also the number of tetrahedral clusters or polyominoes of the regular tiling with Schläfli symbol {3,3,oo}, both having type P achiral symmetry and n tetrahedral cells. The center of symmetry is the altitude of a tetrahedral face (21); the order of the symmetry group is 4. An achiral polyomino is identical to its reflection. - Robert A. Russell, Mar 22 2024
LINKS
L. W. Beineke and R. E. Pippert, Enumerating dissectable polyhedra by their automorphism groups, Canad. J. Math., 26 (1974), 50-67.
Robert A. Russell, Mathematica Graphics3D program for A047765 examples
FORMULA
G.f.: G(z^4) + z^2*G(z^4)^2 - z^2*G(z^12) - z^8*G(z^12)^2, where G(z) = 1 + z*G(z)^3 is the g.f. for A001764. - Robert A. Russell, Mar 22 2024
MATHEMATICA
Table[If[OddQ[n], 0, If[OddQ[n/2], 2Binomial[(3n-2)/4, (n-2)/4], Binomial[3n/4, n/4]]/(n/2+1)-Switch[Mod[n, 12], 2, 6Binomial[(n-2)/4, (n-2)/12], 8, 12Binomial[(n-4)/4, (n-2)/6], _, 0]/(n+4)], {n, 52}] (* Robert A. Russell, Mar 22 2024 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved