login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A152030
a(n)=n^6-n^5-n^4-n^3-n^2-n.
0
0, -4, 2, 366, 2732, 11720, 37326, 98042, 224696, 465012, 888890, 1594406, 2714532, 4424576, 6950342, 10577010, 15658736, 22628972, 32011506, 44432222, 60631580, 81477816, 107980862, 141306986, 182794152, 233968100, 296559146, 372519702
OFFSET
1,2
FORMULA
G.f.: -2*x^2*(x^5+36*x^4+176*x^3+134*x^2+15*x-2)/(x-1)^7. [Colin Barker, Nov 05 2012]
MATHEMATICA
lst={}; Do[AppendTo[lst, n^6-n^5-n^4-n^3-n^2-n], {n, 0, 5!}]; lst
CROSSREFS
Sequence in context: A273148 A276342 A350725 * A072349 A016518 A118202
KEYWORD
sign,easy
AUTHOR
STATUS
approved