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!)
A196289 n^9 - n. 7
0, 0, 510, 19680, 262140, 1953120, 10077690, 40353600, 134217720, 387420480, 999999990, 2357947680, 5159780340, 10604499360, 20661046770, 38443359360, 68719476720, 118587876480, 198359290350, 322687697760, 511999999980, 794280046560, 1207269217770, 1801152661440, 2641807540200 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
Index entries for linear recurrences with constant coefficients, signature (10,-45,120,-210,252,-210,120,-45,10,-1).
FORMULA
G.f. 30*x^2*(17+486*x+2943*x^2+5204*x^3+2943*x^4+486*x^5+17*x^6) / (x-1)^10 . - R. J. Mathar, Oct 13 2011
MATHEMATICA
Table[n^9 - n, {n, 0, 40}] (* and *) LinearRecurrence[{10, -45, 120, -210, 252, -210, 120, -45, 10, -1}, {0, 0, 510, 19680, 262140, 1953120, 10077690, 40353600, 134217720, 387420480}, 40] (* Vladimir Joseph Stephan Orlovsky, Feb 21 2012 *)
PROG
(Magma) [n^9-n: n in [0..30]]
(PARI) a(n)=n^9-n \\ Charles R Greathouse IV, Nov 21 2011
CROSSREFS
Sequence in context: A260598 A255179 A144768 * A027494 A145588 A345363
KEYWORD
nonn,easy,less
AUTHOR
Vincenzo Librandi, Oct 01 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 06:49 EDT 2024. Contains 371964 sequences. (Running on oeis4.)