cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A046975 Partial sums of digits of decimal expansion of e.

This page as a plain text file.
%I A046975 #16 Nov 20 2024 14:13:33
%S A046975 2,9,10,18,20,28,29,37,39,47,51,56,65,65,69,74,76,79,84,87,93,93,95,
%T A046975 103,110,114,121,122,125,130,132,138,144,146,150,159,166,173,178,185,
%U A046975 187,191,198,198,207,210,216,225,234,243,248,257,262,269
%N A046975 Partial sums of digits of decimal expansion of e.
%C A046975 The partial sums to 10^k, k=0..: 9, 51, 495, 4563, 45121, 449133, 4500474, 45003813, 449967981, .... - _Robert G. Wilson v_, Sep 16 2007
%H A046975 Harvey P. Dale, <a href="/A046975/b046975.txt">Table of n, a(n) for n = 0..1000</a>
%t A046975 Rest@ FoldList[ Plus, 0, First@ RealDigits[E, 10, 58]] (* _Robert G. Wilson v_, Sep 16 2007 *)
%t A046975 Accumulate[RealDigits[E,10,120][[1]]] (* _Harvey P. Dale_, Nov 20 2024 *)
%Y A046975 Cf. A001113.
%K A046975 nonn,base,easy
%O A046975 0,1
%A A046975 _N. J. A. Sloane_