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