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!)
A194111 Sum{floor(j*sqrt(7)) : 1<=j<=n}; n-th partial sum of Beatty sequence for sqrt(7). 1
2, 7, 14, 24, 37, 52, 70, 91, 114, 140, 169, 200, 234, 271, 310, 352, 396, 443, 493, 545, 600, 658, 718, 781, 847, 915, 986, 1060, 1136, 1215, 1297, 1381, 1468, 1557, 1649, 1744, 1841, 1941, 2044, 2149, 2257, 2368, 2481, 2597, 2716, 2837, 2961 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
c[n_] := Sum[Floor[j*Sqrt[7]], {j, 1, n}];
c = Table[c[n], {n, 1, 90}]
CROSSREFS
Cf. A022841 (Beatty sequence for sqrt(7)).
Sequence in context: A119354 A249547 A088207 * A343859 A102999 A225277
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 24 07:22 EDT 2024. Contains 371922 sequences. (Running on oeis4.)