login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A338954
Number of chiral pairs of colorings of the 96 edges (or triangular faces) of the 4-D 24-cell using subsets of a set of n colors.
9
68774446614978208476646592, 5523164445430505077912054084256733211946217, 5448873034189827051926943172520863487560602391778344960, 10956401461402941741829554371669666304159415287557559324930859375
OFFSET
2,1
COMMENTS
Each member of a chiral pair is a reflection but not a rotation of the other. The Schläfli symbol of the 24-cell is {3,4,3}. It has 24 octahedral facets. It is self-dual.
FORMULA
a(n) = (96*n^8 + 144*n^12 - 48*n^16 - 64*n^18 - 192*n^20 - 60*n^24 +
48*n^32 + 32*n^36 - 5*n^48 + 72*n^50 - 12*n^52 - 12*n^60 + n^96) / 1152.
a(n) = Sum_{j=2..Min(n,96)} A338958(n) * binomial(n,j).
a(n) = A338952(n) - A338953(n) = (A338952(n) - A338955(n)) / 2 = A338953(n) - A338955(n).
MATHEMATICA
Table[(96n^8+144n^12-48n^16-64n^18-192n^20-60n^24+48n^32+32n^36-5n^48+72n^50-12n^52-12n^60+n^96)/1152, {n, 2, 15}]
CROSSREFS
Cf. A338952 (oriented), A338953 (unoriented), A338955 (achiral), A338958 (exactly n colors), A338950 (vertices, facets), A331352 (5-cell), A331360 (8-cell edges, 16-cell faces), A331356 (16-cell edges, 8-cell faces), A338966 (120-cell, 600-cell).
Sequence in context: A246255 A338609 A338958 * A338957 A338953 A345296
KEYWORD
nonn,easy
AUTHOR
Robert A. Russell, Nov 17 2020
STATUS
approved