login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A194201 Partial sums of A194200. 2

%I #8 Oct 28 2017 21:38:26

%S 0,1,2,4,6,9,12,15,19,23,28,34,40,46,53,60,67,75,84,93,102,112,123,

%T 134,146,159,172,185,199,214,229,245,261,278,295,313,331,350,369,388,

%U 408,428,449,471,493,515,538,561,584,608,633,658,683,709,736,763

%N Partial sums of A194200.

%H G. C. Greubel, <a href="/A194201/b194201.txt">Table of n, a(n) for n = 1..1000</a>

%t r = E;

%t a[n_] := Floor[Sum[FractionalPart[k*r], {k, 1, n}]]

%t Table[a[n], {n, 1, 90}] (* A194200 *)

%t s[n_] := Sum[a[k], {k, 1, n}]

%t Table[s[n], {n, 1, 100}] (* A194201 *)

%Y Cf. A194200.

%K nonn

%O 1,3

%A _Clark Kimberling_, Aug 19 2011

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 30 04:38 EDT 2024. Contains 375526 sequences. (Running on oeis4.)