A371350 Number of chiral pairs of polyominoes composed of n tetrahedral cells of the hyperbolic regular tiling with Schläfli symbol {3,3,oo}.
0, 0, 0, 1, 3, 16, 78, 397, 2037, 10820, 58349, 320824, 1790189, 10125858, 57938771, 334941363, 1953830203, 11489589280, 68053757016, 405714603234, 2433001205088, 14668531344984, 88869454457853, 540834122500464
Offset: 1
Keywords
Links
- L. W. Beineke and R. E. Pippert Enumerating dissectable polyhedra by their automorphism groups, Can. J. Math., 26 (1974), 50-67
- F. Hering et al., The enumeration of stack polytopes and simplicial clusters, Discrete Math., 40 (1982), 203-217.
Crossrefs
Programs
-
Mathematica
Table[Switch[Mod[n,3],1,Binomial[n,(n-1)/3],2,Binomial[n,(n-2)/3],_,0]/(3n)+(Binomial[3n,n]/(6n+3)-If[OddQ[n],Binomial[3(n-1)/2+1,n],Binomial[3n/2,n]/3]-2If[1==Mod[n,4],Binomial[(3n-3)/4,(n-1)/2],0]-2If[2==Mod[n,6],Binomial[n/2-1,n/3-2/3],0])/(4n+4),{n,30}]
Comments