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!)
A072829 Greatest m such that Product_{k=1..n-1} (1 - k/m) <= 1/2. 2
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
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
Sequence in context: A024519 A160664 A345140 * A169740 A360419 A282044
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 | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)