cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A333507 Decimal expansion of 1 - ((365!) / ((365 - 23)! * 365^23)).

Original entry on oeis.org

5, 0, 7, 2, 9, 7, 2, 3, 4, 3, 2, 3, 9, 8, 5, 4, 0, 7, 2, 2, 5, 4, 1, 7, 2, 2, 8, 3, 3, 7, 0, 3, 2, 5, 0, 0, 2, 3, 5, 9, 7, 1, 8, 4, 5, 2, 9, 2, 9, 8, 7, 8, 0, 9, 9, 0, 1, 9, 7, 4, 0, 0, 2, 0, 0, 1, 8, 8, 4, 1, 8, 3, 9, 1, 8, 1, 2, 7, 7, 1, 5, 9, 9, 2, 2, 3, 3, 1, 6, 8, 0, 5, 3, 7, 0, 5, 3, 2, 0, 1, 1, 8, 6, 4, 8, 3, 2, 8, 4, 7, 7, 6, 5, 4, 2, 4, 6, 8, 6, 0
Offset: 0

Views

Author

Kritsada Moomuang, Mar 25 2020

Keywords

Comments

This is the probability that at least two people in a room of 23 randomly selected people share a birthday, ignoring leap days and assuming days are equiprobable.
This is a rational number; numerator and denominator both have 53 digits. - Charles R Greathouse IV, Jul 11 2020

Examples

			0.5072972343239854072254172283370325...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[1- ((365!) / ((365 - 23)! * 365^23)), 10, 120]
  • PARI
    1. - 364!/(342! * 365^22) \\ Charles R Greathouse IV, Mar 25 2020
Showing 1-1 of 1 results.