cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A179950 Continued fraction for gamma^e, where gamma is the Euler-Mascheroni constant.

This page as a plain text file.
%I A179950 #6 Jul 07 2024 12:05:16
%S A179950 0,4,2,4,1,14,2,1,4,1,19,3,1,4,10,13,1,5,67,3,1,3,1,1,1,1,3,11,1,1,5,
%T A179950 4,3,3,1,16,1,1,1,2,3,5,1,1,41,1,1,4,17,3,24,1,7,307,8,1,1,2,1,2,3,2,
%U A179950 3,4,1,2,3,1,1,21,3,17,2,5,5,1,1,2,1,2,915,1,1,2,4,1,1,1,3,1,19,54,3,1,9,8
%N A179950 Continued fraction for gamma^e, where gamma is the Euler-Mascheroni constant.
%e A179950 gamma^e =.224517251983232062665128293743... = 0 + 1/(4 + 1/(2 + 1/(4 + 1/(1 + ...))))
%p A179950 with(numtheory): Digits := 300: convert(evalf(gamma^exp(1)), confrac);
%Y A179950 Cf. A001620 (gamma), A073018 (decimal expansion).
%Y A179950 Cf. A094644, A079650, A073004.
%K A179950 nonn,cofr
%O A179950 0,2
%A A179950 _Michel Lagneau_, Aug 03 2010