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!)
A195859 n^8-n 5
0, 0, 254, 6558, 65532, 390620, 1679610, 5764794, 16777208, 43046712, 99999990, 214358870, 429981684, 815730708, 1475789042, 2562890610, 4294967280, 6975757424, 11019960558, 16983563022, 25599999980, 37822859340, 54875873514, 78310985258, 110075314152 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
Index entries for linear recurrences with constant coefficients, signature (9,-36,84,-126,126,-84,36,-9,1).
FORMULA
G.f. -2*x^2*(127+2136*x+7827*x^2+7792*x^3+2157*x^4+120*x^5+x^6) / ( (x-1)^9 ). - R. J. Mathar, Sep 30 2011
a(n) = -n*A024005(n).
MATHEMATICA
Table[n^8 - n, {n, 0, 40}] (* and *) LinearRecurrence[{9, -36, 84, -126, 126, -84, 36, -9, 1}, {0, 0, 254, 6558, 65532, 390620, 1679610, 5764794, 16777208}, 40] (* Vladimir Joseph Stephan Orlovsky, Feb 21 2012 *)
PROG
(Magma) [(n^8-n): n in [0..30]]
(PARI) a(n)=n^8-n \\ Charles R Greathouse IV, Oct 07 2015
CROSSREFS
Sequence in context: A366553 A255178 A196738 * A250566 A278155 A251860
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Sep 30 2011
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 April 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)