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.
%I A156547 #20 Jul 06 2023 01:59:48 %S A156547 7,2,9,7,2,7,6,5,6,2,2,6,9,6,6,3,6,3,4,5,4,7,9,6,6,5,9,8,1,3,3,2,0,6, %T A156547 9,5,3,9,6,5,0,5,9,1,4,0,4,7,7,1,3,6,9,0,7,0,8,9,4,9,4,9,1,4,6,1,8,1, %U A156547 8,8,9,9,6,6,6,7,6,7,1,3,8,7,9,5,4,8,3,4,0,7,8,1,9,4,7,3,5,0,0,2,0,8,0,9,5 %N A156547 Decimal expansion of the central angle of a regular dodecahedron. %C A156547 If A and B are neighboring vertices of a regular dodecahedron having center O, then the central angle AOB is this number; the exact value is arccos((1/3)*sqrt(5)) = arcsin(2/3). %C A156547 The (minimal) central angle of the other four regular polyhedra are as follows: %C A156547 - tetrahedron: A156546, %C A156547 - cube: A137914, %C A156547 - octahedron: A019669, %C A156547 - icosahedron: A105199. %F A156547 The dodecahedron has 12 faces and 20 vertices. To find the central angle, we need any neighboring pair of vertices. Here are all 20 vertices: %F A156547 - (d,d,d) where d is 1 or -1 (that's 8 vertices); %F A156547 - (0, d*(t-1),d*t), where d is 1 or -1 and d = golden ratio = (1+sqrt(5))/2; %F A156547 - (d*(t-1), d*t, 0); and ((d*t,0,d*(t-1)). %F A156547 An example of a neighboring pair is (1,1,1) and (0,t,t-1). %F A156547 Apply the usual formula for the cosine of the angle between two vectors. %F A156547 Equals 2 * arccot(phi^2), where phi is the golden ratio (A001622). - _Amiram Eldar_, Jul 06 2023 %e A156547 arccos((1/3)*sqrt(5))=0.729727656226966..., or, in degrees, %e A156547 41.810314895778598065857916730578259531014119535901347753... %p A156547 evalf(arcsin(2/3)); # _Robert FERREOL_, Sep 14 2019 %t A156547 RealDigits[ArcCos[Sqrt[5]/3],10,120][[1]] (* _Harvey P. Dale_, Feb 23 2015 *) %o A156547 (PARI) asin(2/3) \\ _Charles R Greathouse IV_, May 28 2013 %Y A156547 Cf. A001622. %Y A156547 Cf. A019669, A105199, A137914, A156546. %K A156547 nonn,cons %O A156547 1,1 %A A156547 _Clark Kimberling_, Feb 09 2009