OFFSET
0,3
COMMENTS
See A188727 for the origin of the constant.
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..9999
EXAMPLE
(e+sqrt(16+e^2))/4 = [1,1,7,1,46,30,1,5,4,...].
MATHEMATICA
PROG
(PARI) default(realprecision, 100); contfrac((exp(1) + sqrt(16 + exp(2)))/4) \\ G. C. Greubel, Oct 31 2018
(Magma) SetDefaultRealField(RealField(100)); ContinuedFraction((Exp(1) + Sqrt(16 + Exp(2)))/4); // G. C. Greubel, Oct 31 2018
CROSSREFS
KEYWORD
nonn,cofr
AUTHOR
Clark Kimberling, Apr 10 2011
EXTENSIONS
Offset changed by Andrew Howroyd, Aug 08 2024
STATUS
approved