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.

A208899 Decimal expansion of sqrt(5)/3.

This page as a plain text file.
%I A208899 #25 Dec 21 2022 20:21:28
%S A208899 7,4,5,3,5,5,9,9,2,4,9,9,9,2,9,8,9,8,8,0,3,0,5,7,8,8,9,5,7,7,0,9,2,0,
%T A208899 7,8,4,8,0,2,0,6,1,1,9,8,7,0,5,0,8,5,7,4,7,5,6,9,6,5,7,4,8,4,7,0,1,7,
%U A208899 3,6,4,1,8,7,9,2,6,8,2,9,9,8,0,4,8,0,4,8,0,2,7,9,2,9,2,7,4,2,4,9
%N A208899 Decimal expansion of sqrt(5)/3.
%C A208899 Equals the absolute value of the cosine of the dihedral angle between two adjacent faces of the regular icosahedron.
%H A208899 Ivan Panchenko, <a href="/A208899/b208899.txt">Table of n, a(n) for n = 0..1000</a>
%H A208899 Mathematics Stack Exchange, <a href="https://math.stackexchange.com/questions/413624/maximum-and-minimum-value-of-fx">Maximum and Minimum Value of f(x)</a>
%H A208899 Michael Penn, <a href="https://www.youtube.com/watch?v=IM13CpxXgAo">an "extreme" extreme value problem.</a>, YouTube video, 2022.
%H A208899 Wikipedia, <a href="http://en.wikipedia.org/wiki/Exsphere_%28polyhedra%29">Exsphere</a>
%F A208899 Equals A002163/3 = 20*A020837/3.
%F A208899 Equals Sum_{k>=0} (-1)^k * binomial(2*k,k)/5^k. - _Amiram Eldar_, Aug 03 2020
%e A208899 0.7453559924...
%t A208899 RealDigits[Sqrt[5]/3,10,120][[1]] (* _Harvey P. Dale_, Jul 03 2013 *)
%o A208899 (PARI) first(n) = default(realprecision, max(28, n+10)); digits(((sqrt(5)/3)*10^n)\1) \\ _David A. Corneth_, Dec 19 2022
%Y A208899 Cf. A002163, A020837.
%K A208899 nonn,cons,easy
%O A208899 0,1
%A A208899 _R. J. Mathar_, Mar 03 2012