OFFSET
1,3
COMMENTS
Decimal expansion of c, where G_n = A277233(n)/A056982(n) = c + log(n+1)/Pi - 1/(4 Pi(n+1)) + O(1/n^2). [Corrected by Peter Luschny, Sep 27 2019]
Decimal expansion of c, where G_n = A277233(n)/A056982(n) = c + log(n+3/4)/Pi + O(1/n^2). - Peter Luschny, Sep 27 2019
REFERENCES
Steven R. Finch, Mathematical Constants, Encyclopedia of Mathematics and its Applications, vol. 94, Cambridge University Press, 2003, Section 4.2.1, p. 252.
LINKS
G. N. Watson, The constants of Landau and Lebesgue, Quart. J. Math. Oxford Ser. 1:2 (1930), pp. 310-318.
EXAMPLE
1.06627585320891435434511019661574694675801755603990430667922735157761...
MAPLE
Digits := 120: ((gamma + 4*log(2))/Pi)*10^94:
ListTools:-Reverse(convert(floor(%), base, 10)); # Peter Luschny, Sep 27 2019
MATHEMATICA
RealDigits[(EulerGamma + Log[16])/Pi, 10, 87][[1]] (* Georg Fischer, Apr 04 2020 *)
PROG
(PARI) (Euler+log(16))/Pi
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Charles R Greathouse IV, Jul 02 2012
EXTENSIONS
Definition amended by Georg Fischer, Apr 04 2020
STATUS
approved