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!)
A370973 Nearest integer to e*n!. 2
3, 3, 5, 16, 65, 326, 1957, 13700, 109601, 986410, 9864101, 108505112, 1302061345, 16926797486, 236975164805, 3554627472076, 56874039553217, 966858672404690, 17403456103284421, 330665665962404000, 6613313319248080001, 138879579704209680022, 3055350753492612960485, 70273067330330098091156, 1686553615927922354187745 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
MAPLE
f:= proc(n) round(exp(1)*n!); end;
[seq(f(n), n=0..30)];
MATHEMATICA
Round[E*Range[0, 25]!] (* Paolo Xausa, Apr 17 2024 *)
CROSSREFS
See A000522 for another version.
Sequence in context: A051684 A209388 A195583 * A139431 A351639 A351638
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Apr 14 2024
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 May 11 16:31 EDT 2024. Contains 372409 sequences. (Running on oeis4.)