A090143 Decimal expansion of e^3 - 2e^2 + e/2.
6, 6, 6, 6, 5, 6, 5, 6, 3, 9, 5, 5, 5, 8, 8, 9, 9, 0, 4, 1, 4, 7, 8, 1, 8, 4, 6, 9, 1, 0, 8, 0, 3, 3, 5, 1, 9, 5, 0, 5, 9, 0, 0, 2, 4, 4, 3, 0, 0, 4, 3, 5, 2, 8, 3, 6, 8, 8, 1, 6, 2, 3, 9, 8, 5, 1, 5, 7, 3, 6, 6, 0, 1, 1, 1, 0, 6, 3, 2, 0, 0, 1, 7, 2, 1, 5, 6, 3, 2, 7, 9, 3, 5, 7, 3, 5, 7, 3, 2, 6, 3, 1
Offset: 1
Examples
6.6665656395558899...
Links
- Daniel Mondot, Table of n, a(n) for n = 1..10000
- Eric Weisstein's World of Mathematics, Uniform Sum Distribution
- Index entries for transcendental numbers
Programs
-
Mathematica
RealDigits[E^3-2E^2+E/2,10,120][[1]] (* Harvey P. Dale, Sep 30 2015 *)
-
PARI
exp(3)-2*exp(2)+exp(1)/2 \\ Charles R Greathouse IV, Oct 02 2022
Comments