OFFSET
0,2
LINKS
K. Y. Choong, D. E. Daykin and C. R. Rathbone, Regular continued fractions for pi and gamma, Math. Comp., 25 (1971), 403.
EXAMPLE
gamma^Pi = 0.1779186832897647510663236... = 0 + 1/(5 + 1/(1 + 1/(1 + 1/(1 + ...)))).
MAPLE
with(numtheory): Digits := 300: convert(evalf(gamma(0)^Pi), confrac);
MATHEMATICA
ContinuedFraction[EulerGamma^Pi, 100] (* Harvey P. Dale, Aug 19 2022 *)
PROG
(PARI) contfrac(Euler^Pi) \\ Michel Marcus, Oct 11 2017
CROSSREFS
KEYWORD
nonn,cofr
AUTHOR
Michel Lagneau, Aug 03 2010
STATUS
approved