VOOZH about

URL: https://oeis.org/A046975

⇱ A046975 - OEIS


login
A046975
Partial sums of digits of decimal expansion of e.
10
2, 9, 10, 18, 20, 28, 29, 37, 39, 47, 51, 56, 65, 65, 69, 74, 76, 79, 84, 87, 93, 93, 95, 103, 110, 114, 121, 122, 125, 130, 132, 138, 144, 146, 150, 159, 166, 173, 178, 185, 187, 191, 198, 198, 207, 210, 216, 225, 234, 243, 248, 257, 262, 269
OFFSET
0,1
COMMENTS
The partial sums to 10^k, k=0..: 9, 51, 495, 4563, 45121, 449133, 4500474, 45003813, 449967981, .... - Robert G. Wilson v, Sep 16 2007
LINKS
MATHEMATICA
Rest@ FoldList[ Plus, 0, First@ RealDigits[E, 10, 58]] (* Robert G. Wilson v, Sep 16 2007 *)
Accumulate[RealDigits[E, 10, 120][[1]]] (* Harvey P. Dale, Nov 20 2024 *)
CROSSREFS
Cf. A001113.
Sequence in context: A032929 A226832 A320919 * A304441 A005695 A079747
KEYWORD
nonn,base,easy
STATUS
approved