OFFSET
0,1
COMMENTS
The partial sums to 10^k, k>=0: 4, 44, 480, 4479, 44897, 449336, 4499937, 45002885, 449989731, .... - Robert G. Wilson v, Sep 16 2007
If the sequence were to start with an initial term a(0) = 0, its first differences would reproduce the complete sequence of digits of Pi. - M. F. Hasler, Jan 19 2015
LINKS
Mital Ashok, Table of n, a(n) for n = 0..999
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 *)
CROSSREFS
KEYWORD
nonn,base,easy
AUTHOR
STATUS
approved