A220260 Decimal expansion of e / log_10(e), where e = A001113.
6, 2, 5, 9, 0, 7, 5, 2, 1, 6, 7, 6, 6, 3, 9, 5, 2, 1, 1, 0, 1, 8, 4, 7, 7, 3, 1, 1, 6, 7, 7, 7, 2, 7, 2, 8, 0, 5, 4, 6, 4, 5, 9, 9, 5, 4, 2, 5, 9, 4, 6, 9, 4, 2, 4, 2, 7, 7, 6, 9, 8, 1, 6, 9, 8, 5, 8, 4, 5, 3, 9, 9, 1, 7, 4, 4, 2, 2, 9, 9, 2, 4, 2, 8, 4, 1, 2
Offset: 1
Examples
6.2590752167663952110184773116777272805464599542594694...
Programs
-
Mathematica
RealDigits[E/Log[10,E],10,120][[1]] (* Harvey P. Dale, Dec 23 2012 *)
Comments