OFFSET
0,1
COMMENTS
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..10000
D. M. Bătineţu-Giurgiu and Neculai Stanciu, Problem UP.328, Romanian Mathematical Magazine, Vol. 30, Autumn edition (2021), p. 114; Solutions, by Mokhtar Khassani-Mostaganem and Marian Ursărescu.
D. M. Bătineţu-Giurgiu, Neculai Stanciu, and José Luis Díaz-Barrero, The Last Three Decades of Lalescu Limit, Arhimede Mathematical Journal, Vol. 7, No. 1 (2020), pp. 16-26. See Problem 7, pp. 23-24.
Toyesh Prakash Sharma, The Applications of the Stirling's approximation to find limits, Revista Electronica MateInfo.ro, December 2020, pp. 44-49. See Problem 4, p. 46.
FORMULA
Equals 2 * e * lim_{n->oo} (sin(gamma(n))-sin(gamma))*(n!)^(1/n), where gamma(n) = Sum_{k=1..n} 1/k - log(n) (Bătineţu-Giurgiu, 2021). - Amiram Eldar, Apr 02 2022
EXAMPLE
0.8379852878801965399549928612589497248086592013241766579...
MATHEMATICA
RealDigits[Cos[EulerGamma], 10, 150][[1]]
PROG
(PARI) default(realprecision, 100); cos(Euler) \\ G. C. Greubel, Aug 30 2018
(Magma) SetDefaultRealField(RealField(100)); R:= RealField(); Cos(EulerGamma(R)); // G. C. Greubel, Aug 30 2018
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
T. D. Noe, May 24 2006
STATUS
approved