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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A144767 n!-n^(n-6). 1
719, 5033, 40256, 362151, 3618800, 39755749, 476015616, 6164272283, 85702502144, 1269231008625, 19823278260224, 321415531788367, 5245542324301824, 79592116946574941, 794502008176640000, -17031376411242242301, -1887360768561457463296 (list; graph; refs; listen; history; internal format)
OFFSET

6,1

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 6..300

MATHEMATICA

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

PROG

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

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

CROSSREFS

Sequence in context: A111416 A081425 A101797 * A127227 A139177 A064980

Adjacent sequences:  A144764 A144765 A144766 * A144768 A144769 A144770

KEYWORD

sign,easy,less

AUTHOR

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

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 06:46 EST 2012. Contains 205867 sequences.