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!)
A116589 a(n) = Sum{sqrt(n) < i <= n} i - Sum{1 <= i < sqrt(n)} i. 2
0, 1, 4, 6, 9, 15, 22, 30, 36, 43, 54, 66, 79, 93, 108, 120, 133, 151, 170, 190, 211, 233, 256, 280, 300, 321, 348, 376, 405, 435, 466, 498, 531, 565, 600, 630, 661, 699, 738, 778, 819, 861, 904, 948, 993, 1039, 1086, 1134, 1176, 1219, 1270, 1322, 1375, 1429, 1484, 1540 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Lim_{n->oo} a(n)/n^2 = 1/2. - Stefan Steinerberger, Apr 16 2006
LINKS
MATHEMATICA
Table[Sum[i, {i, Ceiling[Sqrt[n]], n}]-Sum[i, {i, 1, Floor[Sqrt[n]]}], {n, 1, 10}] (* Stefan Steinerberger, Apr 16 2006 *)
CROSSREFS
Cf. A079667.
Sequence in context: A085751 A263106 A344468 * A118688 A118691 A087718
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Apr 15 2006
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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)