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!)
A131703 a(n) = Sum_{k=1..floor(sqrt(n))} floor(k*sqrt(n)). 0

%I #8 Sep 16 2015 13:01:50

%S 1,1,1,6,6,6,7,7,18,18,18,19,20,21,21,40,40,40,42,42,44,45,46,46,75,

%T 75,75,77,78,79,81,82,83,85,85,126,126,126,128,129,132,132,135,136,

%U 138,139,141,141,196,196,196,199,200,203,204,205,208,210,212,213,215,217,217

%N a(n) = Sum_{k=1..floor(sqrt(n))} floor(k*sqrt(n)).

%t Table[Sum[Floor[k*Sqrt[n]], {k, 1, Floor[Sqrt[n]]}], {n, 1, 75}] (* _Stefan Steinerberger_, Sep 18 2007 *)

%K nonn

%O 1,4

%A _Leroy Quet_, Sep 16 2007

%E More terms from _Stefan Steinerberger_, Sep 18 2007

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 19 15:34 EDT 2024. Contains 371794 sequences. (Running on oeis4.)