A066036 Continued fraction expansion of StieltjesGamma[1].
0, 13, 1, 2, 1, 2, 1, 74, 1, 10, 1, 9, 2, 1, 3, 1, 4, 1, 6, 1, 1, 2, 84, 1, 108, 1, 20, 22, 2, 2, 1, 2, 2, 1, 7, 1, 66, 2, 1, 1, 2, 5, 1, 1, 2, 1, 1, 59, 1, 2, 1, 5, 19, 3, 3, 1, 5, 4, 4, 1, 1, 4, 2, 32
Offset: 0
Examples
StieltjesGamma[1] = -0.07281584548367672486058637587490131913773633833433...
Programs
-
Mathematica
ContinuedFraction[Abs@StieltjesGamma[n]~N~100, 64]
-
PARI
contfrac(intnum(x=0, oo, (1/tanh(Pi*x)-1)*(x*log(1+x^2)-2*atan(x))/(2*(1+x^2)))) \\ Charles R Greathouse IV, Mar 10 2016