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!)
A194199 Partial sums of A194198. 2
0, 0, 0, 1, 3, 6, 9, 12, 16, 20, 25, 31, 37, 44, 51, 59, 67, 76, 85, 95, 105, 116, 127, 139, 151, 163, 176, 189, 203, 218, 233, 248, 264, 280, 297, 315, 333, 351, 369, 388, 407, 427, 448, 469, 490, 512, 535, 558, 582, 606, 631, 656, 682, 708, 735, 762, 790 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
LINKS
MATHEMATICA
r = Sqrt[10];
a[n_] := Floor[Sum[FractionalPart[k*r], {k, 1, n}]]
Table[a[n], {n, 1, 90}] (* A194198 *)
s[n_] := Sum[a[k], {k, 1, n}]
Table[s[n], {n, 1, 100}] (* A194199 *)
CROSSREFS
Cf. A194198.
Sequence in context: A203302 A214050 A260706 * A072567 A186353 A362032
KEYWORD
nonn
AUTHOR
Clark Kimberling, Aug 19 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 29 13:54 EDT 2024. Contains 372114 sequences. (Running on oeis4.)