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!)
A194215 Partial sums of A194214. 2
0, 0, 0, 0, 1, 2, 4, 7, 11, 16, 21, 26, 31, 36, 42, 48, 55, 63, 71, 80, 90, 100, 111, 122, 133, 145, 157, 170, 184, 198, 213, 228, 243, 259, 275, 291, 308, 325, 343, 362, 382, 403, 424, 445, 466, 488, 510, 533, 556, 580, 605, 631, 657, 683, 709, 735, 762 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,6
LINKS
MATHEMATICA
r = 2Pi/3;
a[n_] := Floor[Sum[FractionalPart[k*r], {k, 1, n}]]
Table[a[n], {n, 1, 90}] (* A194214 *)
s[n_] := Sum[a[k], {k, 1, n}]
Table[s[n], {n, 1, 100}] (* A194215 *)
CROSSREFS
Cf. A194214.
Sequence in context: A316264 A067744 A307601 * A025718 A022783 A025708
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 March 29 09:59 EDT 2024. Contains 371268 sequences. (Running on oeis4.)