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.

A092553 Decimal expansion of 1/e^2.

Original entry on oeis.org

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

Views

Author

Mohammad K. Azarian, Apr 09 2004

Keywords

Comments

Consider a substrate (such as polyvinyl alcohol or in forming the polymer of methyl vinyl ketone) in a "1,3 configuration" in which substituents branching off the substrate can irreversibly join with neighboring substituents unless the neighbor is already joined to its other neighbor. Then this constant is the fraction of joined substituents on an infinite substrate.
This also applies to reversible reactions when the rate of forward reaction is much faster than that of backward reaction; see Flory p. 1518 footnote 5. This had "satisfactory accord" with his experimental data using methyl vinyl ketone polymer for which the experimentally-obtained percentage was 0.15.
(A 1,k configuration is a substituent branching off a carbon atom, k-2 intermediate carbon atoms, and substituent branching off a carbon atom.) - Charles R Greathouse IV, Nov 30 2012
Also the probability, as n increases without bound, that a permutation of length n is simple: no intervals of length 1 < k < n (an interval of a permutation s is a set of contiguous numbers which in s have consecutive indices). - Charles R Greathouse IV, May 14 2014

Examples

			0.1353352832366...
		

Crossrefs

Programs

Formula

From Peter Bala, Oct 27 2019: (Start)
1/e^2 = Sum_{k >= 0} (-2)^k/k!.
This is the case n = 0 of the following series acceleration formulas:
1/e^2 = n!*2^n*Sum_{k >= 0} (-2)^k/(k!*R(n,k)*R(n,k+1)), n = 0,1,2,..., where R(n,x) = Sum_{k = 0..n} (-1)^k*binomial(n,k)*k!*2^(n-k)*binomial(-x,k) are the (unsigned) row polynomials of A137346. Cf. A094816. (End)