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!)
A209899 Floor of the expected number of empty cells in a random placement of 2n balls into n cells. 8
0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, 5, 5, 6, 6, 6, 6, 6, 6, 6, 7, 7, 7, 7, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 10, 10, 10, 10, 10, 10, 10, 10, 11, 11 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,16
REFERENCES
W. Feller, An Introduction to Probability Theory and its Applications, 2nd ed, Wiley, New York, 1965, p. 226.
LINKS
FORMULA
a(n) = floor(n*(1-1/n)^(2n)).
MATHEMATICA
Table[Floor[n*(1 - 1/n)^(2 n)], {n, 100}] (* T. D. Noe, Mar 15 2012 *)
CROSSREFS
Cf. A209900.
Sequence in context: A003108 A279223 A214956 * A111898 A279041 A072746
KEYWORD
nonn
AUTHOR
Washington Bomfim, Mar 14 2012
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 20 00:26 EDT 2024. Contains 371798 sequences. (Running on oeis4.)