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