[go: up one dir, main page]

login
A179948
Continued fraction for Pi^gamma, where gamma is the Euler-Mascheroni constant.
0
1, 1, 14, 1, 2, 4, 1, 23, 2, 13, 2, 2, 1, 22, 1, 6, 14, 1, 2, 6, 1, 2, 40, 1, 3, 1, 1, 3, 2, 1, 6, 1, 5, 1, 1, 1, 1, 2, 9, 2, 1, 3, 2, 1, 2, 1, 1, 2, 5, 1, 1, 6, 6, 2, 1654, 4, 1, 5, 1, 12, 1, 5, 1, 2, 1, 1, 1, 1, 2, 4, 1, 1, 1, 1, 6, 1, 2, 3, 1, 2, 2, 1, 3, 4, 1, 4, 2, 2, 5, 5, 1, 1, 22, 3, 1, 9, 1, 1, 10
OFFSET
0,3
LINKS
K. Y. Choong, D. E. Daykin and C. R. Rathbone, Regular continued fractions for pi and gamma, Math. Comp., 25 (1971), 403.
EXAMPLE
Pi^gamma = 1.9362556334196744600139... = 1 + 1/(1 + 1/(14 + 1/(1 + 1/(2 + ...)))).
MAPLE
with(numtheory): Digits := 300: convert(evalf(Pi^gamma(0)), confrac);
PROG
(PARI) contfrac(Pi^Euler) \\ Michel Marcus, Oct 11 2017
CROSSREFS
Cf. A001620 (gamma), A182547 (decimal expansion).
Sequence in context: A040202 A209601 A040201 * A160495 A040204 A040203
KEYWORD
nonn,cofr
AUTHOR
Michel Lagneau, Aug 03 2010
EXTENSIONS
Offset changed by Andrew Howroyd, Jul 07 2024
STATUS
approved