login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

Decimal expansion of Sum_{k=2..6} zeta(k).
7

%I #14 Aug 05 2024 13:44:15

%S 5,9,8,3,5,8,5,0,2,0,8,4,6,7,7,7,9,7,9,4,3,4,0,4,0,4,4,0,9,4,6,5,9,7,

%T 7,7,8,7,1,7,5,8,5,5,5,5,0,0,0,7,9,0,6,0,1,0,2,7,4,0,7,3,4,2,0,6,4,1,

%U 0,2,0,6,5,0,6,4,7,2,2,1,9,3,0,1,9,8,1

%N Decimal expansion of Sum_{k=2..6} zeta(k).

%H Michael I. Shamos, <a href="https://citeseerx.ist.psu.edu/pdf/ae33a269baba5e8b1038e719fb3209e8a00abec5">Shamos's catalog of the real numbers</a> (2011).

%e 5.9835850208467779794340404409465977787175855550...

%t RealDigits[Total[Zeta[Range[2, 6]]], 10, 120][[1]] (* _Amiram Eldar_, Jun 07 2023 *)

%Y Cf. A002117, A013661, A013662, A013663, A013664.

%Y Cf. A347213, A347214, A347215, A347217, A347218, A347219, A347220.

%K nonn,cons

%O 1,1

%A _Sean A. Irvine_, Aug 24 2021