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!)
A174058 Round(Sum_{k=1..n} {sqrt(k)}). 2
0, 1, 2, 4, 6, 8, 11, 13, 16, 19, 22, 26, 29, 33, 37, 40, 44, 49, 53, 57, 62, 66, 71, 76, 81, 86, 91, 96, 101, 107, 112, 118, 123, 129, 135, 141, 147, 153, 159, 165, 172, 178, 184, 191, 198, 204, 211, 218, 225, 232, 239, 246, 253, 261, 268, 275, 283, 290, 298, 306 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MATHEMATICA
s=0; lst={}; Do[s+=Sqrt[n]; AppendTo[lst, Round[s]], {n, 0, 6!}]; lst
Accumulate[Sqrt[Range[0, 60]]]//Round (* Harvey P. Dale, Oct 16 2018 *)
CROSSREFS
Sequence in context: A081527 A070978 A027919 * A186382 A331417 A077473
KEYWORD
nonn
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 24 16:49 EDT 2024. Contains 371962 sequences. (Running on oeis4.)