login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A160327 Decimal expansion of (e-1)/(e+1). 5

%I #27 Jan 03 2023 10:16:10

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

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

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

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

%H Harry J. Smith, <a href="/A160327/b160327.txt">Table of n, a(n) for n = 0..20000</a>

%H <a href="/index/Tra#transcendental">Index entries for transcendental numbers</a>

%F (e-1)/(e+1) = tanh(1/2).

%F Equals 2 * Sum_{k>=1} (2^(2*k)-1)*B(2*k)/(2*k)!, where B(2*k) = A000367(k)/A002445(k) are the Bernoulli numbers. - _Amiram Eldar_, Nov 25 2020

%F Equals -i * tan(i/2). - _Michal Paulovic_, Jan 03 2023

%e 0.462117157260009758502318483643672548730289280330113038552731815838080...

%t RealDigits[(E-1)/(E+1), 10, 100][[1]] (* _G. C. Greubel_, Oct 05 2018 *)

%o (PARI) default(realprecision, 20080); x=tanh(1/2)*10; for (n=0, 20000, d=floor(x); x=(x-d)*10; write("b160327.txt", n, " ", d));

%o (PARI) (exp(1)-1)/(exp(1)+1) \\ _Altug Alkan_, Oct 05 2018

%o (Magma) SetDefaultRealField(RealField(100)); (Exp(1) - 1)/(Exp(1) + 1); // _G. C. Greubel_, Oct 05 2018

%Y Cf. A016825 (continued fraction), A086403/A079165 (convergents).

%Y Cf. A000367, A002445.

%K nonn,easy,cons

%O 0,1

%A _Harry J. Smith_, May 09 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 16 17:36 EDT 2024. Contains 371749 sequences. (Running on oeis4.)