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!)
A194153 Sum{floor(j*(sqrt(5))/2) : 1<=j<=n}; n-th partial sum of Beatty sequence for (sqrt(5))/2. 0
1, 3, 6, 10, 15, 21, 28, 36, 46, 57, 69, 82, 96, 111, 127, 144, 163, 183, 204, 226, 249, 273, 298, 324, 351, 380, 410, 441, 473, 506, 540, 575, 611, 649, 688, 728, 769, 811, 854, 898, 943, 989, 1037, 1086, 1136, 1187, 1239, 1292, 1346, 1401, 1458, 1516 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
c[n_] := Sum[Floor[j*Sqrt[5])/2], {j, 1, n}];
c = Table[c[n], {n, 1, 90}]
CROSSREFS
Cf. A194151 (Beatty sequence for (sqrt(5))/2).
Sequence in context: A050760 A075057 A069792 * A025737 A120721 A122056
KEYWORD
nonn
AUTHOR
Clark Kimberling, Aug 17 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 July 16 21:32 EDT 2024. Contains 374358 sequences. (Running on oeis4.)