login

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”).

Partial sums of decimal digits of Pi (ignoring the initial 3).
6

%I #6 Apr 28 2022 17:31:47

%S 1,5,6,11,20,22,28,33,36,41,49,58,65,74,77,79,82,90,94,100,102,108,

%T 112,115,118,126,129,131,138,147,152,152,154,162,170,174,175,184,191,

%U 192,198,207,210,219,228,231,238,243,244,244,249,257,259

%N Partial sums of decimal digits of Pi (ignoring the initial 3).

%t Accumulate[Rest[RealDigits[Pi,10,120][[1]]]] (* _Harvey P. Dale_, Apr 28 2022 *)

%Y Cf. A000796.

%K nonn,base

%O 1,2

%A _Felice Russo_