OFFSET
1,2
LINKS
Eric Weisstein's World of Mathematics, Soldner's Constant Continued Fraction
MATHEMATICA
f = FindRoot[LogIntegral@x, {x, 3/2}, WorkingPrecision -> 2^17][[1, 2]]; cf = ContinuedFraction@f; k = 1; mx = 0; lst = {}; len = Length@ cf; While[k < len, If[cf[[k]] > mx, mx = cf[[k]]; AppendTo[lst, cf[[k]]]]; k++ ]; lst (* Robert G. Wilson v, Aug 05 2010 *)
CROSSREFS
KEYWORD
nonn,hard,more
AUTHOR
Eric W. Weisstein, Oct 26 2004
EXTENSIONS
a(15) from Robert G. Wilson v, Aug 05 2010
More terms from Eric W. Weisstein, Sep 16 2013
a(21)-a(22) from Eric W. Weisstein, Oct 07 2013
STATUS
approved