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”).

A363539
Decimal expansion of Sum_{k>=1} (H(k)^2 - (log(k) + gamma)^2)/k, where H(k) = A001008(k)/A002805(k) is the k-th harmonic number and gamma is Euler's constant (A001620).
2
1, 9, 6, 8, 9, 6, 9, 0, 8, 3, 9, 1, 0, 5, 2, 8, 5, 4, 6, 4, 6, 4, 8, 9, 1, 4, 5, 3, 7, 9, 6, 6, 8, 0, 5, 4, 2, 3, 1, 1, 3, 7, 7, 9, 4, 2, 8, 6, 8, 1, 9, 8, 1, 3, 4, 4, 5, 5, 1, 4, 3, 1, 5, 3, 4, 0, 2, 2, 5, 2, 1, 9, 8, 2, 6, 8, 9, 2, 3, 3, 4, 1, 1, 8, 6, 4, 4, 9, 1, 8, 3, 7, 4, 5, 7, 6, 7, 4, 4, 0, 9, 8, 7, 8, 3
OFFSET
1,2
COMMENTS
The formula for this sum was found by Olivier Oloa and proved by Roberto Tauraso in 2014.
FORMULA
Equals -gamma_2 - 2*gamma*gamma_1 - (2/3)*gamma^3 + (5/3)*zeta(3), where gamma_1 and gamma_2 are the 1st and 2nd Stieltjes constants (A082633, A086279).
EXAMPLE
1.96896908391052854646489145379668054231137794286819...
MATHEMATICA
RealDigits[-StieltjesGamma[2] - 2*EulerGamma*StieltjesGamma[1] - 2*EulerGamma^3/3 + 5*Zeta[3]/3, 10, 120][[1]]
KEYWORD
nonn,cons
AUTHOR
Amiram Eldar, Jun 09 2023
STATUS
approved