login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A194143 Sum{floor(j*(3+sqrt(3))/2) : 1<=j<=n}; n-th partial sum of Beatty sequence for (3+sqrt(3))/2. 0
2, 6, 13, 22, 33, 47, 63, 81, 102, 125, 151, 179, 209, 242, 277, 314, 354, 396, 440, 487, 536, 588, 642, 698, 757, 818, 881, 947, 1015, 1085, 1158, 1233, 1311, 1391, 1473, 1558, 1645, 1734, 1826, 1920, 2017, 2116, 2217, 2321, 2427, 2535, 2646, 2759 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

LINKS

Table of n, a(n) for n=1..48.

MATHEMATICA

c[n_] := Sum[Floor[j*(3+Sqrt[3])/2], {j, 1, n}];

c = Table[c[n], {n, 1, 90}]

CROSSREFS

Cf.  A054406 (Beatty sequence for (3+sqrt(3))/2).

Sequence in context: A006284 A048072 A215246 * A194138 A194137 A026052

Adjacent sequences:  A194140 A194141 A194142 * A194144 A194145 A194146

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 | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 23 05:24 EDT 2013. Contains 225585 sequences.