login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A121050
Partial sums of floor(n!/e^n).
0
0, 0, 0, 0, 0, 1, 5, 18, 62, 226, 892, 3835, 17910, 90401, 490421, 2844970, 17570207, 115078228, 796630963, 5811215750, 44551231383, 358087648032, 3010990488143, 26433752431402, 241852566790848, 2302304545944415, 22768248457537798, 233580248716343376
OFFSET
1,7
FORMULA
a(n) = Sum_{i=1..n} floor(i!/exp(i)).
MATHEMATICA
Accumulate[Table[Floor[n!/Exp[n]], {n, 30}]] (* Harvey P. Dale, Aug 25 2016 *)
CROSSREFS
Sequence in context: A113301 A111567 A372420 * A029869 A373123 A033453
KEYWORD
easy,nonn
AUTHOR
Jonathan Vos Post, Aug 08 2006
EXTENSIONS
Corrected by and incorrect examples removed by Harvey P. Dale, Aug 25 2016
STATUS
approved