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.

A325905 Decimal expansion of 2/e^2.

Original entry on oeis.org

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

Views

Author

Keywords

Comments

Decimal expansion of the asymptotic (n -> inf) probability of success in the secretary problem when the number of applicants is uniformly distributed on {1, 2, ..., n}. It means that less is known than in the basic secretary problem, so this constant is less than A068985 (and also A246665).

Examples

			0.2706705664732253837879989899...
		

Crossrefs

Equals twice A092553.

Programs

  • Mathematica
    N[2/E^2, 100] // RealDigits // First