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!)
A194252 Partial sums of A194251. 2
0, 0, 1, 2, 4, 6, 8, 11, 14, 18, 23, 28, 33, 39, 45, 52, 60, 68, 76, 85, 94, 104, 115, 126, 137, 149, 161, 174, 188, 202, 217, 232, 248, 265, 282, 299, 316, 334, 352, 371, 390, 409, 429, 449, 470, 492, 514, 536, 559, 582, 606, 631, 656, 681, 707, 733, 760 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
MATHEMATICA
r = 3-Sqrt[8];
a[n_] := Floor[Sum[FractionalPart[k*r], {k, 1, n}]]
Table[a[n], {n, 1, 90}] (* A194251 *)
s[n_] := Sum[a[k], {k, 1, n}]
Table[s[n], {n, 1, 100}] (* A194252 *)
CROSSREFS
Cf. A194251.
Sequence in context: A084627 A321531 A194224 * A205727 A213609 A338237
KEYWORD
nonn
AUTHOR
Clark Kimberling, Aug 20 2011
STATUS
approved

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 April 28 09:58 EDT 2024. Contains 372037 sequences. (Running on oeis4.)