A097663 Decimal expansion of the constant 3*exp(psi(1/3) + EulerGamma), where EulerGamma is the Euler-Mascheroni constant (A001620) and psi(x) is the digamma function.
2, 3, 3, 1, 1, 9, 0, 9, 3, 1, 8, 4, 5, 6, 4, 1, 1, 7, 3, 0, 5, 3, 7, 5, 6, 2, 3, 2, 6, 5, 4, 4, 2, 8, 9, 5, 7, 4, 4, 6, 0, 8, 5, 8, 7, 0, 2, 5, 9, 2, 4, 5, 6, 4, 1, 4, 0, 9, 6, 0, 0, 7, 8, 7, 5, 6, 1, 6, 8, 2, 8, 5, 3, 1, 1, 5, 3, 1, 7, 4, 6, 3, 3, 5, 1, 1, 2, 2, 5, 5, 6, 6, 9, 4, 0, 6, 7, 7, 7, 0, 3, 3, 8, 9, 8
Offset: 0
Examples
0.23311909318456411730537562326544289574460858702592456414096...
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
- G. C. Greubel, Table of n, a(n) for n = 0..5000
- Benoit Cloitre, On a generalization of Euler-Gauss formula for the Gamma function, preprint 2004.
- 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.
Programs
-
Magma
SetDefaultRealField(RealField(100)); R:= RealField(); Exp(-Pi(R)/Sqrt(12))/Sqrt(3); // G. C. Greubel, Sep 07 2018
-
Mathematica
RealDigits[1/Sqrt[3]*E^(-Pi/Sqrt[12]), 10, 105][[1]] (* Robert G. Wilson v, Aug 28 2004 *)
-
PARI
3*exp(psi(1/3)+Euler)
Formula
Equals exp(-Pi/sqrt(12))/sqrt(3).
Extensions
More terms from Robert G. Wilson v, Aug 28 2004
Offset corrected by R. J. Mathar, Feb 05 2009
Comments