A046975 Partial sums of digits of decimal expansion of e.
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
Links
- Harvey P. Dale, Table of n, a(n) for n = 0..1000
Crossrefs
Cf. A001113.
Programs
-
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 *)
Comments