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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A144768 n! - n^9. 7
1, 0, -510, -19677, -262120, -1953005, -10076976, -40348567, -134177408, -387057609, -996371200, -2318030891, -4680778752, -4377478573, 66517244416, 1269231008625, 20854070411264, 355568840219503, 6402175346437632, 121644777721134221, 2432901496176640000, 51090941377429393419 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,3

LINKS

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

MATHEMATICA

lst={}; k=9; Do[a=n!-n^k; AppendTo[lst, a], {n, k, 29}]; lst

PROG

(PARI) a(n)=n!-n^9 \\ Charles R Greathouse IV, Oct 05 2011

(MAGMA) [Factorial(n)-n^9: n in [0..20]]; // Vincenzo Librandi, Oct 06 2011

CROSSREFS

Sequence in context: A048254 A202595 A196674 * A196289 A027494 A145588

Adjacent sequences:  A144765 A144766 A144767 * A144769 A144770 A144771

KEYWORD

sign,easy,changed

AUTHOR

Vladimir Joseph Stephan Orlovsky, Sep 20 2008

EXTENSIONS

Corrected offset from 9 to 0 and extended by Vincenzo Librandi, Oct 06 2011

STATUS

approved

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 May 21 22:50 EDT 2013. Contains 225505 sequences.