A047751 Number of dissectable polyhedra with n tetrahedral cells and symmetry of type K.
1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30, 0, 0
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 A047751 examples
Programs
-
Mathematica
Table[Boole[1==n]+Switch[Mod[n,24],5,12Binomial[(n-5)/8,(n-5)/12],17,24Binomial[(n-9)/8,(n-17)/24],,0]/(n+7),{n,60}] (* _Robert A. Russell, Mar 22 2024 *)
Formula
a(1)=1, a(n)=0 unless n == 5 (mod 12); a(12m+5) = A047749(m).
G.f.: z + z^5*G(z^24) + z^17*G(z^24)^2, where G(z) = 1 + z*G(z)^3 is the g.f. for A001764. - Robert A. Russell, Mar 22 2024
Comments