login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A072829 Greatest m such that product{(1 - k/m); k=1,n-1} <= 1/2. 1
2, 5, 9, 16, 23, 32, 42, 54, 68, 82, 99, 116, 135, 156, 178, 201, 226, 252, 280, 309, 340, 372, 406, 441, 477, 515, 554, 595, 637, 681, 726, 772, 820, 869, 920, 973, 1026, 1081, 1138, 1196, 1256, 1316, 1379, 1443, 1508, 1575, 1643, 1712, 1783, 1856, 1930, 2005 (list; graph; refs; listen; history; text; internal format)
OFFSET

2,1

COMMENTS

Among n randomly selected dates over an interval of m days (or less), the odds are even (or better than even) for two or more of them to coincide.

Halley's Comet appeared in exactly one year between each of the last 9 given entries of this sequence, i.e. a(45) to a(53). - David Terr, Jan 03 2005

LINKS

Table of n, a(n) for n=2..53.

FORMULA

Corresponds to the ultimate occurrence of n in A033810. For large n, m has magnitude n^2/2ln2.

EXAMPLE

Thus a(7)=32 for instance implies that among 7 persons bearing the same astrological sign(extending over 30 days or so) the odds are trifle better than even for at least two of them further sharing a common birthday.

MATHEMATICA

f[n_] := (k = 1; While[ Product[1 - i/k, {i, 1, (n - 1)}] <= 1/2, k++ ]; Return[k - 1]); Table[ f[n], {n, 2, 53}]

CROSSREFS

Cf. A033810, A064619.

Sequence in context: A045649 A024519 A160664 * A169740 A138226 A175287

Adjacent sequences:  A072826 A072827 A072828 * A072830 A072831 A072832

KEYWORD

nonn

AUTHOR

Lekraj Beedassy, Jul 22 2002

EXTENSIONS

Edited and extended by Robert G. Wilson v, Jul 23 2002

More terms from David Terr, Jan 03 2005

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 23 13:35 EDT 2013. Contains 225590 sequences.