OFFSET
0,3
REFERENCES
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..400
R. K. Hoeflin, Titan Test
FORMULA
E.g.f.: 1/(1 - x) - x*(1 + 3*x + x^2)*exp(x). - Ilya Gutkovskiy, Jan 27 2017
MATHEMATICA
Table[n!-n^3, {n, 0, 20}] (* Harvey P. Dale, Jul 02 2012 *)
PROG
(Magma) [Factorial(n)-n^3: n in [0..20]]; // Vincenzo Librandi, Oct 06 2011
CROSSREFS
KEYWORD
sign
AUTHOR
STATUS
approved