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.

A331501 Decimal expansion of exp(3/4).

Original entry on oeis.org

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

Views

Author

Washington Bomfim, Feb 27 2020

Keywords

Comments

Considering graph evolutions (see the Flajolet link) with 2n vertices initially isolated, the probability of the occurrence of an acyclic graph at the critical point n in the uniform model, will be denoted by P(n). In the case of the permutation model, the respective probability will be denoted by Pp(n).
Pp(n) / P(n) ~ exp(3/4) since Pp(n) = A302112(n) / A331505(2n) = A302112(n) / C(C(2n,2), n), and P(n) = A302112(n) * n! * 2^n / (2n)^(2n), Pp(n) / P(n) = (2n)^(2n) / (C(C(2n,2), n) * n! * 2^n), and lim_{n->oo} Pp(n) / P(n) = exp(3/4).

Examples

			2.1170000166126746685453698198370956101344915847024...
		

Crossrefs

Programs

Formula

Equals lim_{n->oo} Pp(n) / P(n) = lim_{n->oo} (2*n)^(2*n) / (binomial(binomial(2n,2), n) * n! * 2^n).
Equals lim_{n->oo} sqrt(n)/A000178(n)^(1/(n*(n+1))) (Giugiuc and Marinescu, 2017). - Amiram Eldar, Apr 12 2022