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!)
A153817 a(n)=Sum_{k=1..n} floor((n*k)/(n+k)). 3
0, 1, 2, 4, 6, 10, 13, 18, 22, 28, 33, 42, 48, 57, 65, 74, 83, 95, 105, 118, 130, 142, 155, 171, 185, 200, 216, 232, 248, 270, 286, 307, 325, 345, 365, 390, 409, 433, 454, 480, 502, 532, 555, 583, 610, 636, 665, 695, 723, 753, 784, 814, 847, 880, 913, 947, 981 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) ~ (1 - log(2)) * n^2. - Vaclav Kotesovec, May 28 2021
MAPLE
A153817 := proc(n) add(floor(n*k/(n+k)), k=1..n) ; end: seq(A153817(n), n=1..100) ; # R. J. Mathar, Feb 21 2009
MATHEMATICA
Table[Sum[Floor[n*k/(n + k)], {k, 1, n}], {n, 1, 100}] (* Vaclav Kotesovec, May 28 2021 *)
CROSSREFS
Sequence in context: A297531 A334821 A275489 * A354673 A309616 A365321
KEYWORD
easy,nonn
AUTHOR
Ctibor O. Zizka, Jan 02 2009
EXTENSIONS
More terms from R. J. Mathar, Feb 21 2009
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 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)