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!)
A194115 Sum{floor(j*sqrt(12)) : 1<=j<=n}; n-th partial sum of Beatty sequence for sqrt(12). 1
3, 9, 19, 32, 49, 69, 93, 120, 151, 185, 223, 264, 309, 357, 408, 463, 521, 583, 648, 717, 789, 865, 944, 1027, 1113, 1203, 1296, 1392, 1492, 1595, 1702, 1812, 1926, 2043, 2164, 2288, 2416, 2547, 2682, 2820, 2962, 3107, 3255, 3407, 3562, 3721 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
c[n_] := Sum[Floor[j*Sqrt[12]], {j, 1, n}];
c = Table[c[n], {n, 1, 90}]
CROSSREFS
Cf. A194028 (Beatty sequence for sqrt(12)).
Sequence in context: A143056 A294401 A194139 * A226184 A066506 A058331
KEYWORD
nonn
AUTHOR
Clark Kimberling, Aug 16 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 02:53 EDT 2024. Contains 371906 sequences. (Running on oeis4.)