OFFSET
0,3
COMMENTS
gamma is the Euler constant (or Euler-Mascheroni constant).
LINKS
K. Y. Choong, D. E. Daykin and C. R. Rathbone, Regular continued fractions for pi and gamma, Math. Comp., 25 (1971), 403.
EXAMPLE
Sqrt(gamma) = 0.75974710588559194629... = 0 + 1/(1 + 1/(3 + 1/(6 + 1/(6 + ...))))
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(gamma(0))), confrac);
PROG
(PARI) contfrac(sqrt(Euler)) \\ Michel Marcus, Oct 11 2017
CROSSREFS
KEYWORD
nonn,cofr
AUTHOR
Michel Lagneau, Aug 03 2010
STATUS
approved