The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A025218 a(n) = floor( Sum_{k=1..n} sqrt(k+1) ). 0

%I #9 Oct 30 2022 06:48:24

%S 1,3,5,7,9,12,15,18,21,24,28,31,35,39,43,47,51,56,60,65,69,74,79,84,

%T 89,94,100,105,111,116,122,128,133,139,145,151,158,164,170,177,183,

%U 190,196,203,210,217,223,230,238,245,252,259,267,274,281,289,297,304,312,320,328,336

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

%t Table[Floor[Sum[Sqrt[k + 1], {k, n}]], {n, 80}] (* _Wesley Ivan Hurt_, Oct 30 2022 *)

%o (PARI) a(n) = floor(sum(k=1, n, sqrt(k+1))) \\ _Michel Marcus_, Mar 24 2013

%K nonn

%O 1,2

%A _Clark Kimberling_

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 June 2 11:11 EDT 2024. Contains 373040 sequences. (Running on oeis4.)