A242023 Decimal expansion of Sum_{n >= 1} (-1)^(n + 1)*24/(n*(n + 1)*(n + 2)*(n + 3)).
8, 4, 7, 3, 7, 6, 4, 4, 4, 5, 8, 4, 9, 1, 6, 5, 6, 8, 0, 1, 8, 0, 9, 4, 5, 5, 3, 3, 2, 8, 3, 1, 6, 8, 4, 5, 0, 8, 2, 6, 7, 0, 9, 6, 6, 1, 9, 4, 8, 3, 4, 7, 9, 8, 5, 2, 8, 4, 2, 6, 9, 7, 0, 4, 5, 5, 2, 6, 2, 5, 6, 9, 6, 9
Offset: 0
Examples
0.8473764445849165680180945...
Links
- G. C. Greubel, Table of n, a(n) for n = 0..5000
Programs
-
Magma
[32*Log(2) - 64/3]; // G. C. Greubel, Nov 23 2017
-
Mathematica
Sum[N[(-1)^(n + 1)*24/(n*(n + 1)*(n + 2)*(n + 3)), 150], {n, 1, Infinity}] RealDigits[32*Log[2] - 64/3, 10, 50][[1]] (* G. C. Greubel, Nov 23 2017 *)
-
PARI
32*log(2) - 64/3 \\ Michel Marcus, Aug 13 2014
-
PARI
sumalt(n=1, (-1)^(n + 1)*24/(n*(n + 1)*(n + 2)*(n + 3))) \\ Michel Marcus, Aug 14 2014
Formula
Equals 32*log(2) - 64/3.
Equals 32*(A259284-1). - R. J. Mathar, Jun 30 2021
Comments