A280136 Negative continued fraction of e (or negative continued fraction expansion of e).
3, 4, 3, 2, 2, 2, 3, 8, 3, 2, 2, 2, 2, 2, 2, 2, 3, 12, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 16, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 20, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 24, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2
Offset: 1
Keywords
Examples
e = 2.71828... = 3 - 1/(4 - 1/(3 - 1/(...))).
References
- Leonard Eugene Dickson, History of the Theory of Numbers, page 379.
Crossrefs
Programs
-
PARI
\p10000; p=exp(1.0); for(i=1, 300, print(i, " ", ceil(p)); p=ceil(p)-p; p=1/p )
Extensions
More terms from Jinyuan Wang, Mar 04 2020
Comments