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 A256687 #11 Feb 16 2025 08:33:25 %S A256687 9,7,0,2,6,7,2,5,4,0,0,0,1,8,6,3,7,3,6,0,8,4,4,2,6,7,6,4,8,9,4,2,1,5, %T A256687 3,1,8,5,7,7,5,5,0,5,9,9,8,2,1,9,1,2,4,8,6,4,3,4,9,7,4,8,4,7,9,4,5,5, %U A256687 5,1,2,2,7,0,3,0,0,8,6,5,3,6,3,3,8,6,9,9,7,0,5,3,0,5,7,1,2,1,9,9,3,7,4 %N A256687 Decimal expansion of the [negated] abscissa of the Gamma function local minimum in the interval [-10,-9]. %H A256687 Eric Weisstein's MathWorld, <a href="https://mathworld.wolfram.com/GammaFunction.html">Gamma Function</a> %H A256687 Wikipedia, <a href="http://en.wikipedia.org/wiki/Particular_values_of_the_Gamma_function">Particular values of the Gamma Function</a> %F A256687 Solution to PolyGamma(x) = 0 in the interval [-10,-9]. %e A256687 Gamma(-9.7026725400018637360844267648942153185775505998219124864...) %e A256687 = 0.00000215741610452285054050313702063056774903546226316... %t A256687 digits = 103; x0 = x /. FindRoot[PolyGamma[0, x] == 0, {x, -19/2}, WorkingPrecision -> digits + 5]; RealDigits[x0, 10, digits] // First %Y A256687 Cf. A030169, A030171, A175472, A175473, A256681-A256686. %K A256687 nonn,cons %O A256687 1,1 %A A256687 _Jean-François Alcover_, Apr 08 2015