[go: up one dir, main page]

login
A064411
Increasing partial quotients of e^gamma.
0
1, 3, 5, 7, 9, 16, 59, 100, 129, 314, 2294, 1568705
OFFSET
1,2
REFERENCES
Ronald L. Graham, D. E. Knuth and Oren Patashnik, "Concrete Mathematics, A Foundation for Computer Science," Addison-Wesley Publishing Co., Reading, MA, 1989, page 540.
LINKS
Richard P. Brent, Computation of the regular continued fraction for Euler's constant, Mathematics of Computation 31 (1977), pages 771-777.
MATHEMATICA
t1 = ContinuedFraction[ E^EulerGamma, 10^5 ]; a = 0; Do[ If[ t1[ [ n ] ] > a, a = t1[ [ n ] ]; Print[ a ] ], {n, 1, 10^5} ]
CROSSREFS
Cf. A073004 (e^gamma), A094644 (continued fraction).
Sequence in context: A052942 A240944 A117913 * A146556 A084229 A191356
KEYWORD
nonn,more
AUTHOR
Robert G. Wilson v, Sep 29 2001
STATUS
approved