The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A303658 Decimal expansion of the alternating sum of the reciprocals of the triangular numbers. 2

%I #19 Apr 30 2022 17:56:45

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

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

%U 4,4,8,7,8,7,8,7,7,8,8,6,2,4,2,3,4,5,3

%N Decimal expansion of the alternating sum of the reciprocals of the triangular numbers.

%F Equals log(16/e^2) = log(16) - 2.

%F Equals Sum_{k>=0} 1/((k+2)*2^k) = Sum_{k>=2} 1/A057711(k). - _Amiram Eldar_, Aug 19 2020

%e 1/1 - 1/3 + 1/6 - 1/10 + 1/15 - 1/21 + ... = 0.77258872223978123766892848583270627230200053744102...

%t RealDigits[4*Log[2] - 2, 10, 100][[1]] (* _Amiram Eldar_, Aug 19 2020 *)

%t RealDigits[Log[16]-2,10,120][[1]] (* _Harvey P. Dale_, Apr 30 2022 *)

%o (PARI) sumalt(n=1, (-1)^(n+1)*2/(n*(n+1))) \\ _Michel Marcus_, Apr 28 2018

%o (PARI) log(16)-2 \\ _Altug Alkan_, May 07 2018

%Y Cf. A000217 (triangular numbers), A057711.

%Y Apart from leading digit the same as A016639 (log(16)).

%K nonn,cons

%O 0,1

%A _Jon E. Schoenfield_, Apr 28 2018

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 June 9 03:24 EDT 2024. Contains 373227 sequences. (Running on oeis4.)