[go: up one dir, main page]

login
A097671
Decimal expansion of the constant 6*exp(psi(1/6) + EulerGamma), where EulerGamma is the Euler-Mascheroni constant (A001620) and psi(x) is the digamma function.
4
0, 1, 9, 0, 0, 3, 1, 1, 4, 8, 9, 8, 1, 4, 0, 4, 4, 7, 6, 2, 0, 2, 9, 2, 0, 9, 4, 3, 2, 9, 7, 3, 4, 2, 7, 0, 0, 9, 4, 4, 6, 2, 7, 0, 1, 5, 0, 0, 3, 4, 1, 3, 7, 6, 0, 4, 2, 2, 4, 2, 5, 1, 8, 7, 4, 8, 0, 4, 2, 5, 7, 8, 9, 3, 1, 5, 4, 3, 2, 6, 4, 0, 5, 9, 3, 2, 3, 1, 8, 2, 4, 5, 1, 5, 4, 6, 3, 2, 4, 1, 8, 2, 6, 2, 4
OFFSET
0,3
COMMENTS
This constant appears in Benoit Cloitre's generalized Euler-Gauss formula for the Gamma function (see Cloitre link) and is involved in the exact determination of asymptotic limits of certain order-6 linear recursions with varying coefficients (see A097681 for example).
REFERENCES
A. M. Odlyzko, Linear recurrences with varying coefficients, in Handbook of Combinatorics, Vol. 2, R. L. Graham, M. Grotschel and L. Lovasz, eds., Elsevier, Amsterdam, 1995, pp. 1135-1138.
LINKS
Xavier Gourdon and Pascal Sebah, Introduction to the Gamma Function.
Andrew Odlyzko, Asymptotic enumeration methods, in Handbook of Combinatorics, vol. 2, 1995, pp. 1063-1229.
FORMULA
c = 1/sqrt(12)*exp(-Pi/2*sqrt(3)).
EXAMPLE
c = 0.01900311489814044762029209432973427009446270150034137604224...
MATHEMATICA
RealDigits[1/Sqrt[12]*E^(-Pi/2Sqrt[3]), 10, 104][[1]] (* Robert G. Wilson v, Aug 27 2004 *)
PROG
(PARI) 6*exp(psi(1/6)+Euler)
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
Paul D. Hanna, Aug 25 2004
EXTENSIONS
More terms from Robert G. Wilson v, Aug 27 2004
STATUS
approved