A019764 Decimal expansion of 2*e/5 (or 4*e).
1, 0, 8, 7, 3, 1, 2, 7, 3, 1, 3, 8, 3, 6, 1, 8, 0, 9, 4, 1, 4, 4, 1, 1, 4, 9, 8, 8, 5, 4, 1, 0, 6, 4, 9, 9, 9, 1, 0, 2, 8, 9, 8, 8, 3, 7, 4, 7, 9, 9, 8, 3, 8, 2, 9, 9, 8, 6, 7, 8, 7, 0, 5, 1, 0, 8, 9, 6, 3, 0, 6, 5, 2, 1, 4, 1, 4, 1, 9, 0, 3, 7, 8, 2, 8, 5, 5, 2, 8, 7, 1, 4, 1, 0, 0, 6, 6, 5, 7
Offset: 1
Examples
4*e = 10.8731273138361809414411498854... (with offset 2), 2*e/5 = 1.08731273138361809414411498854... (with offset 1).
Links
- Ivan Panchenko, Table of n, a(n) for n = 1..1000
Crossrefs
Cf. A001113.
Programs
-
Mathematica
RealDigits[2*E/5,10,120][[1]] (* Harvey P. Dale, Oct 03 2015 *)