A019740 Decimal expansion of e/3.
9, 0, 6, 0, 9, 3, 9, 4, 2, 8, 1, 9, 6, 8, 1, 7, 4, 5, 1, 2, 0, 0, 9, 5, 8, 2, 3, 7, 8, 4, 2, 2, 0, 8, 3, 2, 5, 8, 5, 7, 4, 9, 0, 3, 1, 2, 3, 3, 3, 1, 9, 8, 5, 8, 3, 2, 2, 3, 2, 2, 5, 4, 2, 5, 7, 4, 6, 9, 2, 2, 1, 0, 1, 1, 7, 8, 4, 9, 1, 9, 8, 1, 9, 0, 4, 6, 0, 7, 2, 6, 1, 7, 5, 0, 5, 5, 4, 7, 5
Offset: 0
Examples
0.906093942819681745120095823784220832585749031233319858322322542574692... - _Harry J. Smith_, May 12 2009
Links
- Harry J. Smith, Table of n, a(n) for n = 0..20000
Crossrefs
Cf. A006084 = Continued fraction. - Harry J. Smith, May 12 2009
Programs
-
Mathematica
RealDigits[E/3,10,120][[1]] (* Harvey P. Dale, Oct 12 2014 *)
-
PARI
{ default(realprecision, 20080); x=10*exp(1)/3; for (n=0, 20000, d=floor(x); x=(x-d)*10; write("b019740.txt", n, " ", d)); } \\ Harry J. Smith, May 12 2009
Extensions
Fixed my PARI program, had -n, by Harry J. Smith, May 19 2009