OFFSET
1,3
COMMENTS
Each member of a chiral pair is a reflection, but not a rotation, of the other. A regular tetrahedron has 6 edges and Schläfli symbol {3,3}.
LINKS
Index entries for linear recurrences with constant coefficients, signature (7, -21, 35, -35, 21, -7, 1).
FORMULA
a(n) = (n-1) * n^2 * (n+1) * (n^2-2) / 24.
a(n) = 1*C(n,2) + 18*C(n,3) + 62*C(n,4) + 75*C(n,5) + 30*C(n,6), where the coefficient of C(n,k) is the number of chiral pairs of colorings using exactly k colors.
G.f.: x^2 * (1+x) * (1+13x+x^2)/(1-x)^7.
EXAMPLE
For a(2)=1, two opposite edges and one edge connecting those have one color; the other three edges have the other color.
MATHEMATICA
Table[(n-1)n^2(n+1)(n^2-2)/24, {n, 40}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Robert A. Russell, Sep 28 2020
STATUS
approved