A047769 Number of chiral pairs of dissectable polyhedra with n tetrahedral cells and symmetry of type M.
0, 0, 0, 1, 0, 5, 0, 26, 0, 133, 0, 708, 0, 3860, 0, 21604, 0, 123266, 0, 715216, 0, 4206956, 0, 25032840, 0, 150413322, 0, 911379384, 0, 5562367173, 0, 34164355715, 0, 211015212580, 0, 1309815397995, 0, 8166460799097, 0, 51120054233490
Offset: 1
Keywords
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 A047769 example
Crossrefs
Programs
-
Mathematica
Table[If[OddQ[n],0,(Binomial[3n/2,n/2]/(n+1)-If[0==Mod[n,4], 2Binomial[3n/4,n/4]/(n+2),4Binomial[(3n-2)/4,(n-2)/4]/(n+2),0]- If[2==Mod[n,6],3Binomial[3(n-2)/6,(n-2)/6]/(n+1)- If[2==Mod[n,12],6Binomial[3(n-2)/12,(n-2)/12],12Binomial[(3n-12)/12, (n-8)/12]]/(n+4),0])/2],{n,60}] (* Robert A. Russell, Mar 22 2024 *)
Comments