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

 

Logo

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 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A240571 a(n) = round(n^n/n!). 1
1, 1, 2, 4, 11, 26, 65, 163, 416, 1068, 2756, 7148, 18614, 48639, 127463, 334865, 881658, 2325751, 6145597, 16263866, 43099804, 114356611, 303761260, 807692035, 2149632061, 5726042115, 15264691107, 40722913454, 108713644516, 290404350963, 776207020880 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
We have two versions of this sequence, this and A235496, because there is no universal agreement on how to round a number like 9/2. - N. J. A. Sloane, Dec 13 2015
According to Stirling's asymptotic formula for n!, we have lim_{n->infinity} a(n+1)/a(n) = e.
LINKS
FORMULA
For n>=1, round(A000312(n)/A000142(n)).
MATHEMATICA
Table[Round[n^n/n!], {n, 30}] (* Wesley Ivan Hurt, Apr 08 2014 *)
CROSSREFS
Essentially the same as A235496. - Altug Alkan, Dec 13 2015
Sequence in context: A122121 A080009 A159336 * A151257 A148117 A148118
KEYWORD
nonn,easy
AUTHOR
Vladimir Shevelev, Apr 08 2014
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 December 11 02:45 EST 2023. Contains 367717 sequences. (Running on oeis4.)