A317978 The number of ways to paint the cells of the six convex regular 4-polytopes using exactly n colors where n is the number of cells of each 4-polytope.
2, 210, 108972864000, 1077167364120207360000
Offset: 1
Examples
The second of these six 4-polytopes (in sequence of cell count) is the 4-cube (with 8 cells). It has |G| = 192 rotations with n = 8. Hence a(2) = 8!/192 = 210.
Links
- Georg Fischer, Table of n, a(n) for n = 1..5
- Wikipedia, Regular 4-polytope
Programs
-
Maple
{5!/60, 8!/192, 16!/192, 24!/576, 120!/7200, 600!/7200};
-
Mathematica
{5!/60, 8!/192, 16!/192, 24!/576, 120!/7200, 600!/7200}
Comments