|
Search: id:A064411
|
|
|
| A064411 |
|
Increasing partial quotients of e^gamma = 1.78107241799019798523650... |
|
+0 1
|
|
| 1, 3, 5, 7, 9, 16, 59, 100, 129, 314, 2294, 1568705
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
REFERENCES
|
Richard P. Brent, "Computation of the regular continued fraction for Euler's constant," Mathematics of Computation 31 (1977), pages 771-777.
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.
|
|
MATHEMATICA
|
t1 = ContinuedFraction[ E^EulerGamma, 10^5 ]; a = 0; Do[ If[ t1[ [ n ] ] > a, a = t1[ [ n ] ]; Print[ a ] ], {n, 1, 10^5} ]
|
|
CROSSREFS
|
Adjacent sequences: A064408 A064409 A064410 this_sequence A064412 A064413 A064414
Sequence in context: A102633 A052942 A117913 this_sequence A084229 A057482 A114136
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Robert G. Wilson v (rgwv(AT)rgwv.com), Sep 29 2001
|
|
|
Search completed in 0.002 seconds
|