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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A152017 n^5-n^4-n^3-n^2-n. 1
0, -3, 2, 123, 684, 2345, 6222, 14007, 28088, 51669, 88890, 144947, 226212, 340353, 496454, 705135, 978672, 1331117, 1778418, 2338539, 3031580, 3879897, 4908222, 6143783, 7616424, 9358725, 11406122, 13797027, 16572948, 19778609, 23462070 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 0..10000

Index to sequences with linear recurrences with constant coefficients, signature (6,-15,20,-15,6,-1).

FORMULA

a(n)=6*a(n-1)- 15*a(n-2)+20*a(n-3)-15*a(n-4)+6*a(n-5)-a(n-6), n>5. [From Harvey P. Dale, Sep 13 2011]

G.f. x*(-3+20*x+66*x^2+36*x^3+x^4) / (x-1)^6 . - R. J. Mathar, Nov 17 2011

MATHEMATICA

lst={}; Do[AppendTo[lst, n^5-n^4-n^3-n^2-n], {n, 0, 5!}]; lst

Table[n^5-Total[n^Range[4]], {n, 0, 30}] (* or *) LinearRecurrence[ {6, -15, 20, -15, 6, -1}, {0, -3, 2, 123, 684, 2345}, 30](* From Harvey P. Dale, Sep 13 2011 *)

PROG

(MAGMA) [n^5-n^4-n^3-n^2-n: n in [0..40]]; // Vincenzo Librandi, Nov 18 2011

CROSSREFS

Cf. A152015, A152016.

Sequence in context: A109899 A002297 A183270 * A076931 A076932 A065585

Adjacent sequences:  A152014 A152015 A152016 * A152018 A152019 A152020

KEYWORD

sign,easy

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), Nov 20 2008

EXTENSIONS

Changed offset to 0 from Bruno Berselli, Nov 02 2011

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 16:00 EST 2012. Contains 205938 sequences.