A068153 Continued fraction for Gamma(1/4).
3, 1, 1, 1, 2, 25, 4, 9, 1, 1, 8, 4, 1, 6, 1, 1, 19, 1, 1, 4, 1, 1, 5, 5, 7, 4, 1, 7, 1, 4, 2, 1, 4, 7, 1, 6, 4, 1, 4, 14, 1, 2, 24, 3, 25, 8, 3, 1, 1, 1, 1, 4, 1, 1, 28, 1, 1, 1, 12, 1, 1, 23, 1, 2, 2, 1, 3, 1, 1, 1, 6, 1, 5, 16, 8, 6, 4, 8, 2, 9, 3, 1, 4, 75, 5, 4, 5, 1, 1, 3, 2, 1, 1, 12, 2, 1, 2, 6
Offset: 0
Examples
gamma(1/4) = 3.62560990822190... = 3 + 1/(1 + 1/(1 + 1/(1 + 1/(2 + ...)))). - _Harry J. Smith_, Apr 20 2009
Links
- Harry J. Smith, Table of n, a(n) for n = 0..999
Crossrefs
Cf. A068466 (decimal expansion).
Programs
-
PARI
{ default(realprecision, 1080); x=contfrac(gamma(1/4)); for (n=1, 1000, write("b068153.txt", n-1, " ", x[n])); } \\ Harry J. Smith, Apr 20 2009
Extensions
Offset changed by Andrew Howroyd, Aug 07 2024