A039918 Partial sums of decimal digits of Pi (ignoring the initial 3).
1, 5, 6, 11, 20, 22, 28, 33, 36, 41, 49, 58, 65, 74, 77, 79, 82, 90, 94, 100, 102, 108, 112, 115, 118, 126, 129, 131, 138, 147, 152, 152, 154, 162, 170, 174, 175, 184, 191, 192, 198, 207, 210, 219, 228, 231, 238, 243, 244, 244, 249, 257, 259
Offset: 1
Crossrefs
Cf. A000796.
Programs
-
Mathematica
Accumulate[Rest[RealDigits[Pi,10,120][[1]]]] (* Harvey P. Dale, Apr 28 2022 *)