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 A086306 #14 Feb 16 2025 08:32:50 %S A086306 9,8,3,9,7,4,8,6,2,0,7,1,8,7,5,4,1,5,8,7,7,6,7,3,2,5,8,8,7,5,0,0,9,9, %T A086306 3,1,1,5,0,7,8,7,4,8,1,0,0,1,7,1,1,3,9,6,8,1,8,8,0,0,1,5,8,7,2,4,8,3, %U A086306 5,9,2,6,8,7,2,6,6,2,7,8,8,6,8,7,8,6,8,5,2,9,3,0,5,6,2,3,5,6,1,7,7,5 %N A086306 Decimal expansion of (280*(3 - sqrt(3)))/(840 - 280*sqrt(3) + 4*sqrt(5) - sqrt(10)). %C A086306 Traveling salesman constant phi. %H A086306 G. C. Greubel, <a href="/A086306/b086306.txt">Table of n, a(n) for n = 0..10000</a> %H A086306 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/TravelingSalesmanConstants.html">Traveling Salesman Constants</a> %e A086306 0.983974862071875415877673258875009931150787481.... %t A086306 RealDigits[(280*(3-Sqrt[3]))/(840-280*Sqrt[3]+4*Sqrt[5]-Sqrt[10]), 10, 100][[1]] (* _G. C. Greubel_, Mar 10 2018 *) %o A086306 (PARI) default(realprecision, 100); (280*(3-sqrt(3)))/(840-280*sqrt(3) +4*sqrt(5)-sqrt(10)) \\ _G. C. Greubel_, Mar 10 2018 %o A086306 (Magma) R:= RealField(100); SetDefaultRealField(R); (280*(3-Sqrt(3)))/(840 -280*Sqrt(3)+4*Sqrt(5)-Sqrt(10)); // _G. C. Greubel_, Mar 10 2018 %K A086306 nonn,cons %O A086306 0,1 %A A086306 _Eric W. Weisstein_, Jul 15 2003