A175993 Decimal expansion of e^(1+1/e), e = exp(1).
3, 9, 2, 7, 0, 1, 4, 3, 9, 4, 7, 4, 1, 6, 4, 4, 9, 0, 9, 9, 2, 7, 9, 5, 3, 5, 2, 2, 2, 6, 7, 2, 9, 6, 8, 6, 9, 7, 1, 6, 0, 4, 0, 0, 1, 2, 3, 4, 6, 8, 4, 6, 2, 0, 1, 9, 1, 6, 4, 9, 8, 4, 8, 5, 0, 4, 1, 5, 5, 6, 1, 5, 4, 5, 7, 2, 9, 9, 8, 0, 0, 2, 5, 5, 9, 8, 3, 0, 3, 5, 2, 2, 7, 1, 2, 9, 8, 6, 2, 4
Offset: 1
Examples
3.92701439474164490992795352226729686971604001234684620191649848504155615457299800255983...
Links
- Paolo Xausa, Table of n, a(n) for n = 1..10000
Programs
-
Mathematica
First[RealDigits[Exp[1 + 1/E], 10, 100]] (* Paolo Xausa, Jun 12 2024 *)
-
PARI
default(realprecision,99);e=exp(1);e^(1+1/e) \\ M. F. Hasler, Nov 27 2012
Extensions
Edited by M. F. Hasler, Nov 27 2012
Comments