A201776 Decimal expansion of 1/(e+1).
2, 6, 8, 9, 4, 1, 4, 2, 1, 3, 6, 9, 9, 9, 5, 1, 2, 0, 7, 4, 8, 8, 4, 0, 7, 5, 8, 1, 7, 8, 1, 6, 3, 7, 2, 5, 6, 3, 4, 8, 5, 5, 3, 5, 9, 8, 3, 4, 9, 4, 3, 4, 8, 0, 7, 2, 3, 6, 3, 4, 0, 9, 2, 0, 8, 0, 9, 5, 9, 5, 4, 6, 9, 2, 9, 7, 9, 5, 3, 6, 0, 6, 1, 2, 5, 2, 5, 4, 6, 7, 9, 2, 4, 0, 1, 8, 7, 5, 4, 7, 0, 7, 8, 2, 5
Offset: 0
Examples
0.268941421369995120748840758178163725634855359834943480723634...
Links
- Alois P. Heinz, Table of n, a(n) for n = 0..10000
Programs
-
Mathematica
RealDigits[N[1/(E + 1), 105]]
-
PARI
1/(exp(1)+1) \\ Charles R Greathouse IV, Dec 05 2011