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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A005008 n! - n^2. 7
1, 0, -2, -3, 8, 95, 684, 4991, 40256, 362799, 3628700, 39916679, 479001456, 6227020631, 87178291004, 1307674367775, 20922789887744, 355687428095711, 6402373705727676, 121645100408831639, 2432902008176639600, 51090942171709439559, 1124000727777607679516 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

LINKS

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

Index entries for sequences related to factorial numbers

MATHEMATICA

Table[n! - n^2, {n, 0, 30}] (* From Vladimir Joseph Stephan Orlovsky, Jun 27 2011 *)

PROG

(MAGMA) [Factorial(n) - n^2: n in [0..25]]; // Vincenzo Librandi, Jun 28 2011

(PARI) a(n)=n!-n^2 \\ Charles R Greathouse IV, Jun 28 2011

CROSSREFS

Sequence in context: A003096 A042815 A191353 * A079938 A112237 A132502

Adjacent sequences:  A005005 A005006 A005007 * A005009 A005010 A005011

KEYWORD

sign,easy

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

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 14 00:47 EST 2012. Contains 205567 sequences.