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!)
A194150 a(n) = Sum_{j=1..n} floor(j*(3+sqrt(5))); n-th partial sum of Beatty sequence for 3+sqrt(5). 0
5, 15, 30, 50, 76, 107, 143, 184, 231, 283, 340, 402, 470, 543, 621, 704, 793, 887, 986, 1090, 1199, 1314, 1434, 1559, 1689, 1825, 1966, 2112, 2263, 2420, 2582, 2749, 2921, 3099, 3282, 3470, 3663, 3861, 4065, 4274, 4488, 4707, 4932, 5162, 5397 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
c[n_] := Sum[Floor[j*(3+Sqrt[5])], {j, 1, n}];
c = Table[c[n], {n, 1, 90}]
CROSSREFS
Cf. A001962 (Beatty sequence for 3+sqrt(5)).
Sequence in context: A357690 A341984 A028895 * A341065 A246817 A010898
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 April 25 10:01 EDT 2024. Contains 371967 sequences. (Running on oeis4.)