login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Decimal expansion of e^(-1/7).
2

%I #8 Apr 04 2020 16:40:13

%S 8,6,6,8,7,7,8,9,9,7,5,0,1,8,1,6,2,7,5,0,2,9,3,2,4,7,6,5,8,1,6,0,2,5,

%T 6,3,1,9,6,5,3,1,9,4,7,9,5,4,8,1,3,3,3,9,5,5,8,8,4,5,0,5,7,3,4,1,3,8,

%U 9,1,0,3,7,3,7,7,7,2,6,7,5,7,0,3,0,1,3,1,5,5,8,7,7,0,2,6,9,8,8,1,7,2,8,3,2,9,9,9,6

%N Decimal expansion of e^(-1/7).

%e 0.866877899750...

%p evalf(1/exp(1/7), 124); # _Alois P. Heinz_, Apr 04 2020

%t RealDigits[N[Exp[-1/7], 112]][[1]] (* _Georg Fischer_, Apr 04 2020 *)

%Y Cf. A001113, A019774, A068985.

%K cons,nonn

%O 0,1

%A _Mohammad K. Azarian_, Apr 22 2004

%E a(104) corrected by _Georg Fischer_, Apr 04 2020