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!)
A071902 Sum_{k=0..n^2} (k^2 - n^2)/n. 0
-1, 5, 65, 306, 975, 2479, 5425, 10660, 19311, 32825, 53009, 82070, 122655, 177891, 251425, 347464, 470815, 626925, 821921, 1062650, 1356719, 1712535, 2139345, 2647276, 3247375, 3951649, 4773105, 5725790, 6824831, 8086475, 9528129 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = n*(2*n^2-5)*(n^2+1)/6. - Vladeta Jovovic, Jun 15 2002
G.f.: -x*(x^4-11*x^3-20*x^2-11*x+1) / (x-1)^6. - Colin Barker, Sep 29 2014
PROG
(PARI) vector(100, n, sum(k=0, n^2, k^2-n^2)/n) \\ Colin Barker, Sep 29 2014
CROSSREFS
Cf. A052459.
Sequence in context: A126955 A091105 A234335 * A211412 A052199 A093195
KEYWORD
sign,easy
AUTHOR
Robert G. Wilson v, Jun 12 2002
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 May 7 09:38 EDT 2024. Contains 372302 sequences. (Running on oeis4.)