cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A121050 Partial sums of floor(n!/e^n).

Original entry on oeis.org

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

Views

Author

Jonathan Vos Post, Aug 08 2006

Keywords

Crossrefs

Programs

  • Mathematica
    Accumulate[Table[Floor[n!/Exp[n]],{n,30}]] (* Harvey P. Dale, Aug 25 2016 *)

Formula

a(n) = Sum_{i=1..n} floor(i!/exp(i)).

Extensions

Corrected by and incorrect examples removed by Harvey P. Dale, Aug 25 2016