A347218 Decimal expansion of Sum_{k=2..8} zeta(k).
7, 9, 9, 6, 0, 1, 1, 6, 5, 4, 4, 2, 6, 6, 4, 5, 1, 4, 5, 6, 5, 2, 5, 2, 3, 2, 2, 9, 3, 0, 5, 0, 4, 7, 0, 0, 3, 5, 7, 6, 4, 0, 9, 9, 0, 6, 2, 1, 5, 8, 7, 9, 3, 2, 7, 7, 7, 3, 8, 0, 0, 6, 8, 1, 2, 8, 8, 2, 8, 6, 4, 9, 5, 9, 5, 6, 8, 2, 6, 7, 4, 2, 7, 6, 1, 1, 9
Offset: 1
Examples
7.99601165442664514565252322930504700357640...
Links
- Michael I. Shamos, Shamos's catalog of the real numbers (2011).
Crossrefs
Programs
-
Mathematica
RealDigits[Total[Zeta[Range[2, 8]]], 10, 120][[1]] (* Amiram Eldar, Jun 07 2023 *)