cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A337961 Number of chiral pairs of colorings of the 12 pentagonal faces of a regular dodecahedron or the 12 vertices of a regular icosahedron using n or fewer colors.

This page as a plain text file.
%I A337961 #14 Nov 17 2024 16:39:08
%S A337961 0,14,3720,132184,1987720,17935806,114638048,570597216,2348263008,
%T A337961 8320953630,26126986952,74247445272,194049316552,472265688622,
%U A337961 1080900468480,2345089916288,4854316187136,9638888023278,18442173583176
%N A337961 Number of chiral pairs of colorings of the 12 pentagonal faces of a regular dodecahedron or the 12 vertices of a regular icosahedron using n or fewer colors.
%C A337961 Each member of a chiral pair is a reflection, but not a rotation, of the other. The Schläfli symbols for the regular icosahedron and regular dodecahedron are {3,5} and {5,3} respectively. They are mutually dual.
%H A337961 Harvey P. Dale, <a href="/A337961/b337961.txt">Table of n, a(n) for n = 1..1000</a>
%H A337961 <a href="/index/Rec#order_13">Index entries for linear recurrences with constant coefficients</a>, signature (13, -78, 286, -715, 1287, -1716, 1716, -1287, 715, -286, 78, -13, 1).
%F A337961 a(n) = (n-1) * n^2 * (n+1) * (n^8 + n^6 - 14*n^4 + 44) / 120.
%F A337961 a(n) = 14*C(n,2) + 3678*C(n,3) + 117388*C(n,4) + 1363860*C(n,5) + 7918056*C(n,6) + 26332992*C(n,7) + 53428032*C(n,8) + 67359600*C(n,9) + 51559200*C(n,10) + 21954240*C(n,11) + 3991680*C(n,12), where the coefficient of C(n,k) is the number of chiral pairs of colorings using exactly k colors.
%F A337961 a(n) = A000545(n) - A252705(n) = (A000545(n) - A337962(n)) / 2 = A252705(n) - A337962(n).
%t A337961 Table[(n^12-15n^8+14n^6+44n^4-44n^2)/120,{n,30}]
%t A337961 LinearRecurrence[{13,-78,286,-715,1287,-1716,1716,-1287,715,-286,78,-13,1},{0,14,3720,132184,1987720,17935806,114638048,570597216,2348263008,8320953630,26126986952,74247445272,194049316552},20] (* _Harvey P. Dale_, Nov 17 2024 *)
%Y A337961 Cf. A000545 (oriented), A252705 (unoriented), A337962 (achiral).
%Y A337961 Other elements: A337959 (dodecahedron vertices, icosahedron faces), A337964 (edges).
%Y A337961 Other polyhedra: A000332 (tetrahedron), A093566(n+1) (cube faces, octahedron vertices), A337896 (octahedron faces, cube vertices).
%K A337961 nonn,easy
%O A337961 1,2
%A A337961 _Robert A. Russell_, Oct 03 2020