OFFSET
0,2
COMMENTS
This sequence is also the decimal expansion of Sum_{k>=1} (-1)^(k+1)*f(k), where f(k) = (4*k^2 - 2*k)/(k^2 + k) is the ratio between the k-th hexagonal and triangular numbers.
LINKS
Michael Ian Shamos, A catalog of the real numbers (2011), p. 219.
Wikipedia, Polygonal number.
FORMULA
Equals Sum_{k>=1} k/(2^k*(k + 1)*(k + 2)) [Shamos].
Equals Sum_{k>=1} (-1)^(k+1)*(4*k^2 - 2*k)/(k^2 + k).
EXAMPLE
0.15888308335967185650339272874905940845300080616153...
MATHEMATICA
RealDigits[6*Log[2] - 4, 10 , 100][[1]] (* Amiram Eldar, Sep 08 2023 *)
PROG
(PARI) 6*log(2)-4
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Claude H. R. Dequatre, Sep 08 2023
STATUS
approved