OFFSET
1,1
COMMENTS
Let G, the group of rotations in 3 dimensional space act on the set of n! paintings of each Platonic solid having n faces. There are n! fixed points in the action table since the only element in G that leaves a painting fixed is the identity element. The order of G is A098427/2. So by Burnside's Lemma a(n)=n!/|G|.
LINKS
David Broughton's Puzzles & Programs, Colouring The Platonic Solids
FORMULA
PROG
(PARI) lista() = {ve = [6, 12, 12, 30, 30 ]; vf = [4, 6, 8, 12, 20 ]; for (i=1, 5, nb = vf[i]!/(2*ve[i]); print1(nb, ", "); ); } \\ Michel Marcus, Aug 25 2014
CROSSREFS
KEYWORD
nonn,fini,full
AUTHOR
Geoffrey Critzer, Oct 30 2011
STATUS
approved