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.

A256685 Decimal expansion of the [negated] abscissa of the Gamma function local minimum in the interval [-8,-7].

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