A229175 Decimal expansion of e + 1 + log(e+1).
5, 0, 3, 1, 5, 4, 3, 5, 1, 5, 9, 7, 7, 2, 6, 8, 0, 6, 9, 4, 0, 9, 2, 8, 2, 9, 6, 6, 3, 2, 0, 5, 1, 8, 1, 3, 9, 6, 7, 2, 5, 2, 7, 1, 7, 9, 3, 7, 0, 3, 0, 7, 9, 4, 9, 6, 8, 6, 0, 3, 1, 1, 4, 2, 5, 6, 1, 2, 7, 1, 5, 3, 1, 8, 6, 2, 7, 3, 4, 8, 1, 5, 5, 0, 7, 5, 8, 2, 5, 8, 4, 8, 0, 2, 4, 5, 8, 8, 1, 8, 8, 1, 6, 4, 8, 7, 4
Offset: 1
Examples
5.0315435159772680694092829663205181396725271793703079496860...
Programs
-
Mathematica
RealDigits[E+1+Log[E+1],10,120][[1]] (* Harvey P. Dale, Dec 03 2014~ *)
Comments