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”).
%I #13 Aug 05 2024 13:46:19
%S 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,
%T 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,
%U 6,3,0,1,4,4,9,8,9,9,8,0,9,6,1,0,8,6,3
%N Decimal expansion of Sum_{k=2..10} 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 9.9990146223805454454075219574377780810680...
%t RealDigits[Total[Zeta[Range[2, 10]]], 10, 120][[1]] (* _Amiram Eldar_, Jun 07 2023 *)
%Y Cf. A002117, A013661, A013662, A013663, A013664, A013665, A013666, A013667, A013668.
%Y Cf. A347213, A347214, A347215, A347216, A347217, A347218, A347219.
%K nonn,cons
%O 1,1
%A _Sean A. Irvine_, Aug 24 2021