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!)
A194106 Sum{floor(j*sqrt(3)) : 1<=j<=n}; n-th partial sum of Beatty sequence for sqrt(3). 4
1, 4, 9, 15, 23, 33, 45, 58, 73, 90, 109, 129, 151, 175, 200, 227, 256, 287, 319, 353, 389, 427, 466, 507, 550, 595, 641, 689, 739, 790, 843, 898, 955, 1013, 1073, 1135, 1199, 1264, 1331, 1400, 1471, 1543, 1617, 1693, 1770, 1849, 1930, 2013, 2097 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
c[n_] := Sum[Floor[j*Sqrt[3]], {j, 1, n}];
c = Table[c[n], {n, 1, 90}]
CROSSREFS
Cf. A194107, A194108, A194109, A022838 (Beatty sequence for sqrt(3)).
Sequence in context: A285283 A243536 A184005 * A004629 A348338 A065893
KEYWORD
nonn
AUTHOR
Clark Kimberling, Aug 15 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 23 22:36 EDT 2024. Contains 371917 sequences. (Running on oeis4.)