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.

A257434 Decimal expansion of the second smallest negative real root of the equation Gamma(x) = -1 (negated).

This page as a plain text file.
%I A257434 #13 Feb 16 2025 08:33:25
%S A257434 2,7,4,7,6,8,2,6,4,6,7,2,7,4,1,2,6,0,1,3,9,1,4,8,8,4,8,2,6,9,1,4,9,9,
%T A257434 6,9,5,8,6,1,6,3,9,3,9,5,1,3,2,3,5,5,5,1,2,0,5,2,2,9,9,1,4,8,1,1,2,5,
%U A257434 3,9,0,6,7,6,4,5,5,5,0,0,6,0,4,1,9,9,7,8,6,6,4,0,0,6,6,4,5,8,3,7,3
%N A257434 Decimal expansion of the second smallest negative real root of the equation Gamma(x) = -1 (negated).
%H A257434 Philippe Flajolet, Stefan Gerhold and Bruno Salvy, <a href="http://www.combinatorics.org/ojs/index.php/eljc/article/view/v17i1r3">Lindelöf Representations and (Non-)Holonomic Sequences</a>, Electronic Journal of Combinatorics, vol 17(1):R3, 2010, p. 10.
%H A257434 Eric Weisstein's MathWorld, <a href="https://mathworld.wolfram.com/GammaFunction.html">Gamma Function</a>
%F A257434 -3 < A257434 = -2.747682... < A175474 = -2.61072... < A257433 = -2.457024... < -2.
%e A257434 -2.747682646727412601391488482691499695861639395132355512...
%t A257434 x2 = x /. FindRoot[Gamma[x] == -1, {x, -8/3}, WorkingPrecision -> 101]; RealDigits[x2] // First
%Y A257434 Cf. A175474, A257433.
%K A257434 nonn,cons,easy
%O A257434 1,1
%A A257434 _Jean-François Alcover_, Apr 23 2015