OFFSET
0,8
MAPLE
MATHEMATICA
Table[Floor[n!*Exp[ -n]], {n, 0, 20}]
PROG
(PARI) first(m)=vector(m, i, i--; floor(i!/exp(i))) \\ Anders Hellström, Aug 20 2015
(Magma) [Floor(Factorial(n) / (Exp(n))): n in [0..40]]; // Vincenzo Librandi, Aug 21 2015
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Roger L. Bagula, Mar 15 2010
EXTENSIONS
Notation standardized by the Assoc. Eds. of the OEIS, Mar 31 2010
Added more terms and prepended terms a(0)..a(5), Joerg Arndt, Aug 13 2015
STATUS
approved