login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A127723 Floor of square root of sum of squares of n consecutive even numbers. 0
2, 4, 7, 10, 14, 19, 23, 28, 33, 39, 44, 50, 57, 63, 70, 77, 84, 91, 99, 107, 115, 123, 131, 140, 148, 157, 166, 175, 184, 194, 204, 213, 223, 233, 244, 254, 265, 275, 286, 297, 308, 319, 331, 342, 354, 366, 377, 389, 402, 414, 426, 439, 451, 464, 477, 490, 503 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

a = {}; k = 0; Do[k = k + x^2; AppendTo[a, Floor[Sqrt[k]]], {x, 2, 150, 2}]; a

CROSSREFS

Cf. A127719, A127720, A127721, A127722.

Sequence in context: A144873 A120679 A145106 * A076268 A055607 A024512

Adjacent sequences:  A127720 A127721 A127722 * A127724 A127725 A127726

KEYWORD

nonn

AUTHOR

Artur Jasinski (grafix(AT)csl.pl), Jan 25 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 13:08 EST 2012. Contains 205623 sequences.