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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A058372 (n+1)(2*n^2+n-12)/6. 1
2, 3, 1, -6, -20, -43, -77, -124, -186, -265, -363, -482, -624, -791, -985, -1208, -1462, -1749, -2071, -2430, -2828, -3267, -3749, -4276, -4850, -5473, -6147, -6874, -7656, -8495, -9393, -10352, -11374, -12461, -13615, -14838, -16132, -17499, -18941, -20460, -22058, -23737 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

FORMULA

G.f.: (2-5*x+x^2)/(1-x)^4.

MAPLE

seq(-sum(k^2-2, k=0..n), n=0..41); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jan 28 2008

MATHEMATICA

s=0; lst={}; Do[s+=n^2-2; AppendTo[lst, s*-1], {n, 0, 6!, 1}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Nov 07 2008]

CROSSREFS

Sequence in context: A130850 A075263 A130405 * A128264 A114858 A193491

Adjacent sequences:  A058369 A058370 A058371 * A058373 A058374 A058375

KEYWORD

sign

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Dec 18 2000

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 16 13:30 EST 2012. Contains 205909 sequences.