OFFSET
1,2
COMMENTS
Each chiral pair is counted as two when enumerating oriented arrangements. The Schläfli symbol of the 24-cell is {3,4,3}. It has 24 octahedral facets. It is self-dual. For n>96, a(n) = 0.
LINKS
Robert A. Russell, Table of n, a(n) for n = 1..96
FORMULA
MATHEMATICA
bp[j_] := Sum[k! StirlingS2[j, k] x^k, {k, 0, j}] (* binomial series *)
Drop[CoefficientList[bp[8]/6+bp[12]/4+bp[16]/12+bp[18]/18+7bp[24]/48+bp[32]/12+bp[36]/18+19bp[48]/576+bp[50]/8+bp[96]/576, x], 1]
CROSSREFS
KEYWORD
nonn
AUTHOR
Robert A. Russell, Nov 17 2020
STATUS
approved