A046974 Partial sums of digits of decimal expansion of Pi.
3, 4, 8, 9, 14, 23, 25, 31, 36, 39, 44, 52, 61, 68, 77, 80, 82, 85, 93, 97, 103, 105, 111, 115, 118, 121, 129, 132, 134, 141, 150, 155, 155, 157, 165, 173, 177, 178, 187, 194, 195, 201, 210, 213, 222, 231, 234, 241, 246, 247, 247, 252, 260, 262
Offset: 0
Links
- Mital Ashok, Table of n, a(n) for n = 0..999
Programs
-
Mathematica
Rest@ FoldList[ Plus, 0, First@ RealDigits[Pi, 10, 58]] (* Robert G. Wilson v, Sep 16 2007 *) Accumulate[RealDigits[Pi,10,60][[1]]] (* Harvey P. Dale, Mar 11 2013 *)
Comments