login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A174300 Ceiling(n!*exp(-n)). 1
1, 1, 1, 1, 1, 1, 2, 5, 14, 45, 165, 667, 2944, 14076, 72492, 400021, 2354550, 14725238, 97508022, 681552736, 5014584788, 38740015634, 313536416650, 2652902840112, 23422761943260, 215418814359447, 2060451979153568, 20465943911593384, 210812000258805579 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,7
LINKS
MATHEMATICA
Table[Ceiling[n!*Exp[ -n]], {n, 0, 20}]
PROG
(Maxima) A174300(n) := block(
ceiling(n!*exp(-n))
)$ /* R. J. Mathar, Mar 11 2012 */
CROSSREFS
Sequence in context: A119429 A290615 A347420 * A059216 A259871 A285201
KEYWORD
nonn
AUTHOR
Roger L. Bagula, Mar 15 2010
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 11:24 EDT 2024. Contains 371967 sequences. (Running on oeis4.)