OFFSET
0,2
LINKS
Harry J. Smith, Table of n, a(n) for n = 0..19999
D. S. Thakur, Patterns of Continued Fractions for the Analogues of e and Related Numbers in the Function Field Case, J. Number Theory, Vol. 66, pp. 129-147, 1997.
G. Xiao, Contfrac
EXAMPLE
1.239427276153015078453429157... = 1 + 1/(4 + 1/(5 + 1/(1 + 1/(1 + ...)))). - Harry J. Smith, May 14 2009
MATHEMATICA
ContinuedFraction[(E+1)/3, 100] (* Harvey P. Dale, Sep 09 2017 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 54000); x=contfrac((exp(1)+1)/3); for (n=1, 20000, write("b028360.txt", n-1, " ", x[n])); } \\ Harry J. Smith, May 14 2009
CROSSREFS
KEYWORD
cofr,nonn
AUTHOR
EXTENSIONS
More terms from James A. Sellers
Offset changed by Andrew Howroyd, Aug 07 2024
STATUS
approved