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!)
A166381 a(n) = Sum_{j>n} floor(n^2/j). 2
0, 2, 7, 17, 31, 52, 76, 108, 146, 191, 242, 301, 364, 437, 518, 605, 700, 804, 914, 1034, 1160, 1295, 1438, 1594, 1751, 1921, 2098, 2288, 2483, 2688, 2898, 3119, 3350, 3593, 3845, 4103, 4369, 4647, 4937, 5234, 5540, 5854, 6178, 6512, 6859 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = Sum_{i=1..n} floor(n*(n-i)/i). - Wesley Ivan Hurt, Jan 30 2016
MAPLE
A166381 := proc(n)
add( floor(n^2/j), j=n+1..n^2) ;
end proc: # R. J. Mathar, Jul 21 2015
MATHEMATICA
Table[Sum[Floor[n (n - i)/i], {i, n}], {n, 100}]
CROSSREFS
Column sums of A166373.
Sequence in context: A049554 A019398 A086513 * A083723 A294866 A045947
KEYWORD
nonn,easy
AUTHOR
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 12:33 EDT 2024. Contains 371969 sequences. (Running on oeis4.)