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!)
A015558 Nearest integer to (n/e)^n. 1
0, 1, 1, 5, 21, 116, 751, 5628, 47811, 453999, 4765190, 54782415, 684597510, 9239952802, 133952757201, 2075907567336, 34247231626810, 599244998013964, 11084682598687313, 216127622080213321 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
MAPLE
Digits := 64:f := n->round(evalf((n/E)^n));
MATHEMATICA
Table[Round[(n/E)^n], {n, 20}] (* Harvey P. Dale, May 06 2013 *)
PROG
(PARI) for(n=1, 20, print1(round(n^n*exp(-n)), ", ")) \\ G. C. Greubel, Dec 30 2017
(Magma) [Round(n^n*Exp(-n)): n in [1..30]]; // G. C. Greubel, Dec 30 2017
CROSSREFS
Sequence in context: A121881 A041321 A082428 * A168598 A002711 A218962
KEYWORD
nonn
AUTHOR
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)