Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A078617
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A078617 Floor(average of first n squares). +0
1
1, 2, 4, 7, 11, 15, 20, 25, 31, 38, 46, 54, 63, 72, 82, 93, 105, 117, 130, 143, 157, 172, 188, 204, 221, 238, 256, 275, 295, 315, 336, 357, 379, 402, 426, 450, 475, 500, 526, 553, 581, 609, 638, 667, 697, 728, 760, 792, 825, 858, 892, 927, 963, 999, 1036, 1073 (list; graph; listen)
OFFSET

1,2

FORMULA

a(n) = Floor((1/n)(Sum_{i=1, ..., n} i^2)

EXAMPLE

a(4) = Floor((1 + 4 + 9 + 16)/4) = 7.

MAPLE

BB:=n->sum(i^2, i=1..n): a:=n->floor(numer(BB(n))/n): seq(a(n), n=1..56); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Mar 28 2007

MATHEMATICA

s = 0; a = {}; For[i = 1, i <= 100, i++, s = s + i^2; a = Append[a, Floor[(1/i) s]]]; a

CROSSREFS

Sequence in context: A087163 A062467 A003068 this_sequence A025703 A025709 A036700

Adjacent sequences: A078614 A078615 A078616 this_sequence A078618 A078619 A078620

KEYWORD

easy,nonn

AUTHOR

Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Dec 10 2002

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified August 19 23:53 EDT 2008. Contains 142930 sequences.


AT&T Labs Research